#service-page .top-section {
    background-color: #02aab2;
    color: #fff;
    padding-bottom: 45px;
    padding-top: 25px;
    position: relative;
}

#service-page .top-section .box-breadcrumb {
    font-size: 1.2rem;
}

.pr-1, .px-1 {
    padding-right: .25rem !important;
}

#service-page .top-section .box-breadcrumb strong {
    font-weight: 600;
}
#service-page .top-section .box-content {
    font-size: .95rem;
    line-height: 1.4;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

#service-page .top-section .box-content h1 {
    font-size: 1.9rem;
    font-style: italic;
    font-weight: 600;
}

@media (min-width: 992px) {
    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important;
    }
}

#service-page .technical-service-section {
    padding-bottom: 40px;
    padding-top: 40px;
    position: relative;
}

@media screen and (min-width: 1670px) {
    .oversized-container {
        max-width: 1620px;
    }
}

#service-page .technical-service-section .col-service {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
    margin-top: 15px;
}

@media (min-width: 1200px) {
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

#service-page .technical-service-section .col-service .col-info {
    font-size: .8rem;
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
}

#service-page .technical-service-section .col-service .col-info .title {
    font-size: 1.1rem;
    font-weight: 600;
}

@media (min-width: 768px) {
    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important;
    }
}

@media screen and (min-width: 992px) {
    #service-page .technical-service-section .col-service .col-image {
        flex: 0 0 36%;
        max-width: 36%;
        text-align: center;
    }

}

.col-xl-6 {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

#service-page .technical-service-section .col-service .col-image {
    flex: 0 0 36%;
    max-width: 36%;
    padding-right: 0;
}

.col-sm {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%;
}

#service-page .technical-service-section .col-service .col-image img {
    max-width: 100%;
}