.service-section,
.public-page-section {
    padding-left: 100px;
}

.public-page-section a {
    font-size: 20px;
    color: #FA6030;
}

.service-header {
    position: relative;
    padding-left: 15px;
    margin-top: 30px;
    margin-bottom: 60px;
}

.public-page-header {
    position: relative;
    padding-left: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.service-header::before,
.public-page-header::before {
    content: "";
    background: linear-gradient(89.78deg, #FA6030 -0.01%, #FFC876 99.83%);
    height: 100%;
    width: 2px;
    position: absolute;
    left: 0;
}

.service-content .service-image img {
    width: 100%;
    max-height: 600px;
    object-fit: cover;
}

.service-body,
.public-page-content {
    line-height: 28px;
    margin-bottom: 10%;
}

.hero-services-section {
    position: relative;
    padding-bottom: 8%;
    margin-top: 3%;
}

.hero-services-section::before {
    content: "";
    display: block;
    position: absolute;
    top: -350px;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(/assets/img/case_studies_bg.jpg) no-repeat right center / cover;
    opacity: 0.8;
    z-index: -1;
}

.hero-services-title {
    width: 239px;
}

.hero-services-description {
    width: 500px;
}

.hero-services-header {
    position: relative;
    padding-left: 15px;
}

.hero-services-header:before {
    content: "";
    background: linear-gradient(89.78deg, #FA6030 -0.01%, #FFC876 99.83%);
    height: 100%;
    width: 2px;
    position: absolute;
    left: 0;
    top: 10px;
}

.services-all__header {
    position: relative;
    padding-left: 15px;
    width: 50%;
}

.services-all__header:before {
    content: "";
    background: linear-gradient(89.78deg, #FA6030 -0.01%, #FFC876 99.83%);
    height: 100%;
    width: 2px;
    position: absolute;
    left: 0;
}

.section.services-all .items-grid {
    position: relative;
    margin-top: 50px;
}

.section.services-all {
    position: relative;
    padding-top: 8%;
    padding-bottom: 6%;
}

.section.services-all::before {
    content: "Services";
    font-family: 'Gilroy', sans-serif;
    font-weight: 1000;
    font-size: 170px;
    display: block;
    position: absolute;
    top: 120px;
    left: 30%;
    color: rgba(250, 250, 250, 1);
    text-transform: uppercase;
}

.service__item {
    display: flex;
    justify-content: space-between;
}

.services__image {
    width: 300px;
    height: 200px;
    object-fit: cover;
}

.service__item-content {
    padding: 20px;
}

.service__item-link-wrapper {
    display: flex;
    height: 200px;
    border: 1px solid;
    border-image: linear-gradient(90deg, #FA6030, #FFC876) 1;
    position: relative;
    margin-bottom: 20px;
}

.service__item-link-wrapper:hover {
    transform: scale(1.03);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
    z-index: 2;
}

.service__item-link {
    display: flex;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.service__item-link img {
    padding-left: 10px;
    padding-top: 2px;
}

@media (max-width: 600px) {
    .service__item-link-wrapper {
        height: auto;
    }

    .service__item {
        flex-wrap: wrap;
    }

    .hero-services-description {
        width: 100%;
    }

    .services__image {
        width: 100%;
        height: auto;
    }

    .service__item-link {
        position: initial;
        justify-content: right;
    }

    .service__item-content {
        padding: 15px;
    }
}

@media (max-width: 768px) {

    .service-section,
    .public-page-section {
        padding-left: 0px;
    }

    .public-page-section a {
        font-size: 16px;
    }

    .service-section img {
        width: 100%;
        height: auto;
    }

    .services-all__header {
        width: 100%;
    }

    .section.services-all::before {
        display: none;
    }
}

@media (max-width: 991px) {
    .section.services-all::before {
        font-size: 110px;
    }

    .section.services-all p {
        font-size: 16px;
        line-height: normal;
    }
}