.c-blog {
    color: white;
    font-size: 40px;
    font-family: 'UnitSlabPro';
    font-weight: 700;
    word-wrap: break-word;
}
.c-blog__linear {
    background: linear-gradient(0deg, rgba(61, 71, 82, 0.60) 0%, rgba(61, 71, 82, 0.60) 100%);
}
.c-blog__title__card {
    text-align: center;
    font-size: 2.5em;
    font-family: 'UnitSlabPro';
    margin: 0 0 10px;
    color: #3d4752;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.c-blog__experience {
    padding: 60px 15px 60px;
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
    display: inline-flex;
}
.c-blog__experience__block {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 25px;
    display: flex;
}
.c-blog__experience__block2 {
    width: 699px;
    text-align: center;
    color: #3D4752;
    font-size: 16px;
    font-family: 'UnitSlabPro';
    font-weight: 400;
    word-wrap: break-word;
}
.c-blog__experience__block h1 {
    width: 988px;
    text-align: center;
    color: #3D4752;
    font-size: 32px;
    font-family: 'UnitSlabPro';
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2.72px;
    word-wrap: break-word;
}
.c-blog__experience__block .c-stars {
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
    display: inline-flex;
}
/** POST */
.c-blog__post {
    width: 100%;
    height: 100%;
    padding-bottom: 48px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 42px;
    display: inline-flex;
}
.c-blog__post.web_2 {
    border: 1px #B0CCC7 solid;
}
.c-blog__post.web_1 {
    border: 1px #bfae71 solid;
}
.c-blog__post img {
    width: 100%;
    height: 292px !important;
    object-fit: cover;
    cursor: pointer !important;
}
.c-blog__post__block {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 42px;
    display: flex;
}
.c-post:not(.small, .medium) {
    min-height: 230px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    display: flex;
}
.c-post.small {
    min-height: 55px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    display: flex;
}
.c-post.medium {
    min-height: 70px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    display: flex;
}

.c-post h3 {
    align-items: center;
    width: 234px;
    height: 100px;
    text-align: center;
    color: #3D4752;
    font-size: 32px;
    font-family: 'UnitSlabPro';
    font-weight: 400;
    word-wrap: break-word;
    display: flex;
    justify-content: center;
}
.c-post__description {
    width: 234px;
    text-align: center;
    color: #3D4752;
    font-size: 16px;
    font-family: 'UnitSlabPro';
    font-weight: 400;
    word-wrap: break-word;
}
.c-post__button {
    padding: 16px 92px;
    background: #3D4752;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: inline-flex;
}
.c-post__button a {
    text-align: center;
    font-size: 16px;
    font-family: 'UnitSlabPro';
    font-weight: 400;
    word-wrap: break-word;
}

.c-post__button.web_2 a {
    color: #B0CCC7;
}

.c-post__button.web_1 a {
    color: #bfae71;
}

.c-grid-posts__big {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 21px;
    row-gap: 96px;
    padding-bottom: 200px;
}
.c-grid-posts {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 21px;
    row-gap: 96px;
    padding-bottom: 200px;
}

@media screen and (max-width: 1368px) {
    .c-blog {
        padding: 0 50px;
    }
    .c-blog__experience__block h1, .c-blog__experience__block2, .c-newsletter__block__item h3 {
        width: auto !important;
    }
    .c-grid-posts, .c-grid-posts__big {
        display: grid;
        grid-template-columns: 1fr !important;
        column-gap: 21px;
        row-gap: 46px;
        padding-bottom: 100px;
    }
    .c-newsletter__form__block__inputs {
        flex-direction: column !important;
    }
    .c-newsletter__form__block__inputs input{
        width: 100% !important;
    }
    .c-newsletter__accept {
        gap: 0 !important;
        width: 100% !important;
        justify-content: space-between !important;
    }
    .banner-info {
        padding: 0 !important;
    }
}

/** NEWSLETTER */
.c-newsletter {
    padding-bottom: 200px;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 64px;
    display: inline-flex;
}
.c-newsletter__block {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
    display: flex;
}
.c-newsletter__block__item {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 25px;
    display: flex;
}
.c-newsletter__block__item h3 {
    width: 988px;
    font-size: 32px;
    font-family: 'UnitSlabPro';
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2.72px;
    word-wrap: break-word;
}
.c-newsletter__block__item h3.web_2 {
    color: #B0CCC7;
}
.c-newsletter__block__item h3.web_1 {
    color: #bfae71;
}

.c-newsletter__form {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 21px;
    display: flex;
}
.c-newsletter__form__block {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 21px;
    display: flex;
}
.c-newsletter__form__block__inputs {
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
    display: inline-flex;
    width: 100%;
}

.c-newsletter__form__block__inputs input {
    padding: 10px 16px;
    width: 30%;
}
.c-newsletter__form__block__inputs input.huge {
    padding: 10px 16px;
    width: 40%;
}
.c-newsletter__form__block__inputs input.web_2 {
    border: 1px #B0CCC7 solid;
}
.c-newsletter__form__block__inputs input.web_1 {
    border: 1px #bfae71 solid;
}

.c-newsletter__form__block__inputs input::placeholder {
    color: #3D4752;
    font-size: 16px;
    font-family: 'UnitSlabPro';
    font-weight: 400;
    word-wrap: break-word;
}

.c-newsletter__textarea {
    padding: 10px 16px;
    width: 100%;
}
.c-newsletter__textarea::placeholder {
    color: #3D4752;
    font-size: 16px;
    font-family: 'UnitSlabPro';
    font-weight: 400;
    word-wrap: break-word;
}
.c-newsletter__textarea.web_2 {
    border: 1px #B0CCC7 solid;
}
.c-newsletter__textarea.web_1 {
    border: 1px #bfae71 solid;
}

.c-newsletter__accept {
    justify-content: flex-start;
    align-items: center;
    gap: 618px;
    display: inline-flex;
}

.c-newsletter__accept__checkbox {
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    display: flex;
}

.c-newsletter__accept__checkbox input {
    width: 11px;
    height: 11px;
    border: 1px #3D4752 solid;
}
.c-newsletter__accept__checkbox a {
    text-align: center;
    font-size: 16px;
    font-family: 'UnitSlabPro';
    font-weight: 400;
    word-wrap: break-word;
}
.c-newsletter__accept__checkbox a.web_2 {
    color: #B0CCC7;
}
.c-newsletter__accept__checkbox a.web_1 {
    color: #bfae71;
}
.c-newsletter__send {
    padding: 16px 63px;
    background: #3D4752;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: flex;
}
.c-newsletter__send a {
    text-align: center;
    font-size: 16px;
    font-family: 'UnitSlabPro';
    font-weight: 400;
    word-wrap: break-word;
}

.c-newsletter__send a.web_2 {
    color: #B0CCC7;
}
.c-newsletter__send a.web_1 {
    color: #bfae71;
}

.pagination {
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: center;
}

.pagination-item {
    margin: 0 5px;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-decoration: none;
    font-family: 'UnitSlabPro';
    color: #333;
    cursor: pointer;
}

.pagination-item.active.web_1 {
    background-color: #bfae71;
    color: #fff;
}

.pagination-item.active.web_2 {
    background-color: #B0CCC7;
    color: #fff;
}


.c-blog__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media screen and (max-width: 1368px) {
    .c-blog__grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 15px;
    }
}