#hero {
    background: url("../img/hero1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

#services {
    background: url("../img/services_bg2.png");
    background-repeat: no-repeat;
    background-size: 650px;
    background-position: 110% 100%;
}

#process {
    background: url("../img/services_bg1.png");
    background-repeat: no-repeat;
    background-size: 300px;
    background-position: -79px -76px;
}

#form {
    background: url("../img/form_bg.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
#stickySecondary {
    display: flex;
    justify-content: center;
    align-items: center;
}

#contacts {
    background-image: url("../img/contacts_bg.png");
    background-repeat: no-repeat;
    background-size: inherit;
}
small {
    opacity: 1 !important;
}

@media (max-width: 640px) {
    .phone_one_hero {
        display: block;
        width: 100%;
    }
    .phone_one_hero_wrapper {
        flex-direction: column;
    }
    #hero {
        background: url("../img/hero_bg_mobile.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
}
