.top20 {
    margin-top: 20px
}

.company-header {
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 30px;
}

.three-logo img {
    height: 70px;
}

@media screen and (max-width: 768px) {
    .three-logo img {
        height: 45px;
    }
}

@media screen and (max-width: 400px) {
    .three-logo img {
        height: 34px;
    }
}

@media screen and (max-width: 380px) {
    .three-logo img {
        height: 33px;
    }
}