.section {
    padding: 60px 0;
}

.service-title-1 {
    padding-top: 30px;
    padding-bottom: 50px;
}

.service-title-1 h1 {
    font-size: 40px;
}
.ctn-s {
    max-width: 910px !important;
}
.ar_a_service
{
    padding: 50px 0;
}
.background-grey{
    background: #F7F7F7;
}

@media (min-width: 1200px) {

    #service-1 .box-services {
        min-height: 276px;
    }
}

@media (max-width: 992px) {
    #service-1 .box-services {
        min-height: 444.5px;
    }
}

@media (max-width: 480px) {
    #service-1 .box-services {
        min-height: auto;
    }

    #service .check-hide {
        display: none;
    }

    #service img {
        padding: 50px 0 20px 0 !important;
    }

    #service-1 .service-title-1 {
        padding-top: 0px;
        padding-bottom: 60px !important;
    }

    #service-2 .service-title-1 {
        padding-top: 0px;
    }

    .service-title-1 h1 {
        font-size: 25px;
    }

    #service {
        padding-bottom: 50px;
    }
}

@media (max-width: 1375px) {
    .vertical-item {
        display: none;
    }
}

#service img {
    width: 100%;
    object-fit: contain;
}

.img-ctn-xl {
    object-fit: contain;
}

.text-#FF1D0D {
    color: #FF1D0D;
}

#service-1 .box-services {
    padding: 35px 20px 20px;
    margin-bottom: 30px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 0%), 0 3px 6px rgb(0 0 0 / 8%);
}

.vertical-text-left {
    margin-top: 10vh;
    font-weight: lighter;
    position: absolute;
    color: #FF1D0D;
    font-size: 50px;
    transform: rotate(-180deg);
    writing-mode: vertical-rl;
    left: 50px;
    font-family: "Poppins", sans-serif;
}

.vertical-text-right {
    position: absolute;
    margin-top: 20vh;
    writing-mode: vertical-rl;
    width: 163px !important;
    right: 15px;
}

#service-2 img {
    width: 265px;
    height: 214px;
    object-fit: contain;
    padding-bottom: 20px;
}

#service-2 .card-body {
    text-align: center;
}

#service-2 .box-services {
    padding: 35px 20px 20px;
    margin-bottom: 30px;
    min-height: 255px;
    border-radius: 10px;
    box-shadow: 3px 3px 10px rgb(0 0 0 / 0%), 3px 3px 10px rgb(0 0 0 / 18%) inset;
    border: none;
}
#service-2 .card-body i {
    color: #FF1D0D;
}

.service-description p {
    font-size: 16px;
    font-weight: 400;
}
.box-services .card-title.text-center.text-#FF1D0D {
    font-size: 18px;
}
.box-services .card-body p {
    font-size: 14px;
}
.description-service-title {
    font-weight: 400;
    line-height: 1.7
}