﻿.home-why-container .top .top-left {
}

    .home-why-container .top .top-left h3 {
        margin: 0;
        color: #464646;
        font-family: 'Kanit-Light';
        font-size: 24px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        text-transform: capitalize;
        margin-bottom: 7px;
        padding-left: 54px;
    }

    .home-why-container .top .top-left h4 {
        margin: 0;
        font-family: 'Kanit-SemiBold';
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 35px; /* 109.375% */
        color: #212F81;
    }

        .home-why-container .top .top-left h4 strong {
            font-weight: normal;
            background: var(--Linear, linear-gradient(195deg, #93D802 18.62%, #3DA608 88.39%));
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

    .home-why-container .top .top-left span.descript {
        display: block;
        color: #464646;
        font-family: 'Inter-Regular';
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 160% */
        margin-top: 22px;
        width: 571px;
        margin-bottom: 6px;
    }

.home-why {
    padding-top: 82px;
    position: relative;
    padding-bottom: 202px;
}

.home-why-item .content h3 {
    margin: 0;
    color: #212F81;
    font-family: 'Kanit-Medium';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: max-content;
    text-transform: capitalize;
    padding-bottom: 4px;
    border-bottom: 1px solid #D6D9EA;
}

.home-why-item .content span {
    display: block;
    color: #464646;
    font-family: 'Inter-Regular';
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 139.023%; /* 18.073px */
    width: 294px;
    margin-top: 8px;
}

.home-why-item .img {
    width: 75px;
    height: 75px;
    border-radius: 75px;
    background: #FFF;
    border: 2px solid var(--Linear, #93D802);
}

.home-why-item .content {
    margin-left: 13px;
}

.home-why-item {
    display: flex;
    align-items: center;
    margin-top: 24px;
}

img.decor-back-why {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-why .grid.wide {
    position: relative;
    z-index: 1;
}

.home-why-container .top .top-left h3:before {
    content: "";
    position: absolute;
    width: 48px;
    height: 3px;
    left: 0;
    background: #464646;
    top: 18px;
}
/*RS*/
@media (max-width: 1150px) {
    .home-why-container .top .top-left h4 {
        font-size: 26px;
    }

    .home-why-item .content h3 {
        font-size: 18px;
    }

    .home-why {
        padding-top: 45px;
        position: relative;
        padding-bottom: 125px;
    }
}

@media(max-width:1023px) {
    .home-why-container .top .top-left h4 {
        font-size: 23px;
    }

    .home-why-container .top .top-left span.descript {
        width: 100%;
        margin-top: 10px;
    }

    .home-why-item .content {
        flex: 1 1 0;
        /* width: 75%; */
    }

        .home-why-item .content span {
            width: 100%;
        }

    .home-why-container .top .top-left h3 {
        font-size: 20px;
    }

    img.decor-back-why {
        height: 54%;
    }

    .home-why {
        background: #d4f1ed;
    }
}

@media(min-width:740px) and (max-width:1023px) {
}

@media(max-width:739px) {
    .home-why-container .top .top-left h4 {
        font-size: 18px;
    }
}