.sectionContainer {
    margin-bottom: 80px;
    padding: 5% 3% 0 3%;
    background-color: #F8F9FA;
    box-sizing: border-box;
    padding-bottom: 50px;
    margin-top: 80px;

}

.sectionContainer1 {
    box-sizing: border-box;
    padding: 4%;

}

.sectionContainer2 {
    box-sizing: border-box;
    padding: 0 5% 0 5%;

}


.content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;

}


.content1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;

}

.content2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;

}


.text {
    width: 55%;
    box-sizing: border-box;
}

.text1 {
    width: 50%;
    box-sizing: border-box;
}


.text2 {
    padding: 2% 0%;
    width: 55%;
    box-sizing: border-box;
}



.heading {
    color: #212529;
    font-size: 42px;
    font-weight: bold;

    font-family: Montserrat, sans-serif;
}

.heading2 {
    color: #212529;
    font-size: 32px;
    font-weight: bold;
    font-family: Montserrat, sans-serif;

}

.heading3 {
    color: #212529;
    font-size: 42px;
    font-weight: bold;
    font-family: Montserrat, sans-serif;

}



.subHeading {
    font-size: 21px;
    font-weight: 400;
    font-family: Montserrat, sans-serif;


}

.custom-button {
    margin-top: 2%;
    display: inline-block;
    padding: .375rem .75rem;
    background-color: #FF8519;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    font-size: 25px;
    border: none;
    border-radius: .3rem;
    font-weight: 400;
    vertical-align: middle;
    border: 1px solid transparent;
    font-family: Montserrat, sans-serif;

}

.custom-button a {
    text-decoration: none;
    color: #ffffff;
}

.description {
    line-height: 23px;
    padding-top: 2%;
    opacity: 0.9;
    margin-top: 3%;
    font-size: 20px;
    color: #626262;
    max-width: 92%;
    box-sizing: border-box;
    font-family: Montserrat, sans-serif;

}

.description2 {
    line-height: 23px;
    font-size: 20px;
    color: #212529;
    max-width: 80%;
    box-sizing: border-box;
    font-family: Montserrat, sans-serif;

}

.description3 {
    line-height: 28px;
    font-size: 20px;
    font-weight: 400;
    max-width: 60%;
    font-family: Montserrat, sans-serif;

}


.image-container {
    width: 45%;
    box-sizing: border-box;
}



.sectionImg {
    max-width: 100%;
    height: auto;

}

.sectionImg1 {
    max-width: 100%;
    height: auto;
    margin-right: 50px;

}


.customer-container {
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    flex-wrap: wrap;
    padding-top: 4%;
    padding-left: 5%;
    padding-right: 5%;
    background-color: #F8F9FA;
    box-sizing: border-box;
}

.customer-card {
    width: 30%;
    box-sizing: border-box;
    margin-bottom: 25px;
    text-align: left;
    position: relative;
}

.customer-line {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #005374;
    border-radius: 5px;
}

.customer-card h2 {
    font-weight: bold;
    font-size: 32px;
    margin-top: 50px;
    margin-bottom: 10px;

}

.customer-card p {
    font-size: 20px;
    color: #555;
    margin-bottom: 15px;
    height: 120px;
    font-family: Montserrat, sans-serif;

}

.customer-card a {
    font-weight: bold;
    font-size: 22px;
    display: inline-block;
    color: #212529;
    text-decoration-thickness: 0.5px;
    text-decoration: underline;
    font-family: Montserrat, sans-serif;

}



.descriptionTitle {
    padding-top: 4%;
    color: #212529;
    font-size: 31px;
    font-weight: 400;
    font-family: Montserrat, sans-serif;

}

.subHeading2 {
    line-height: 30px;
    font-size: 24px;
    font-weight: 400;
    font-family: Montserrat, sans-serif;

}

.learnMore {
    font-size: 22px;
    font-weight: bold;
    text-decoration: underline;
    padding-bottom: 50px;
    color: black;
}

@media (max-width: 1200px) {

    .customer-card p {
        height: auto;
    }

    .sectionImg1 {
        margin-right: 0px;
    }


    .heading {
        line-height: 45px;
    }

    .heading2 {
        line-height: 40px;
    }

    .heading3 {
        line-height: 45px;
        padding-bottom: 1%;
    }

    .description3 {
        max-width: 100%;
    }


}


@media (max-width: 900px) {
    .content2 {

        justify-content: center;
    }

    .custom-button {
        padding: 1.5% 4%;
        border-radius: 6px;
        font-size: 28px;

    }


    .text {
        width: 50%;
    }

    .text1 {
        width: 50%;
    }


    .text2 {
        width: 50%;
    }


    .image-container {
        width: 50%;
    }

    .heading {
        line-height: 33px;
        font-size: 33px;
        font-weight: 600;
    }

    .heading2 {
        line-height: 33px;
        font-size: 31px;
    }

    .heading3 {
        line-height: 33px;
        font-size: 31px;
    }


    .subHeading {
        font-size: 14px;
        font-weight: 400;
    }

    .custom-button {
        font-size: 21px;

    }

    .description {
        font-size: 13px;
    }

    .description2 {
        font-size: 13px;

    }

    .descriptionTitle {
        font-size: 22px;
    }

    .subHeading2 {
        font-size: 13px;
        font-weight: 300;
    }

    .description3 {
        font-size: 13px;
        max-width: 80%;

    }

    .learnMore {
        font-size: 13px;
    }


    .customer-card h2 {
        font-size: 26px;
        margin-top: 50px;
        margin-bottom: 10px;
    }

    .customer-card p {
        font-size: 14px;
        color: #555;
        margin-bottom: 15px;
    }

    .customer-card a {
        font-weight: bold;
        font-size: 17px;
        display: inline-block;
        color: #212529;
        text-decoration-thickness: 0.5px;
        text-decoration: underline;
    }

    .sectionContainer {
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 4%;
        padding-bottom: 4%;

    }

    .sectionContainer1 {
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 4%;
    }

    .sectionContainer2 {
        padding-top: 5%;
        padding-left: 5%;
        padding-right: 5%;

    }

    .customer-container {
        padding-left: 5%;
        padding-right: 5%;

    }

}




@media (max-width: 768px) {

    .custom-button {
        padding: .375rem .75rem;
        border-radius: 6px;
        font-size: 26px;
        font-weight: 400;
    }


    .heading {
        line-height: 33px;
        font-size: 31px;
        font-weight: 600;
    }

    .heading2 {
        line-height: 33px;
        font-size: 30px;
    }


    .heading3 {
        line-height: 32px;
        font-size: 31px;
    }

    .descriptionTitle {
        font-size: 21px;
    }


    .sectionContainer {
        padding-left: 2%;
        padding-right: 2%;
        padding-top: 2%;
        padding-bottom: 2%;

    }

    .sectionContainer1 {
        padding-left: 2%;
        padding-right: 2%;
        padding-top: 2%;
    }

    .sectionContainer2 {
        padding-left: 2%;
        padding-right: 2%;
        padding-top: 2%;

    }


    .content {
        flex-direction: column-reverse;
    }

    .content1 {
        flex-direction: column-reverse;
    }

    .image-container {
        width: 80%;
        order: -1;
        margin-top: 20px;
    }

    .text {
        align-items: center;
        text-align: center;
        width: 100%;
    }

    .text2 {
        align-items: center;
        text-align: center;
        width: 100%;
    }

    .text1 {
        align-items: center;
        text-align: center;
        width: 100%;
    }


    .description {
        max-width: 100%;
    }

    .description2 {
        max-width: 100%;
        padding-top: 0%;
    }

    .description3 {
        max-width: 100%;

    }

    .customer-container {
        padding-left: 1%;
        padding-right: 1%;
    }

    .customer-card {
        text-align: center;
        align-items: center;
        width: 90%;
    }


    .learnMore {
        font-size: 12px;
    }


    .customer-card h2 {
        font-size: 24px;
        margin-top: 50px;
        margin-bottom: 8px;
    }

    .customer-card p {
        font-size: 13px;
        margin-bottom: 13px;
    }

    .customer-card a {
        font-size: 15px;
        text-decoration-thickness: 0.3px;
    }


}


@media (max-width: 500px) {

    .descriptionTitle {
        padding: 1% 2%;

        font-size: 20px;
    }


    .custom-button {
        padding: 1% 2% 2%;
        font-size: 24px;

    }


    .heading {
        line-height: 31px;
        font-size: 28px;
        font-weight: 600;
    }

    .heading2 {
        line-height: 28px;
        font-size: 26px;
    }

    .heading3 {
        line-height: 33px;
        font-size: 28px;
    }


    .sectionContainer {
        padding-left: 2%;
        padding-right: 2%;
        padding-top: 2%;
        padding-bottom: 2%;

    }

    .sectionContainer1 {
        padding-left: 2%;
        padding-right: 2%;
        padding-top: 2%;
    }

    .sectionContainer2 {
        padding-left: 2%;
        padding-right: 2%;
        padding-top: 2%;

    }


    .content {
        flex-direction: column-reverse;
    }

    .image-container {
        width: 80%;
        order: -1;
        margin-top: 20px;
    }

    .text {
        align-items: center;
        text-align: center;
        width: 100%;
    }

    .text2 {
        align-items: center;
        text-align: center;
        width: 100%;
    }


    .description {
        max-width: 100%;
        font-size: 15px;

    }

    .description2 {
        max-width: 100%;
        padding-top: 0%;
        font-size: 15px;
    }

    .description3 {
        font-size: 15px;
        max-width: 100%;

    }

    .subHeading2 {
        font-size: 15px;

    }

    .customer-container {
        padding-left: 1%;
        padding-right: 1%;
    }

    .customer-card {
        text-align: center;
        align-items: center;
        width: 90%;
    }


    .learnMore {
        font-size: 13px;
    }


    .customer-card h2 {
        font-size: 22px;
        margin-top: 50px;
        margin-bottom: 8px;
    }

    .customer-card p {
        font-size: 13px;
        margin-bottom: 13px;
    }

    .customer-card a {
        font-size: 13px;
        text-decoration-thickness: 0.3px;
    }

    .subHeading {
        font-size: 15px;
    }
}


/* Try zenbasket */
.ready {
    background-color: var(--primary-color);
}

.try .col-2 {
    float: right;
}

.try img {
    width: 190px;
    position: relative;
    left: 10px;
    top: -28.3%;
}

.try a {
    background-color: var(--secondary-color);
}

.ready button {
    background-color: var(--secondary-color);
}

/* !Try zenbasket */