.other-stories h4 {
    margin-bottom:20px
}

.single-jobs h1 {
    text-align:left;
    max-width:auto;
    margin:0;
}

.apply-position form .group-form-one-col {
    display: block;

    input {
        width: 100%;
    }
}

.apply-position form .group-check {
    display: flex;

    input {
        width: auto;
    }

    .wpcf7-list-item {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-left: 0;
    }
}


.wpcf7 form.sent .wpcf7-response-output {
    border-color: ##1a353f;
    max-width: 600px;
    padding: 10px;
}

.brands__items--item---image img {
    max-width: 250px;
}

.tab-content {
    height: 380px;
}

.bg-color-white {
    background: #fff;
}

strong {
    font-weight: 700;
}


.section-block-capone h3 {
    font-size: 40px;
}

.category-blog-posts__links .active {
    border-bottom: 2px solid #45788d;
}

.navigation {
    width: 100%;
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 50px;
   

    .page-numbers {
        min-width: 45px;
        display:flex;
        align-items: center;
        justify-content: center;
        background: #1a353f;
        padding: 12px;
        color: #fff;
        text-decoration: none;
        border-radius: 8px;
    }
}


.category-blog-posts .posts-list {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 40px 0;
    width: 100%;

    .posts-list__item {
        width: calc(33% - 20px);
        display: flex;
        flex-direction: column;
        justify-content: space-between;

        .posts-list__item--image {
            flex: 1;
        }

        @media(max-width:991px) {
            width: 100%;
        }
    }
}



.category-blog-posts .posts-list__item--image img {
    min-width: 350px;
    height: 350px;
}

.news-items--img img {
    min-width: 350px;
    height: 350px;
    object-fit: cover;
}

.contact__form textarea {
    width: 100%;
}

.other-brands__item .grid-block div {
    @media(max-width:992px) {
        margin:0 auto;
    }
}

.about-us .hero-content p {
    @media(max-width:992px) {
       max-width:100%;
    }
}

.img-parallax {
    @media(max-width:576px) {
        background-attachment: scroll;
        width: 100%;
        height: 300px;
        object-fit: cover;
    }
}

.tab-content {
    @media(max-width:992px) {
       height: auto;
     }
}

.blog-posts__items--item {
    @media(max-width:992px) {
        padding-bottom: 30px;
      }
}

.section-block-capone h3 {
    @media(max-width:576px) {
        font-size: 30px;
    }
}

.contact__form input {
    @media(max-width:992px) {
        width:100%;
    }
}

.capone-blog__latest img {
    width: 430px;
    height:275px;
    object-fit: cover;
}

.posts-list__item--content {
    flex: 1;
}

@media(min-width:1920px) {
    .video-baner {
        max-width: 1600px;
    }
}

.capone-products__item--content {
    background-size: 100%  100%;
    padding: 80px 60px;
}


.nav-links li.current-menu-item {
    border-bottom: 1px solid #fff;
}

.hero.page-contact {
    height: 30vh;
    @media(max-width: 992px) {
        height: 0;
    }
}

.contact  {
    height: auto;
    top: 0;
    background: #f5f5f4;

}

.contact-info {
    background: #fff;
}

.blog.hero {
    height: 55vh;
}

.category-blog-posts__links a[data-category="10"] {
    display: none;
}