@media (max-width: 992px) {
    .coming-soon{
    background: url(../images/coming-soon_mob.svg);
    background-position: center;
}
.phone_number p {
    font-size: 20px;
}
}

@media only screen and (min-width: 1100px) and (max-width: 1445px) {

}