/* Try Us Out Section */
.try-us-section {
    width: 100%;
    background-color: #ff5a5f;
    padding: 60px 20px;
    padding-top: 40px;
    padding-bottom: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
}

.try-us-container {
    max-width: 800px;
    margin: 0 auto;
}

.try-us-title {
    font-size: 2.5rem;
    font-weight: 1000;
    font-family: sans-serif;
    margin-bottom: 20px;
    color: #fff;
    word-spacing: -4px;
}

.try-us-text {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #fff;
    font-family: sans-serif;
}

/* Button Styling */
.try-us-button {
    padding: 15px 30px;
    font-size: 1rem;
    font-weight: bold;
    color: #ff5a5f;
    background-color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.try-us-button:hover {
    background-color: #f2f2f2;
    color: #ff5a5f;
}








@media screen and (min-width: 15in) and (max-width: 18in) {


    /* Try Us Out Section */
.try-us-section {
    width: 100%;
    background-color: #ff5a5f;
    padding: 60px 20px;
    padding-top: 15px;
    padding-bottom: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
}

.try-us-container {
    max-width: 800px;
    margin: 0 auto;
}

.try-us-title {
    font-size: 2.5rem;
    font-weight: 1000;
    font-family: sans-serif;
    margin-bottom: 20px;
    color: #fff;
    word-spacing: -4px;
}

.try-us-text {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #fff;
    font-family: sans-serif;
}

/* Button Styling */
.try-us-button {
    padding: 12px 15px;
    font-size: .95rem;
    font-weight: bold;
    color: #ff5a5f;
    background-color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.try-us-button:hover {
    background-color: #f2f2f2;
    color: #ff5a5f;
}


}




@media screen and (min-width: 11in) and (max-width: 15in) {


    /* Try Us Out Section */
.try-us-section {
    width: 100%;
    background-color: #ff5a5f;
    padding: 60px 20px;
    padding-top: 10px;
    padding-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
}

.try-us-container {
    max-width: 800px;
    margin: 0 auto;
}

.try-us-title {
    font-size: 2.5rem;
    font-weight: 1000;
    font-family: sans-serif;
    margin-bottom: 20px;
    color: #fff;
    word-spacing: -4px;
}

.try-us-text {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #fff;
    font-family: sans-serif;
}

/* Button Styling */
.try-us-button {
    padding: 12px 15px;
    font-size: .9rem;
    font-weight: bold;
    color: #ff5a5f;
    background-color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.try-us-button:hover {
    background-color: #f2f2f2;
    color: #ff5a5f;
}


}