header {
    padding: 20vh 0 50px;
    background-size: cover;
    background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 1)),
    url('../images/people.jpg');
    background-repeat: no-repeat;
    background-size: cover;


    /* Maska gradientowa */
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 95%);
    -webkit-mask-size: 100% 100%;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 95%);
    mask-size: 100% 100%;
}

header * {
    text-align: center;
    line-height: 1.6;
}

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

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



@media screen and (max-width: 991px)  {
    .offer h2, #medical-assistant h2, #offer-adjustment h2 {
        font-size: 2.2rem;
    }

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

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

    .offer p {
        font-size: 1.2rem;
    }



    #medical-assistant p, #offer-adjustment p {
        color: var(--green) !important;
        font-weight: 500;
    }

    #medical-assistant h5 {
        font-size: 1.5rem;
        color: var(--gray) !important;
        font-weight: 500;
    }

}

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

    .offer h2, #medical-assistant h2, #offer-adjustment h2 {
        font-size: 4.5rem;
    }

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

    .offer h4 {
        font-size: 2.7rem;
    }  
    
    .offer p, #medical-assistant p, #offer-adjustment p {
        font-size: 1.2rem;
    }

    #medical-assistant p {
        color: var(--green) !important;
        font-weight: 500;
    }

    #medical-assistant h5 {
        font-size: 3rem;
        color: var(--gray) !important
    }

}

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

}

.offer h2 {
    color: #FFF;             
    text-shadow:
    1px  1px 0 #000,
   -1px  1px 0 #000,
    1px -1px 0 #000,
   -1px -1px 0 #000;
}

#our-services p {
    color: var(--green);
    margin-bottom: 20px;
    font-weight: 300;
}

#our-services hr {
    width: 80%;
    margin: auto;
}

#medical-assistant p {
    margin-left: 20px;
    text-decoration: underline 5px solid #fff;
    text-decoration-thickness: 2px;
}