li#help_service_3, li#help_service_4 {
    display: none;
}
ul.help_services_list.mtm_ul {
    justify-content: center;
    gap: 20px;
}

.help_banner {
    width: 100%;
    float: none;
    margin: 0px 0 0px 0;
    padding: 0px;
    height: 87vh;
    max-height: 840px;
    background-size: cover !important;
    background-position: center 30% !important;
    position: relative;
}

.help_banner_h1 {
    width: 100%;
    font-size: clamp(40px, 4.167vw, 80px);
    font-family: 'Ploni DL DemiBold AAA D';
    color: #fff;
    text-align: center;
    line-height: 100px;
    float: left;
}

.help_services {
    display: block;
    clear: both;
    margin-top: -100px !important;
    z-index: 5;
    position: relative;
}

ul.help_services_list {
    display: flex;
    flex-direction: row;
    width: 100%;
    list-style: none;
    align-items: center;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0px auto 0 auto;
}

.help_service {
    width: 335px;
    height: 335px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 0 0 50px #3333336e;
    border-radius: 12px;
    border: 2px solid #fff;
    gap: 50px;
    transition: all 0.3s;
    z-index: 5;
}


.help_service a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 12px;
    gap: 50px;
    color: #000;
    transition: all 0.3s;
}

.help_service .help_service_image {
    text-align: center;
    transition: all 0.3s;
}

.help_service .help_service_image img {
    transition: all 0.3s;
}

.help_service_name {
    font-size: 30px;
    font-weight: normal;
    font-family: 'ploni-aaa-400';
    transition: all 0.3s;
}

.help_service_name h3 {
    font-weight: inherit;
}


.help_service:hover {
    border: 2px solid #5c64ff;
}

.help_service .help_service_image img {
    max-width: 80%;
}

.help_service:hover .help_service_image img {
    max-width:100%;
}




@media screen and (min-width:800px) and (max-width:1450px)  {
    ul.help_services_list {
        flex-wrap: wrap;
        max-width: 690px;
    }

    .help_service {
        margin-bottom: 20px;
    }
}

@media screen and (max-width:800px)  {

    .inner-banner {
        height: 300px;
    }

    .help_banner_h1 {
        font-size: 38px;
        line-height: 40px;
        margin-top: 0;
    }

    ul.help_services_list {
        flex-wrap: wrap;
        max-width: 690px;
        padding: 0 10px;
        gap: 10px;
    }

    .help_service {
        margin-bottom: 20px;
        width: 47%;
        height: 260px;
    }

    .help_service_image {
        text-align: center;
    }

    .help_service_image img {
        width: 70%;
    }

    .help_service_name {
        font-size: 20px;
    }

}


@media screen and (max-width:430px)  {

    .help_banner {
        height: 300px;
    }

    .help_service {
        height: 180px;
    }

    .help_service a {
        gap: 10px;
    }
}