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

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

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

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

.third-block {
    background: #8dc641;
    width: auto;
    max-height: 100%;
}

.third-block .col-1 {
    padding: 5rem 3rem 5rem 8rem;
}

.img-class {
    height: 100%;
    width: 100%;
}

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

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

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

.seventh-block {
    background: url('ppc-assets/background-what-do-our-PPC-management-services-include.png') no-repeat center;
    background-size: cover;
    position: relative;
    height: 100%;
    padding: 8rem 8rem;
    width: auto;
}

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

.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,
    .fourth-block,
    .seventh-block,
    .sixth-block,
    .packages {
        padding: 8rem 2rem;
    }

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

    .third-block .col-1 {
        padding: 2rem;
    }
}

@media only screen and (max-width:767.98px) {
    .img-class {
        max-width: 100%;
        height: auto;
    }
}

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

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

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

    .third-block .col-1 {
        padding: 3rem 1rem;
    }
}