@import url("../../../global/css/main.css");

@media screen and (min-width: 990px) and (max-width: 1296px){
    main {
        position: relative;
        top: 7rem;
        left: 10%;
        width: 80%;
        background-color: white;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }
    
    a {
        color: var(--primary);
        max-width: 80%;
    }
    
    p {
        position: relative;
        left: 10%;
        max-width: 80%;
        font-size: 1.2rem;
        text-align: justify;
    }
    
    .main-headline {
        position: relative;
        margin: 1rem;
        text-align: center;
        font-size: 2.5rem;
        color: var(--primary);
    }
    
    .sub-headline {
        position: relative;
        text-align: center;
        font-size: 1.5rem;
        color: var(--secondary);
    }
    
    .headline {
        color: var(--secondary);
        margin-top: 1.5rem;
        margin-bottom: .2rem;
    }
    
    .address {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
}