/* About Page Custom Styles */

.about-sec1-container {
    width: 100%;
}

.about-sec1-header {
    background-image: url('../img/home-section2-pattern.svg');
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    padding: 60px 0 60px 0;
}

.about-sec1-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 42px;
    line-height: 48px;
    color: #D45052;
    margin-bottom: 15px;
}

.about-sec1-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #323031;
}

.about-sec1-image-row {
    background: linear-gradient(180deg, #FFFCEF 0%, #FFFCEF 100%);
}

.about-sec1-main-img {
    height: 100%;
    height: 325px;
    object-fit: cover;
}

.about-sec1-text-box {
    padding: 60px;
    background: linear-gradient(180deg, #FFFCEF 0%, #FFFCEF 100%);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 991.98px) {
    .about-sec1-text-box {
        padding: 40px 20px;
    }
}

.about-sec1-highlight-text {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 0%;
    color: #39B54A;
    margin-bottom: 0;
}

.about-sec1-body-text {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0%;
    color: #323031;
    margin-bottom: 0;
}

.about-sec1-approach-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #D45052;
    padding-bottom: 14px;
}

.about-sec1-approach-highlight {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 0%;
    color: #39B54A;
    padding-bottom: 32px;
}

.about-sec1-approach-body {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #323031;
}

.about-sec1-bottom-bg {
    background-color: #FFFCF3;
}

.about-sec1-card {
    border: 1px solid #5D5D5D !important;
    background-color: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    overflow: hidden;
}

.about-sec1-card-img {
    height: 240px;
    object-fit: cover;

}

.about-sec1-card-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #D45052;
    padding-bottom: 14px;
    padding-left: 16px;
}

.about-sec1-card-text {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0%;
    color: #323031;
    padding-left: 16px;
}

.about-sec1-why-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 35px;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: center;
    color: #D45052;
}

.about-sec1-list-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 16px 0;
    border-bottom: 1px solid #EAE0E0;
}

.about-sec1-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.about-sec1-list-text {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #323031;
}