@media (max-width: 640px) {
    .t-menu__link-item {
        color: #092D03 !important;
        
    }
    .t-sociallinks__svg path {
        fill: #092D03 !important;
    }
}

body {
    background-color: #092D03;
}