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

.box.halfText {
    
    width:100%; 
    
}

.box.halfText .text{
    
    width:calc(49.9% - 7.29vw);
    float: left;
    margin-left: 7.29vw;
    margin-top: 7.29vw;
    
    
}

.box.halfText .text a{
    
    text-decoration: underline;
    color:inherit;
    outline:0;
    
}

.box.halfText .text a:hover{
    
    text-decoration: none;
    color:inherit;
    outline:0;
    
}

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

.box.halfText .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.halfText .text{

        width:71%;
        margin: 19.44vw 14.44vw; 

    }
    
    .box.halfText .text strong{

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

    }

}
