.cyb-brand-logo > a > img {
    width: 200px;
}
.cyb-about_section .cyb-about_text_icon .cyb-about_icon {
    background-color: initial !important;
}
.features-icon {
    position: relative;
    top: -16px;
}
.logo-footer {
    width: 200px;
}
.hidden-desktop img {
    max-height: 40px;
    max-width: 80px;
}
@media screen and (min-width: 600px) {
    .hidden-desktop {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .hidden-xs {
        display: none;
    }
}