.hero__buttons {
    display: flex;
    gap: 10px;
}

@media (max-width: 600px) {
    .hero__buttons {
        flex-direction: column;
    }

    .hero__buttons .button {
        width: 100%;
    }
}

.header__logo-desktop {

    height: 140px;
}

.button--green {
    background: #6ebb96;
}

.menu {

    background: #061910;

}

.product {

    background: #061910;
}

.about__img {
    width: 383px;
    height: auto;
    margin-bottom: 25px;
}


.blog {

    background: #061910;

}


body {

    background: #012a1e;
}

.cms-contact__wrapper-form {

    background: #061910;

}

.cms-contact__items>li i {

    background: #061910;

}

@media (max-width: 480px) {
    .header__nav {

        background: #061910;

    }
}