.p100 {
    padding: 100px 0;
}

.two-third-heading-text-section {
    background: #F3F1EA;
}

.two-third-heading-text-section .content-wrap-centered {
    display: flex;
    justify-content: center;
    gap: 80px;
}

.two-third-heading-text-section .content-left .content-left-inner {
    padding-top: 40px;
    width: 100%;
    max-width: 400px;
}

.two-third-heading-text-section .content-left h3 {
    font-size: 36px;
    font-weight: 500;
    line-height: 48px;
    font-style: normal;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    font-family: "Montserrat";
    color: #000000;
    text-align: left;
    margin-bottom: 32px;
}

.two-third-heading-text-section .content-left p {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    font-family: "Montserrat";
}

.two-third-heading-text-section .content-right .content-con {
    border-radius: 12px;
    background: #6D4087;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.two-third-heading-text-section .content-right .content-wrap {
    display: flex;
    gap: 24px;
    width: 100%;
    max-width: 680px;
    align-items: flex-start;
    position: relative;
}

.two-third-heading-text-section .content-right .content-wrap * {
    color: #FFFFFF;
}

.two-third-heading-text-section .content-right .content-wrap * {
    color: #FFFFFF;
}

.two-third-heading-text-section .content-right .content-wrap * {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    font-family: "Montserrat";
}

.two-third-heading-text-section .content-right h5 {
    font-size: 22px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 8px;
    font-family: "Montserrat";
}

.two-third-heading-text-section .content-right .content-wrap::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background: rgba(255, 255, 255, 0.4);
    bottom: -30px;
}

.two-third-heading-text-section .content-right .content-wrap:last-child::after {
    display: none;
}

.two-third-heading-text-section .content-right h5 {
    font-size: 22px !important;
    line-height: 34px !important;
    font-weight: 500 !important;
    margin-bottom: 8px !important;
}

@media (max-width: 1366px) {
    .p100 {
        padding: 60px 20px;
    }
}

@media (max-width: 768px) {
    .p100 {
        padding: 40px 20px;
    }

    .two-third-heading-text-section .content-wrap-centered {
        flex-direction: column;
        gap: 32px;
    }

    .two-third-heading-text-section .content-left .content-left-inner * {
        font-size: 16px;
        line-height: 24px;
    }

    .two-third-heading-text-section .content-left h3 {
        font-size: 28px !important;
        font-weight: 500;
        line-height: 36px !important;
    }

    .two-third-heading-text-section .content-left .content-left-inner * {
        text-align: center;
    }



    .two-third-heading-text-section .content-right .content-con {
        padding: 24px 16px;
        gap: 48px;
    }

    .two-third-heading-text-section .content-right .content-wrap {
        align-items: center;
        flex-direction: column;
        gap: 20px;
    }

    .two-third-heading-text-section .content-right .content-wrap * {
        text-align: center;
    }

    .two-third-heading-text-section .content-right .content-wrap * {
        text-align: center;
    }

    .two-third-heading-text-section .content-right .content-wrap p {
        font-size: 16px;
        line-height: 24px;
    }

    .two-third-heading-text-section .content-left .content-left-inner {
        max-width: 100%;
    }

    .two-third-heading-text-section .content-left h3 {
        font-size: 28px;
        font-weight: 500;
        line-height: 36px;
    }

    .two-third-heading-text-section .content-left .content-left-inner h3 span {
        line-height: inherit;
        font-size: inherit;
        font-weight: inherit;
    }

    .two-third-heading-text-section .content-left .content-left-inner {
        padding: 0;
    }
}



.two-third-heading-text-section .content-left h3 span {
    color: #6D4087;
}