@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {}

@media only screen and (max-width: 380px) {
    .header_row.d-flex.align-items-center.justify-content-between {
        gap: 10px;
    }

    header .coin_street_phone {
        white-space: nowrap;
    }

    .header_row .main-logo {
        max-width: 120px;
    }

    header .coin_street_phone {
        font-size: 16px;
    }


}