.rotate-section {
    transform: rotate(-3deg) scale(1.02);
}

.services-slider-section .service-item-container{
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    padding: 20px 60px 80px 15px;
    height: 100%;
}

.services-slider-section .service-item-container .service-item{
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    height: 100%;
}

.services-slider-section .swiper-slide{
    height: auto;
}

.services-slider-section .service-card-link{
    color: #333333;
}


.services-slider-section .service-title{
    font-size: var(--font-20);
    font-weight: 700;
    font-family: var(--primary-font);
    margin-bottom: 25px;
    transition: 0.3s ease all;
}

.services-slider-section .service-card-link:hover .service-title{
    /* background: linear-gradient(90deg, #F7C833 0%, #7B33F7 100%); */
    background: linear-gradient(82.94deg, #C40C0C -48.31%, #F6CE71 104.39%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.3s ease all;
}


.services-slider-section .service-icon{
    padding-bottom: 15px;
}

.services-slider-section .service-excerpt{
    margin-bottom: 0;
    font-size: var(--font-14);
    color: #333333;
    font-weight: 400;
    line-height: 140%;
    font-family: var(--secondary-font);
}