@media only screen and (max-width: 600px) {
    section.main__banner .banner__content {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}
.social-links.pt-3.pt-lg-0 {
    margin-top: 0;
    padding-left: 20px;
}
    #header .logo img {
        padding: 0;
        margin: 0;
        max-height: 65px;
    }
    #hero h1 br {
        display: none;
    }
    #hero p {
        font-size: 14px;
        max-width: 100%;
        margin-bottom: 20px;
    }
    #hero .btn-get-started {
        margin-left: 0;
    }
    section {
        padding: 10px 0;
        overflow: hidden;
    }
    .section-title p br {
        display: none;
    }
    #hero {
        height: 80vh;
        justify-content: flex-start !important;
        padding-top: 64px;
    }
    section.main__banner .banner__content {
        width: 100%;
        margin: 0 auto;
    }
    section.main__banner .banner__content p {
        font-size: 15px;
        width: 100%;
        margin: 0 auto;
    }
    section.main__banner .banner__content h1 {
    line-height: 1.2;
    font-size: 29px;
    color: #fdfdfd;
    padding-bottom: 0;
    text-shadow: none;
    width: 91%;
    margin: 0 auto;
    padding-bottom: 22px;
    }
    section.main__banner {
        position: relative;
        background-color: black;
        height: 75vh;
        min-height: 0;
        width: 100%;
        overflow: hidden;
        margin-bottom: -89px;
    }
}