*{
    font-size: 18px;
    font-family: 'Akrobat', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #ffff;
}
@font-face {
    font-family: 'akrobat';
    src: url(fonts/WEB/Akrobat-ExtraLight.woff);
    font-weight: 100;
}
body{
    background-image: url(img/bg.svg);
}
.box{
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 50%;
    padding: 50px;
    
}
.container{
    display: flex;
    align-items: center;
}
.logo img{
    width: 200px;
    height: auto;
}
.small p{
    font-weight: 400;
    font-size: 26px;
}
.big p{
    font-weight: 600;
    font-size: 64px;
    letter-spacing: 13px;
}
.sub-content p{
    font-size: 18px;
    font-weight: 100;
    letter-spacing: 3px;
}
.social a{
    margin-right: 30px;
}
.social a svg{
    height: 40px;
    width: auto;

}
.tel p,
.mail p,
.addres{
    font-size: 18px;
    font-weight: 100;
    margin: 10px 0 10px;
}
.tel strong,
.mail strong{
    font-size: 18px;
}
.content,
.sub-content{
    margin: 30px 0 30px 0;
}
@media only screen and (max-width:576px){
    .box{
    width: 100%;
        
    }
    .small p{
        font-weight: 400;
        font-size: 16px;
    }
    .big p{
        font-weight: 600;
        font-size: 24px;
        letter-spacing: 9px;
    }
    .sub-content p{
        font-size: 12px;
        font-weight: 100;
        
    }
    .social a svg{
        height: 30px;
    }
}

@media only screen and (max-width:768px){
    .sub-content{
        width: 100%;
    }
    
}