#other-contacts {
    width: 100%;
    float: right;
}

#other-contacts img{
    height: 80px;
    width: 33%;
    margin-top: 8em;
    margin-bottom: 8em;
    object-fit: contain
}

@media (max-width: 992px) {
    #other-contacts img {
       width: 100%;
       margin-top: 2em;
       margin-bottom: 2em;
    }
}

h1 {
    font-size: 50px;
    margin-bottom: 1em;
    line-height: 50px;
}

