/* header --------------------------------------------------------*/
/*
.header-quote-container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    
    padding: 4px 0 0 486px;
}

.header-quote-signature {
    flex: 1; 
    text-align: right; 
    white-space: nowrap;
    padding: 0 2px 0 0;
}
*/
/* main content --------------------------------------------------*/

.page {
    display: grid;
    background-color: var(--content-color-bkg);
    border-radius: var(--content-border-radius);
    grid-template-columns: 603px 1fr;
    grid-template-rows: auto 380px auto;
    width: 100%;
    height: auto;
    padding: 16px 14px 35px 14px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
}

.mobile-quote {
    display: inline;
    position: relative;
}

.mobile-quote-signature {
    flex: 1; 
    text-align: right; 
    white-space: nowrap;
    padding: 0 30px 0 0;
}

.main-r0c1 {
    display: flex;
    flex-direction: column;
    grid-area: 3 / 2 / 4 / 3;
    margin: 0 100px 0 40px;
    padding: 0;
    font-style: italic;
    font-weight: bold;
    font-size: 17px;
}

.main-r1c1 {
    grid-area: 1 / 1 / 2 / 3;
    margin: 0;
}

.main-r1c1 p {
    font-size: 17px;
    color: black;
    margin: 0 0 30px 0;
    white-space: normal;
}

.main-r1c1 .section-text {
    margin: 0 0 20px 0;
}

.main-r2c1 {
    grid-area: 2 / 1 / 3 / 3;
    /*margin: 0 auto 0 auto;*/
    padding: 0 14px 0 0;
}

.main-r2c1 a {
    text-decoration: none;
    color: rgb(47,47,48);
    transition: 0.4s;
}

.main-r2c1 a:hover {
    color: rgb(141,141,143);
}


.intake {
    left: 240px;
    top: 48px;
}

.telehealth {
    left: 99px;
    top: 76px;
}

.in-person {
    left: 370px;
    top: -19px;
}

.parking {
    left: 236px;
    top: 6px;
}

.pdf-info-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: fit-content;
    font-family: "Arial";
    font-size: 14px;
    margin: 0;
    position: relative;
}

.pdf-info-container img {
    width: 48px;
    height: auto;
    margin: 0 auto 1px auto;
}

.main-r2c2 {
    grid-area: 2 / 2 / 3 / 3;
}

img.desktop {
    width: 263px;
    height: 352px;
}

img.mobile {
    display: none;
}

@media screen and (max-width: 600px) {
    .page {
        color: rgb(47,47,48);
        user-select: none;
        grid-template-rows: repeat(3, min-content) 1fr;
        grid-template-columns: 100%;
        padding: 5vw 3vw 0 3vw;
        grid-row-gap: 0;
        grid-column-gap: 0;
        box-shadow: inset 0 0.3125vw 0.625vw rgba(0, 0, 0, 0.6);
        
    }
    
    .pages-container {
        margin-left: 3.125vw;
        margin-right: 3.125vw;
        width: auto;
    }
    
    .header-quote-container {
        display: none;
    }
    
    .mobile-quote-signature {
        padding: 6.875vw 10.625vw 0 0;
    }
    
    .main-r0c1 {
        display: flex;
        flex-direction: column;
        grid-area: 4 / 1 / span 1 / span 1;
        margin: 2.5vw 10vw 1.25vw 10vw;
        font-size: 5vw;
        font-weight: bold;
        font-style: italic;
        padding: 0 0 3.22vw 0;
    }
    
    .main-r1c1 {
        grid-area: 1 / 1 / span 1 / span 1;
        
        color: black;
        padding: 0;
        margin: 0 0 5vw 0;
    }
    
    .main-r1c1 p {
        font-size: 5vw;
        color: black;
        margin: 0 0 7.8125vw 0;
        white-space: pre-line;
        line-height: 145%;
    }

    .main-r2c1 {
        grid-area: 3 / 1 / span 1 / span 1;
        margin: 0 0 12.5vw 0;
        padding: 0;
    }
    
    img.desktop {
        display: none;
    }

    img.mobile {
        display: block;
        width: 100%;
        height: auto;
        margin: 0 auto 0 auto;
    }
    
    .pdf-info-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: fit-content;
        font-family: "Arial";
        font-size: 4.375vw;
        
        position: static;
        
        margin: 0 auto 6.25vw auto;
    }
    
    .pdf-info-container img {
        width: 13.75vw;
        height: auto;
        margin: 0 auto 0 auto;
    }
    
    .main-r2c2 {
        grid-area: 2 / 1 / span 1 / span 1;
        margin: 0 0 15vw 0;
        padding: 0;
    }
}
