﻿.skip-to-main-content {
    padding: 5px 15px;
    background: white;
    border-radius: 30px;
    color: black;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    opacity: 0;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translatex(-50%);
    transition: all .3s;
}

.skip-to-main-content:focus {
    opacity: 1;
    top: 60px;
}

div#banner {
    z-index: 1;
}

div#banner:before {
    /*background: linear-gradient(90deg, transparent, #ddf1f0);*/
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    border-radius: 5px 5px 0 0;
    z-index: -1;
}

a.VIpgJd-ZVi9od-l4eHX-hSRGPd {
    display: none;
}

h3.health_h3 {
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 500;
}

.pnt_message .cls8 {
     background: #eef4ff;
}

.w-100 {
    width: 100%;
}

@media (max-width: 1200px) {
    #banner {
        background-size: 80% !important;
    }
}