
.services {
    padding: 50px 0;
    color: #303E52;
    position: relative;
}

.service-tab-image::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    border-radius: 15px;
    background-color: hsl(174deg 21% 49% / 50%);
}


.service-tab-image.green::before {
    background-color: hsl(174deg 21% 49% / 50%);
}

.service-tab-image.pink::before {
    background-color: hsl(354deg 53% 85% / 60%);
}

.service-tab-image.blue::before {
    background-color: hsl(197deg 71% 80% / 50%);
}

.service-tab-image.yellow::before {
    background-color: hsl(39deg 88% 84% / 50%);
}


.services-top-content {
    padding-bottom: 40px;
    text-align: center;
}

.services h2 {
    color: #025A59;
}

.services-top-content p {
    color: #303E52;
}
.service-column {
    background: #FFFFFF;
    color: #303E52;
}

.service-image {
    width: 100%;
    height: 133px;
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: 'object-fit: cover;';
    display: block;
    border-radius: 15px;
}

.service-info ul,
.service-info ul li {
    margin: 0;
    padding: 0;
}

.service-info ul li::before {
    display: none;
}

.service-info ul li {
    display: inline-block;
    padding: 0 5px 0 8px;
    border-left: 1px solid #024544;
    font-size: 14px;
    color: #4F5F6A;
    font-weight: 400;
    line-height: 1em;
}

.service-info ul li:first-child {
    border-left: none; 
    padding-left: 0;
}

.service-info h5 {
    font-family: 'futuramedium';
    font-size: 18px;
    color: #025A59;
    font-weight: normal;
    line-height: 1.4em;
    padding-bottom: 15px;
    padding-top: 3px;
}

.service-info {
    padding: 20px 0;
}

.service-slider {
    padding-bottom: 6px;
    margin-bottom: 70px;
}

.service-column a.btn {
    display: inline-block;
    width: auto;
}

.services .slick-initialized .slick-slide {
    margin: 0 0;
}

.services .slick-next {
    right: inherit;
    margin-right: 0;
    left: 70px;
}

.services .slick-prev {
    left: 0%;
    margin-left: 0px;
}

.tab-accordion__panel__content h2 {
	padding: 20px 0 0;
}

button:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

.service-tab-image {
    width: 100%;
    height: 192px;
}

.service-tab-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: 'object-fit: cover;';
    display: block;
    border-radius: 15px;
}

.service-tab-column {
    padding: 30px 0;
    border-top: 1px solid #CAD2DD;
}

.service-tab-column:first-child {
    border-top: none
}

.bdr-none{
    border-bottom: none
}

.service-tab-column .btn-tertiary {
    color: #0E1826;
    padding-right: 16px;
    border-color: #629691;
}

.service-info h5 {
    font-size: 20px;
    letter-spacing: 0.5px;
}

.text-center {
    text-align: center;
}

@media (min-width: 768px) {
    .services {
        padding: 60px 0;
    }
}

@media (min-width: 1025px) {
    .service-tab-image {
        width: 395px;
        height: 192px;
        float: left;
        margin-top: 10px;
    }

    .service-tab-info {
        float: left;
        width: calc(100% - 395px);
        padding-left: 30px;
    }

    .service-tab-info .service-info {
        padding: 0;
    }

    .service-tab-column {
        padding: 50px 0 60px;
    }

    .service-tab-info p {
        padding-bottom: 20px;
        font-size: 16px;
    }

    .services {
        padding: 100px 0;
    }

    ul.tabs li a i {
        display: block;
        padding-bottom: 20px;
    }

    ul.tabs li a {
        font-size: 20px;
        text-transform: uppercase;
    }

    .js-tab-accordion-btn i {
        pointer-events: none;
    }

}

@media (min-width: 1366px) {
    .service-tab-info {
        padding-left: 65px;
    }

    ul.tabs li a {
        font-size: 24px;
        letter-spacing: 1.8px;
        padding-bottom: 35px;
    }

    .services .container {
        max-width: 1508px;
        margin: 0 auto;
    }

    .services-top-content {
        max-width: 1138px;
        margin: 0 auto;
    }

    .services-top-content h2 {
        padding-bottom: 20px;
    }
}

