.new-layout .top-nav2 .logo img {
    transform: scale(1.2);
}

.new-layout .new-service-slider-item h2{
    font-size: 13px;
    line-height: 1.2;
    margin-top: 5px;
    font-weight: 400;
}   

.new-layout .new-service-slider-item img{
    width: 59px;
    height: 60px;
}

.new-layout .new-service-slider-item{
    text-align: center;
    border: 1px solid #04547033;
    border-radius: 13px;
    display: flex;
    flex-direction: column;
    justify-content: unset;
    align-items: center;
    flex: 1;
    padding: 15px;
    transition: color 0.3s ease-in-out;
    height: 132px;
    color: black;
}

@media(max-width: 768px){
    .new-layout .new-service-slider-item{
        padding: 5px;
    }
}

.new-layout .new-service-slider-item:hover{
    cursor: pointer;
    color: #045470;
    border-color: #045470;
}

.new-layout .new-service-slider-service-item-wrapper{
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
}

.new-layout .new-service-slider{
    margin-top: 30px;
    width: 100%;
}

.new-layout .new-service-slider-title{
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 1%;
    display: none;
}

@media (max-width: 768px) {
    .new-layout .new-service-slider-service-item-wrapper{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }   

    .new-layout .new-service-slider-item p{
        font-size: 11px;
    }

    .new-layout .new-service-slider-item img{
        width: 44px;
        height: 42px;
    }

    .new-layout .new-service-slider-item{
        justify-self: center;
        width: 100%;
        height: 107px;
    }

    .new-layout .new-service-slider-title{
        display: block;
        margin-bottom: 3%;
    }
}
@media (max-width: 480px) {
    .new-layout .new-service-slider{
        margin-top: 0;
    }

    .new-layout .new-service-slider-service-item-wrapper{
        column-gap: unset;
        gap: 5px;
    }
}
