@media(max-width:1024px){
    .service-content{
        width:100%;
        text-align:center;
    }
    .service-img img{
        min-width:540px;
        max-height:500px;
    }
    .service-img{
        position:relative;
        width:100%;
    }
    .awards-fold-item {
        flex: 0 0 calc(100% / 2 - 15px);
}
    .awards-fold-wrapper {
    gap: 30px;
}
}

@media (max-width:767px){
    .awards-fold-item {
        flex: 1 0 100%;
}
}