.main-top-content .subheading-startups {
    font-size: 16px !important;
    border-radius: 6px !important;
    background: #006382;
}
.main-top-content .main-section-heading {
    font-size: 38px;
    line-height: 47px;
}

.main-top-content p {
    font-size: 18px;
    line-height: 28px;
}

.left-content {
    width: 55%;
    padding-right: 40px;
}

.right-content {
    width: 45%;
}

.problem-box {
    background: rgba(103, 167, 188, 0.30);
    width: 210px;
    height: 147px;
    cursor: pointer;
}

p.problem-description {
    font-size: 18px;
    line-height: 28px;
}

.main-top-content .hero-cta button {
    color: #006383;
    border: 2px solid #006383 !important;
}

.main-top-content .hero-cta button::before {
    background-color: #006383 !important;
}

.main-top-content .hero-cta button:hover {
    color: #fff !important;
}

.growth-strategy-box h3 {
    font-size: 20px;
    line-height: 30px;
}

.service-bullet-point p {
    font-size: 18px;
}

.content-desc {
    font-size: 18px;
    line-height: 28px;
}

.services-left-content {
    width: 38%;
}

.services-right-content {
    width: 62%;
    position: relative;
}

.services-content-section {
    gap: 40px;
}

.services-right-content::after {
    content: "";
    background: #F6F9FB;
    border-radius: 21px;
    width: 1065px;
    height: 432px;
    position: absolute;
    top: -30px;
    left: -270px;
    z-index: -1;
}

.inner-cta-section {
    background: url('../images/cta-banner-bg.webp') no-repeat center center;
    border-radius: 21px;
    overflow: hidden;
}

.inner-cta-section img.cta-shadows {
    position: absolute;
}

.cta-content {
    width: 90%;
    z-index: 2;
}

.inner-cta-section::after {
    content: "";
    background: url(../images/cta-banner.webp) no-repeat center center;
    border-radius: 21px;
    width: 1445px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: -25px;
    z-index: 1;
    background-size: cover;
}

h2.cta-heading {
    font-size: 30px;
    line-height: 36px;
    text-shadow: 0px 4px 4px rgb(0 0 0 / 24%);
}

p.cta-desc {
    font-size: 18px;
    width: 85%;
}

.inner-cta-content button {
    border-radius: 0px 0px 0px 0px !important;
}

.hyperion-icon {
    position: absolute;
    top: 5px;
    right: 10px;
}