@media only screen and (max-width: 767px) {
    .top-head-text ul li{
        color: white;
        font-family: 'EudoxusSans-Regular';
        font-size: 14px;
    }
    .top-head-text .btn-red{
        background-color: var(--red);
        color: white;
        font-family: 'EudoxusSans-Regular';
        font-size: 16px;
        width:100%;
    }
    .footer-text-quick{
        padding-top: 10px;
    }
}