.services-details {
    padding-top: 120px;
    padding-bottom: 80px;
}

.services-details .sidebar-title h3 {
    margin-bottom: 30px;
    font-weight: 500;
}

.services-details .sidebar-wrapper:not(:first-child) {
    margin-top: 30px;
}

.services-details .section-title h2 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 40px;
    font-size: 2.2rem;
    font-weight: 500;
    border-bottom: 1px solid #e0e4e4;
}

.services-details .section-title h2::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 80px;
    height: 3px;
    background-color: var(--minor-color);
}

.services-des-item h3 {
    font-size: 1.75rem;
    margin-bottom: 20px;
}

.services-des-item>p,
.services-des-item>img {
    margin-bottom: 20px;
}

.services-des-item img {
    width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .services-des-wrapper {
        margin-top: 60px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .services-details {
        padding-top: 60px;
        padding-bottom: 50px;
    }

    .services-des-wrapper {
        margin-top: 60px;
    }
}

@media (max-width: 575px) {
    .services-details {
        padding-top: 60px;
        padding-bottom: 50px;
    }

    .services-details .section-title h2 {
        padding-bottom: 20px;
        margin-bottom: 30px;
        font-size: 2rem;
    }

    .services-des-item h3 {
        font-size: 1.65rem;
    }

    .services-des-wrapper {
        margin-top: 60px;
    }
}