.section-8 .section-8-img img{
    width: 100%;
    background: #211f54;
}

.section-8 .section-8-heading{
    text-align: center;
    color: #211f54;
    max-width: 50%;
    margin: auto;
}

.section-8 .section-8-heading h2{
    font-size: 3rem;
    font-weight: 500;
}

.section-8 .section-8-heading p{
    padding: 2rem 0 4rem 0;
}

.section-8 .section-8-heading a{
    border: 2px solid #211f54;
    padding: 1rem 2rem;
    border-radius: 50px;
    color: #211f54;
    text-decoration: none
}

.section-8 .section-8-heading a:hover{
    background: #211f54;
    color: white;
    transition-property: background, color;
    transition-duration: .5s;
}



@media screen and (max-width: 1200px) {
    .section-8 .section-8-heading {
        max-width: 60%;
    }
}


@media screen and (max-width: 875px) {

    .section-8 .section-8-heading {
        max-width: 80%;
    }

    .section-8 .section-8-heading h2{
        font-size: 2rem;
    }
}

@media screen and (max-width: 480px) {
    .section-8 .section-8-heading {
        max-width: 80%;
    }

    .section-8 .section-8-heading h2{
        font-size: 1.5rem;
    }

    .section-8 .section-8-heading a{
        padding: 1rem 2rem;
        font-size: .7rem;
    }
}
