@charset "utf-8";
/* CSS Document */

.box.fullText {
    
    width:100%; 
    
}


.box.fullText .text{
    
    width: 80%;
    margin: 0 auto;
    padding-bottom: 2em;
    padding-top: 2em;
    max-width: 40em;
    
    
}

.box.fullText h2{
    
    text-align: left;
    
}

.box.fullText .text strong{
    
    font-family:"Mostra N W00 Bold";
    font-style: normal;
    font-weight: 400;
    font-size: 1.5vw;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 0.1vw;
    
}

@media only screen and (max-width: 799px) {

    
    .box.fullText .inner    {

        width:71%;
        margin: 19.44vw 14.44vw; 
 
    }
    
    .box.fullText .text strong{

        font-size: 4vw;
        letter-spacing: 0.3vw;

    }

}
