.header .m-texthtml.siteLogo img, .header .m-texthtml.site-logo img {
    padding-bottom: 20px;
    max-height: 184px;
}

#header.header .social p {
    line-height: normal !important;
    font-size: 11px;
}

.social li {
    display: inline-block;
}

.social ul {
    padding: 0;
    margin: 0;
}

#social {
    float: right;
}

#social img {
    padding: 0;
}

.sideContain {
    display: flex;
    align-items: center;
    gap: 10%;
}

#homebottomtext h1 {
    max-width: 100%;
    border: 0;
    text-decoration: underline;
    text-underline-offset: 17px;
    line-height: 55px;
}


@media screen and (max-width: 1200px) {
iframe {
    max-width: 400px;
}
}

@media screen and (max-width: 900px) {
.sideContain {
    flex-direction: column;
align-items: stretch;
}
iframe {
    max-width: 100%;
}
}