/* for free-header (503 page) */
.header-full{
    width: 100%;
    display: block;
}
.contact__header-container {
    display: flex;
    justify-content: flex-end;
    height: 100%;
    align-items: center;
}
.contact__cmon{
    margin-left: 50px;
}
.contact__cmon .footer-contact__item{
    color: black !important;
}
.contact__cmon img {
    margin-top: -3px;
}
.contact__call img{
    margin-top: -5px;
}
.redirect__container{
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
}
.container__redirect{
    max-width: 920px;
    width: 100%;
    margin: auto;
    margin-left: 15px;
}
.container__redirect .text {
    text-align: left;
    font-style: normal;
}
.container__redirect h1{
   font-weight: 700;
   font-size: 36px;
   line-height: 42px;
   margin-bottom: 0px;
}
.container__redirect h2{
    margin-top: 65px;
    font-size: 36px;
    font-weight: 500;
    line-height: 42px;
    margin-bottom: 30px;
}
.container__redirect p{
    margin: 0px;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 33px;
}
.container__redirect span{
    margin: 0px;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    color: #424242;
}

@media screen and (max-width: 920px) {
    .contact__cmon{
        margin-left: 15px;
    }
    .container__redirect{
        margin-top: 13%;
        margin-left: 0%;
    }
    .container__redirect .text {
        text-align: center;
    }
    .redirect__container img{
        display: none;
    }
}
@media screen and (max-width: 512px) {
    .contact__cmon img {
        display: none;
    }
    .container__redirect h1{
        font-size: 44px;
        line-height: 46px;
    }
    .container__redirect h2{
        font-size: 28px;
        margin-top: 5%;
        line-height: 34px;
    }
    .container__redirect p,
    .container__redirect span{
        font-size: 14px;
    }
    .contact__header-container{
        display: block;
        padding-top: 11px;
    }
    .contact__cmon a{
        font-size: 14px !important;
    }
}
body{
    min-height: 100vh;
}
.main__background{
    position: absolute;
    top: 120px;
    left: 0px;
    width: 100%;
    height: calc(100vh - 120px);
    opacity: .1;
    background-image: url('/img/logos/strendpro_bkg.png');
    background-repeat: repeat;
    /* background-size: 100% auto; */
    background-position: center;
    background-color: #eee;
}