.section.service-sctn {
    padding-bottom:clamp(32px, 6%, 100px);
    padding-top:clamp(32px, 4%, 52px)
}
.service-sctn .img-col{
    display:flex;
    align-items:center
}
.service-sctn .img-col img,
.service-sctn .img-col picture{
    width:100%;
    height:100%;
    object-fit:cover
}
.service-sctn .text-col{
    display:flex;
    flex-direction: column;
    justify-content: center;
}
.service-sctn .text-col .subtitle{
    color:var(--primary);
    margin-bottom:8px
}
@media(min-width:801px){
    .service-sctn .text-col.text-col-1,
    .service-sctn .text-col.text-col-3{
        padding-left: 52px;
    }
    .service-sctn .text-col.text-col-2,
    .service-sctn .text-col.text-col-4{
        padding-right: 52px;
    }
    .service-sctn .text-col{
        padding-top: 52px;
        padding-bottom: 52px;
    }
}
@media(min-width:501px){
    .service-sctn .img-col{
        width:50%;
    }
    .service-sctn .text-col{
        width:50%;
    }
}
@media(max-width:800px) and (min-width:501px){
    .service-sctn .text-col.text-col-1,
    .service-sctn .text-col.text-col-3{
        padding-left: 20px;
    }
    .service-sctn .text-col.text-col-2,
    .service-sctn .text-col.text-col-4{
        padding-right: 20px;
    }
}
@media(max-width:800px){
    .service-sctn .text-col{
        padding-top: 32px;
        padding-bottom: 32px;
    }
}
@media(max-width:500px){
    .service-sctn .text-col{
        text-align:center;
        align-items: center;
        background-color:var(--light-gray);
        width:100%;
        padding-right:32px;
        padding-left:32px
    }
    .service-sctn .btn{
        min-width:fit-content;
        width:200px
    }
    .service-sctn .text-col.text-col-1{
        order:1
    }
    .service-sctn .img-col.img-col-1{
        order:2
    }
    .service-sctn .text-col.text-col-2{
        order:3
    }
    .service-sctn .img-col.img-col-2{
        order:4
    }
    .service-sctn .text-col.text-col-3{
        order:5
    }
    .service-sctn .img-col.img-col-3{
        order:6
    }
    .service-sctn .text-col.text-col-4{
        order:7
    }
    .service-sctn .img-col.img-col-4{
        order:8
    }
}