@import url('../../../global/css/main.css');

@media 
screen and (max-width: 672px) {
    main {
        position: relative;
        top: 7rem;
        left: 5%;
        width: 90%;
        background-color: white;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }
    
    main .priv-a {
        color: var(--primary) !important;
        max-width: 80%;
        text-decoration: underline !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    p {
        position: relative;
        left: 10%;
        max-width: 80%;
        font-size: 1rem;
        text-align: justify;
    }
    
    .main-headline {
        position: relative;
        margin-bottom: 1rem;
        text-align: center;
        font-size: 1.3rem !important;
        color: var(--primary);
    }
    
    .sub-headline {
        position: relative;
        text-align: center;
        font-size: 1.1rem;
        color: var(--secondary);
    }
    
    .headline {
        color: var(--secondary);
        margin-top: 1.5rem;
        margin-bottom: .2rem;
    }
    
    .priv-address {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
}