.hero-redesign {
    padding: 110px 0 100px !important;
    background-color: var(--base-bg);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 250px !important;
    position: relative;
    z-index: 1;
}

.hero-svg-wave svg {
    height: 120px !important;
    min-height: auto !important;
    max-height: 150px !important;
    display: block;
    width: 100%;
}

@media (min-width: 992px) {
    .hero-redesign {
        padding: 100px 0 120px !important;
        min-height: 380px !important;
    }
    .hero-svg-wave svg {
        height: 200px !important;
        max-height: 250px !important;
    }
}

@media (max-width: 767px) {
    .hero-redesign {
        padding: 40px 0 40px !important;
        min-height: 120px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
    }
    .hero-svg-wave svg {
        height: 50px !important;
        max-height: 70px !important;
    }
}

.hero-redesign .section-title h3, 
.hero-redesign .section-title h2 {
    margin-bottom: 8px !important;
}

.hero-btns.mt-4 {
    margin-top: 10px !important;
}

.our-services {
    padding: 40px 0 !important;
    background-color: #fff;
}

.our-services .section-title {
    margin-bottom: 25px !important;
}

.our-services .section-title h3 {
    margin-bottom: 8px !important;
}

.our-services .section-title h2 {
    margin-bottom: 12px !important;
}

.cta-box {
    padding: 40px 0 !important;
    margin: 40px auto !important;
}

@media (max-width: 991px) {
    .our-services {
        padding: 40px 0 !important;
    }
    .cta-box {
        margin: 30px auto !important;
    }
}

@media (max-width: 767px) {
    .our-services {
        padding: 30px 0 !important;
    }
    .cta-box {
        margin: 20px auto !important;
    }
}
