main {
    margin-bottom: 0;
}
@media (min-width: 768px) {
    main {
        min-height: 695px !important;
    }
    .bg_home_container, .bg_home_image {
        min-height: 695px !important;
    }
}
body:not(.external) .home_search_box {
    margin-bottom: 0;
}
footer#customfooter {
    background: #fff !important;
    max-width: 1200px;
    color: #7F7F7F !important;
    font-size: 12px;
    font-family: Arial, ArialMT, Tahoma, Verdana, sans-serif;
    margin: 15px auto;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-gap: 20px;
}
footer#customfooter .logo{
    max-width: 150px;
    width: 100%;
    height: auto;
    margin-top: 4px;
}
footer#customfooter .logo img{
    width: 100%;
}
footer#customfooter .info{
    margin-top: 4px;
}
footer#customfooter .info p{
    line-height: 17px;
}
@media screen and (max-width: 1530px) {
    footer#customfooter {
        margin: 15px;
    }
}
@media screen and (max-width: 750px) {
    footer#customfooter{
        display: block;
    }
    footer#customfooter .logo{
        margin: 0 auto;
    }
    footer#customfooter .info{
        margin: 10px 0;
        text-align: center;
    }
}