@media only screen and (max-width: 767px) {
  
    
.block-width {
    margin-left: 20px !important;
    margin-right: 20px !important;
}    
    
    
.title {
    line-height: 1.2 !important;
    font-size: 24px !important;
}


.description {
    font-size: 13px !important;
    line-height: 1.6 !important;
}
    
    
.social {
    margin-top: 35px !important;
}
    
    
.lang {
    position: absolute !important;
    margin-top: -85px !important;;
    text-align: right !important;
    margin-right: 14px !important;
} 
    
.img-logo {
    width: 170px !important;
    margin-top: 80px !important;
}
    
    
.text-block {
    margin-top: 80px !important;
}
 
    
.border-line {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
    
    
    
.downloadpdf .wow{
        animation-name: none !important;
        visibility: visible !important;
    }
    
    
    
.pdf-block {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 20px !important;
    border-radius: 50px !important;
}    
    
    
    
}




@media only screen and (max-width: 992px) {
    
    
.block-width {
    margin-left: 60px;
    margin-right: 60px;
}    
    
.img-logo {
    display: block;
    width: 250px;
    margin-top: 60px;
}
    
    
.social {
    position: absolute;
    display: inline-grid;
    margin-top: 80px;
}
    
    
.lang {
    position: absolute;
    margin-top: -40px;
    text-align: right;
    right: 0;
}
    
    
    
.footer {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    margin-top: 30px;
    margin-bottom: 50px;
    display: block;
    /* -webkit-box-pack: justify; */
    -ms-flex-pack: justify;
    /* justify-content: space-between; */
}    
    
    
    
.downloadpdf {
    position: unset;
    right: 0;
    margin-bottom: 40px !important;
    bottom: 0;
    left: 0;
    top: 0;
    text-align: center;
}
   
    
    
.pdf-block {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    border-radius: 50px;
}
    
    
}