
.header-f .column-1 .logo__image img{
    max-width: 450px !important;
}
.header-f .column-1 .logo__image{
    max-width: 450px !important;
}
.header-f .column-1 {
    max-width: 400px !important;
}

.footer-c  .logo__image img {
    max-width: 370px !important;
    width: 370px !important;
}

/* awards */
.alias-gallery1_55_1 .gallery-items-wrap {
    justify-content: center;
    align-items: center;
}
.alias-gallery1_55_1 .gallery-items-wrap .gallery-grid--item {
    text-align: center;
}
@media (min-width: 992px) {
    .alias-gallery1_55_1 .gallery-items-wrap {
        justify-content: space-between;
    }
    .alias-gallery1_55_1 .gallery-items-wrap .gallery-grid--item {
        width: auto;
    }
}

/* contact form */
.forms--2col-textarea .alias-pcontent .contactform--a .contactform__col-bottom .contactform__input, 
.forms--2col-textarea .alias-pcontent .contactform--a .contactform__col-top .contactform__input {
    width: 100%
}