.sticky .logo_before {
    width: 80px !important;
}

a {
    color: #5E0000;
}

@media screen and (max-width: 420px) {
    .item_content h3 {
        font-size: 18px !important;
    }
}

@media screen and (max-width: 375px) {
    .item_content h3 {
        font-size: 16px !important;
    }
}

@media screen and (max-width: 320px) {
    .item_content h3 {
        font-size: 14px !important;
    }
}