/** BUSINESS PARTNERS **/
#lp-about-us {
    background: url('../img/about-us/about-business-partners-banner.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(100vh - 105px);
    margin-top: 105px;
}
#lp-about-us {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
#lp-about-us .lp-about-us-content-wrapper {
    margin-bottom: 90px;
}
#lp-about-us .lp-about-us-content-wrapper h1 {
    font-family: Roboto;
    font-size: clamp(2.5rem, 2.1017rem + 1.634vw, 4.0625rem);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
#lp-partners-with-travelspires .container {
    max-width: 1280px;
    margin: 0 auto;
    float: none;
}
#lp-partners-with-travelspires .container .flex-each {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
}
#lp-partners-with-travelspires .container .flex-each .ts-portfolio-img-wrap {
    max-width: max-content;
    margin-right: 25px;
}
/** END BUSINESS PARTNERS **/

/** WORK WITH US **/
#lp-about-us.lp-work-with-us-section {
    background: url('../img/about-us/work-with-us-banner.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(100vh - 105px);
    margin-top: 105px;
}
#lp-top-five-reasons .flex-wrap {
    display: flex;
}
#lp-top-five-reasons .flex-wrap .ts-top-five-reasons-img-wrap img {
    max-width: 643px;
    width: 90%;
}
/** END WORK WITH US **/

/** REFERRAL PROGRAM **/
#lp-about-us {
    background: url('../img/about-referral-program/referral-program-banner.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(100vh - 105px);
    margin-top: 105px;
}
.lp-about-how-it-works .how-it-works-wrap .flex-wrap {
    width: calc(100% + 30px);
    margin-left: -30px;
    justify-content: center;
}
.lp-about-how-it-works .how-it-works-wrap .flex-wrap .flex-each {
    width: calc(33.33% - 30px);
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 40px;
    border-radius: 25px;
}
.lp-about-how-it-works .ts-btn-wrap {
    display: flex;
    justify-content: center;
}
.lp-about-how-it-works .how-it-works-wrap .ts-text {
    max-width: 1024px;
    margin: 0 auto;
    float: none;
    font-weight: 500;
    margin-top: 2em;
}
.lp-about-refer-now.py-6 .flex-wrap .flex-each {
    border-radius: 25px;
    padding: 40px;
    width: calc(50% - 30px);
    margin-left: 30px;
}
.lp-about-refer-now .flex-wrap {
    margin-left: -30px;
    width: calc(100% + 30px);
}
.lp-about-refer-now .flex-wrap .body-content {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.lp-about-refer-now .flex-wrap .body-content .content-wrap {
    text-align: center;
    padding: 0 20px;
}

/** END REFERRAL PROGRAM **/

/** RESPONSIVENESS **/
@media(max-width: 1024px) {
    .lp-about-refer-now .flex-wrap .body-content {
        flex-direction: column;
        gap: 30px;
    }
}
@media(max-width: 768px) {
    .lp-about-how-it-works .how-it-works-wrap .flex-wrap .flex-each {
        width: calc(100% - 30px);
        margin-bottom: 30px;
    }
    .lp-about-refer-now.py-6 .flex-wrap .flex-each {
        width: calc(100% - 30px);
        margin-bottom: 30px;
    }
}
@media(max-width: 500px) {
    #lp-partners-with-travelspires .container .flex-each {
        flex-direction: column;
    }
    #lp-partners-with-travelspires .container .flex-each .ts-portfolio-img-wrap {
        margin-bottom: 1em;
    }
    #lp-partners-with-travelspires .flex-each .ts-portfolio-content-wrap p {
        text-align: center;
    }
}
