.main-flex.main-flex-wrap.main-flex-i-15[data-role="services-content"] {
    margin-bottom: 100px;
}

.stages-of-work-item .button-violet {
    display: block;
    width: fit-content;
    margin-top: 30px;
    border: 1px solid #915CE5;
    padding: 17px 50px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.main-service-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.main-service-content .service-main-bg {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 7px;
    overflow: hidden;
    width: 100%;
    height: 230px;
}

.main-service-content .service-main-bg * {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: initial;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    top: 0;
    left: 0;
}

.service-link {
    text-decoration: none;
}

.service-link .service-more svg path {
    transition: stroke .3s;
}

.service-link:hover .service-name {
    color: #915CE5;
    transition: color .3s;
}

.service-link:hover .service-more {
    color: #FBFBFB;
    transition: color .3s;
}

.service-link:hover .service-more svg path {
    stroke: #FBFBFB;
    transition: stroke .3s;
}

.main-service-content .service-name {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    transition: color .3s;
}

.main-service-content .service-more {
    color: #915CE5;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: color .3s;
}

@media (max-width: 1350px) {
    div[data-role="main-services-content"] .owl-nav .owl-next {
        right: -45px !important;
    }
    div[data-role="main-services-content"] .owl-nav .owl-prev {
        left: -45px !important;
    }
}

@media (max-width: 1024px) {
    .service-additional-img {
        background-size: 80% !important;
    }
}

@media (max-width: 650px) {
    .main-service-content {
        gap: 20px;
    }
}

@media (max-width: 600px) {
    div[data-role="main-services-content"] .owl-nav .owl-next {
        right: -20px !important;
    }
    div[data-role="main-services-content"] .owl-nav .owl-prev {
        left: -20px !important;
    }
    .service-additional-img {
        background-size: 50% !important;
    }
}

@media (max-width: 450px) {
    .main-service-content .service-name {
        font-size: 14px;
        line-height: 150%;
    }

    .main-service-content .service-more {
        font-size: 12px;
        line-height: normal;
    }
}