.services-container .primary-heading-box {
    margin-bottom: 20px;
}
.services-container .sub-heading{
    font-size: 34px;
    font-weight: 500;
    color: var(--blue-dark);
}
.services-container .translate-image{
    transform: translateX(-30px);
}
.services video {
    max-width: 100%;
    height: unset !important;
}
.services .inner-content {
    font-size: 18px;
    line-height: 2;
}
.services p,
.single-post .blog-post-section h2,
.single-post .blog-post-section h3 {
    margin-bottom: 20px;
}
.services ul {
    padding-left: 20px !important;
    margin-bottom: 20px;
    font-weight: 500;
}
.services ul li{
    padding-left: 5px;
}
.services ul li::marker{
    color: var(--pink-magenta);
}
.get-started {
    background-image: url(../../../../../uploads/2021/04/services_last_bg.webp);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 120px 0 70px;
    text-align: center;
    font-size: 18px;
}
@media only screen and (max-width: 1300px) {
    .services-container .sub-heading{
        font-size: 28px;
    }
}
@media only screen and (max-width: 991px) {
    .services-container .translate-image{
        transform: unset;
    }
    .get-started {
        background-size: auto;
    }
    .services .inner-content {
        font-size: 16px;
        line-height: 1.6;
    }
}
