footer{
    padding: 30px 0 !important;
    font-weight: 300 !important;
}

.footer__col:last-child{
    width: 288px !important;
    padding-right: 20px !important;
    padding-left: 0;
}

.col.addr{
    margin-bottom: 25px !important;
}

.logo{
    margin-bottom: 50px;
}

.logo img{
    width: 250px;
}

body{
    max-height: 100%;
}

.circle.circle--small{
    max-height: 890px !important;
    
}


.textBox {
    display: block;
    position: relative;
    padding: 9px 16px;
    border-radius: 20px;
    letter-spacing: 0.5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    width: 100%;
    height: 40px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}