.logo img {width: 180px;}
.menu-item {font-size: 15px;}
.server-monitoring.on-banner {width: 100%;}
.server-play svg{
    fill: #40c941;
    width: 46px;
    height: 46px;
}
.server-play{
    width: 62px;
    height: 48px;
}
.giveaway-strip-wrapper{
    margin: 18px 0 0;
    padding-top: 8px;
    position: absolute;
    top: 115px;
    left: 20px;
    z-index: 10;
    border-radius: 8px;
    padding: 15px;
    width: 250px;
}
.giveaway-strip-header{
    font-size: 14px;
    color: #ff0000;
}
.site-banner-title{font-size: 18px;}
.site-banner-desc{
font-size: 14px;
}
@media (max-width: 768px){
.giveaway-strip-wrapper{
    position: static;
    flex-direction: column;
    width: 100%;
    gap: 10px;
    }
}