
.logo {
    margin: 18px 0 0 30px;
}

.info-boxes {
    margin-bottom: 1rem;
}

.about-video-sxn {
    background: url(../images/about-video.png);
    width: 82%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 17rem;
}
