

header {
    display: flex;
    align-items: end;
}

header * {
    line-height: 1.6;
}

header p {
    font-size: 1rem;
    color: var(--gray) !important;
    font-weight: 300;
}

header h1 {
    white-space: normal !important;  
    color: #FFF !important;             
    text-shadow:
    1px  1px 0 var(--green),
   -1px  1px 0 var(--green),
    1px -1px 0 var(--green),
   -1px -1px 0 var(--green)
}

header svg {
    position: absolute;
}

header blockquote {
    font-size: 1.2rem;
    color: var(--green) !important;
    font-weight: 500;
}

header hr {
    border: 4px solid var(--green);
}

.pricing .feature-box {
    display: flex;
    flex-direction: column;
    text-align: left;
    border-radius: 45px !important;
    padding: 45px !important;
    margin-bottom: 45px;
}

.pricing .feature-box p {
    width: 100%;
}


@media screen and (max-width: 991px)  {

    header {
        min-height: 750px;
    }

    .pricing h2 {
        font-size: 2.2rem;
    }

    .pricing h3 {
        font-size: 2rem;
    }

    .pricing h4 {
        font-size: 1rem;
    }

    .pricing p, header p {
        font-size: 1.2rem;
    }

    header svg {
        height: 70px;
        bottom: -120px;
        right: 0;
    }

    header hr {
        margin: 0 0 40px;
        width: 70%;
    }

    .pricing .feature-box p {
        font-size: 1.4rem;
        font-size: 1.4rem;
    }

}

@media screen and (min-width: 992px)  { 

    header {
        height: 90vh;
    }

    .pricing h2 {
        font-size: 4.5rem;
    }

    .pricing h3 {
        font-size: 4rem;
    }  

    .pricing h4 {
        font-size: 2.7rem;
    }  
    
    .pricing p, header p {
        font-size: 1.2rem;
    }


    header svg {
        height: 140px;
        bottom: -40px;
        right: 0;
    }

    header hr {
        margin: 0;
        width: 80%;
    }

    .pricing .feature-box p {
        font-size: 1.8rem;
    }
}

@media screen and (min-width: 1200px)  { 

}
