.hero-section-service  {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 0 60px;
}

.hero-content {
    width: 60%;
}

.hero-section-service h1 {
    margin-top: 30px;
}

.hero-section-service .subtitle {
    font-size: 18px;
    margin-bottom: 20px;
}

.hero-section-service .text ul {
    list-style: none;
}

.hero-section-service .text ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px
}

.hero-section-service .text ul li:before {
    content: "✓";
    position: absolute;
    left: 0px;
    top: 3px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 13px;
    border-radius: 50%;
    background: var(--tick--color);
}

@media only screen and (min-width: 992px) {
    .hero-section-service  {
        clip-path: ellipse(125% 72% at 50% 28%)
    }   
}

@media only screen and (max-width: 991px) {
    .hero-content {
        width: 100%;
    }

    .hero-content .cta-buttons {
        justify-content: left;
    }
    
}
