.first-block {
    background: url('seo-assets/Banner-Background.png') no-repeat center;
    background-size: cover;
    height: 100%;
    padding: 12rem 8rem;
    display: flex;
}

.header {
    width: auto;
    max-height: 100%;
    height: 100vh;
}

.border-yellow-left {
    border-left: 6px solid #df9926 !important;
}

.text-orange {
    color: #dc4815;
    font-size: 16px;
    font-weight: 500;
}

.second-block {
    background: #f8f8f8;
    padding: 8rem 8rem;
    width: auto;
    max-height: 100%;
}

.third-block,
.sixth-block,
.packages {
    background: #ffffff;
    padding: 8rem 8rem;
    width: auto;
    max-height: 100%;
}

.fourth-block {
    background: url('seo-assets/background-take-your-brand-to-the-next-level-with-advanced-SEO-services.png') no-repeat center;
    background-size: cover;
    position: relative;
    height: 100%;
    display: flex;
    padding: 8rem 8rem;
}

.fourth-block .card {
    background-color: #00000033;
}

.fifth-block {
    background: #0c3566;
    padding: 3rem 8rem;
}

.seo-ul li::marker {
    content: "\2B9E";
}

.owl-theme .owl-dots .owl-dot span {
    background: #d6d6d6a6 !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #8dc641 !important;
}

.owl-theme .owl-dots .owl-dot span {
    width: 50px !important;
    height: 5px !important;
    border-radius: 0 !important;
}

.seventh-block {
    background: url('seo-assets/background-Increase-your-search-rankings.png') no-repeat center;
    background-size: cover;
    position: relative;
    height: 100%;
    padding: 8rem 8rem;
    width: auto;
}

.package-item {
    font-family: 'Epilogue', sans-serif;
    color: black;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid black;
    padding-bottom: 10px;
}

.package-item:last-of-type {
    border: none;
}

.pricing-card-heading {
    font-family: 'Oswald', sans-serif;
    color: white;
    font-size: 20px;
    font-weight: 700;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    top: 2%;
}

@media only screen and (max-width:1149.98px) {
    .header {
        height: 70vh;
    }
}

@media only screen and (max-width:991.98px) {
    .first-block {
        padding: 8rem 2rem;
    }

    .second-block,
    .third-block,
    .fourth-block,
    .sixth-block,
    .seventh-block,
    .packages {
        padding: 8rem 2rem;
    }

    .fifth-block {
        padding: 3rem 2rem;
    }
}

@media only screen and (max-width:575.98px) {
    .first-block {
        padding: 6rem 1rem;
    }

    .second-block,
    .third-block,
    .fourth-block,
    .sixth-block,
    .seventh-block,
    .packages {
        padding: 5rem 1rem;
    }

    .fifth-block {
        padding: 3rem 1rem;
    }

    .owl-theme .owl-dots .owl-dot span {
        width: 30px !important;
        height: 5px !important;
        border-radius: 0 !important;
        margin: 5px !important;
    }
}