body {
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: right 30px;
}
.page-heading {
    font-family: Nexa;
    font-size: 4.5rem;
}
.contact .container > .row {
    background: #0A0A0AE5;
    border-radius: 46px;
    padding: 3rem;
}
.contact-form input,.contact-form input:focus, .contact-form textarea,.contact-form textarea:focus {
    background: #191919;
    border: 1px solid #BCBCBC;
    box-shadow: unset;
    padding: 6px;
    color: #fff;
}
.contact-form input[type='submit']{padding: 6px 30px;border-radius: 60px;background: #fff;color: #010205;display: inline-block;width: auto !important;!I;!;font-weight: 500;border: unset;}
.contact-form input[type='submit']:hover {
    border-color: unset;
}
.contact-content ul li {
    position: relative;
    padding-left: 26px;
}
.contact-content ul li a {
    color: #fff;
    text-decoration: none;
}
.contact-content ul {
    display: flex;
    column-gap: 35px;
    flex-wrap: wrap;
    row-gap: 18px;
}
.contact-content ul li a i {
    position: absolute;
    left: 0;
    top: 2px;
}

div#content {
    padding-bottom: 100px;
}

@media (max-width: 575px) {
body {
    background-image:unset;
}
.page-heading {
    font-size: 3rem;
}
.contact .container > .row {
    padding: 3rem 1.5rem;
}
}




/* Max width 1440px (desktops and down) */
@media (max-width: 1440px) {
    .hero-section-content h1 {
        font-size: 4rem;
        line-height: 90px;
    }
}

/* Max width 1024px (desktops and down) */
@media (max-width: 1024px) {
    body header#masthead {
        margin: 40px 20px;
    }
    .site-logo h1 {
        font-size: 33px;
    }
}

/* Max width 768px (tablets and down) */
@media (max-width: 768px) {
    body header#masthead {
        margin: 10px 30px;
    }
    .site-logo h1 {
        font-size: 35px;
    }
}

/* Max width 576px (phones and down) */
@media (max-width: 576px) {

}

/* Max width 425px (small phones) */
@media (max-width: 425px) {
     body header#masthead {
        margin: 10px;
    }
    .site-logo h1 {
        font-size: 24px;
    }
}

/* Max width 375px (small phones) */
@media (max-width: 375px) {
      body header#masthead {
        margin: 10px;
    }
    .site-logo h1 {
        font-size: 24px;
    }
}


/* Max width 320px (small phones) */
@media (max-width: 320px) {
   .site-logo h1 {
        font-size: 30px;
    }
    body header#masthead {
        margin: 10px;
    }
    .site-logo h1 {
        font-size: 22px;
    }
    p {
        font-size: 14px;
    }
    .form-control {
        font-size: 14px;
    }
    div#content {
        padding-bottom: 50px;
    }
}