.hero-img-full-content {
    padding: 32px 0 80px;
    min-height: 671px;
}
.hero-img-full-content__title {
    margin-bottom: 24px;
}
.hero-img-full-content .link-more,
.hero-img-full-content__desc {
    margin-top: 0;
}
.h-about-section {
    padding: 120px 0;
    background: #FAFAFA;
}
.h-about__desc {
    margin-top: 80px;
    margin-bottom: 0;
    line-height: 28px;
}
.h-goals-section h3 {
    margin-top: 40px;
}
.h-goals-list {
    margin-left: 0;
}
.h-goals-item__label {
    margin-bottom: 0;
}
.h-goals-video {
    margin: 120px auto 0;
    width: 994px;
}
.h-goals-video video {
    width: auto;
    height: 560px;
    margin: 0 auto;
}
.h-goals-content {
    width: 1032px;
    margin: 0 auto;
}
.h-goals-content p {
    line-height: 28px;
}
.h-goals-section__img {
    height: 632px;
}
.articles-list {
    margin-left: 0;
}
.articles-section {
    padding-bottom: 95px;
}
.txt-img-row__desc .btn-primary {
    margin-top:  0;
    padding: 16px 20px;
}
#companies {
    margin-bottom: 40px;
}
.companies-wrapper {
    display: flex;
    justify-content: space-between;
}
.companies-item {
    width: 31%;
}
.h-goals-companies li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 169px;
}

.h-goals-companies + .button-wrapper {
    margin-top: 40px;
}
#about-us {
    margin-top: 120px;
}
#about-us .button-wrapper {
    text-align: center;
    margin-top: 40px;
}
#goals-section {
    padding-top: 0;
}

.h-goals-section__img {
    z-index: -1;
}
.articles-wrapper {
    margin-top: 40px;
}
.articles-wrapper a {
    color: #0A6B2E;
}
.articles-wrapper a:hover {
    color: #48bb2c;
}
.articles-wrapper .wp-block-rss__item {
	margin-bottom: 8px;
}
.timer {
    padding: 40px 0;
    background-color: #0A6B2E;
    color: #fff
}
.timer-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 630px;
    margin: 0 auto;
    text-align: center;
}
.timer-content {
    max-width: 683px;
}
.timer-header {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
}
.timer-desc {
    max-width: 511px;
    text-align: center;
    margin: 0 auto 16px;
}
.timer-date {
    display: flex;
    margin: 0 auto;
}
.timer-date-item {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: space-between;
    width: 195px;
    row-gap: 12px;
}

.timer-date-item:nth-child(2) {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
.date-label {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}
.date-value {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
}
@media (min-width: 1025px) {
    .h-goals-section {
        padding: 120px 0 93px;
    }
}
@media (min-width: 768px) {
    .h-txt-img-section .txt-img-row:nth-child(2) img {
        margin-left: 120px;
    }
}
@media (max-width: 1200px) {
    .h-goals-video {
        width: 100%;
    }
    .h-about-section {
        display: none;
    }

    .h-goals-video video {
        width: 100%;
        height: auto;
    }
    .h-goals-content {
        width: 100%;
    }
}
@media (max-width: 1024px) {
    .h-goals-section__img {
        display: none;
    }
    #goals-section {
        padding-bottom: 120px;
    }
}
@media (max-width: 768px) {
    .h-goals-section__img {
        height: auto;
    }
    .h-goals-section__img img {
        max-width: 636px;
        height: 360px;
        width: auto;
    }
    .timer-content {
        text-align: left;
    }
    .timer {
        padding: 24px 0;
    }
    .timer-header {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }
    .timer-desc {
        margin-bottom: 24px;
    }
    .timer-date {
        justify-content: space-between;
        width: 100%;
    }
    .timer-date-item {
        width: calc(33% - 1px);
    }
    .timer-date-item:nth-child(2) {
        width: 33%;
    }
}
@media (max-width: 475px) {

    .companies-wrapper {
        flex-direction: column;
        margin-bottom: 24px;
    }

    .companies-item {
        width: 100%;
        text-align: center;
    }
}