.container-press-header {
    margin-top: 100px;
    margin-bottom: 185px;
    padding-right: 30px;
}

@media only screen and (max-width: 1440px) {
    .container-press-header {
        margin-top: 165px;
    }
}

@media only screen and (max-width: 768px) {
    .container-press-header {
        margin-top: 135px;
    }
}

.container-press-header h1 {
    margin-bottom: 40px;
}

@media only screen and (max-width: 1440px) {
    .container-press-header h1 {
        margin-bottom: 30px;
    }
}

.container-press-header p {
    font-size: var(--h4);
    line-height: var(--line-height--xl);
}

@media only screen and (max-width: 1440px) {
    .container-press-header p {
        font-size: var(--h4--large);
    }
}

@media only screen and (max-width: 768px) {
    .container-press-header p {
        font-size: var(--h4--desktop);
    }
}

.container-press-image {
    margin-top: 80px;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .container-press-image {
        margin-bottom: 50px;
        margin-top: 20px;
    }
}

.container-press-image img {
    max-width: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

@media only screen and (max-width: 768px) {
    .container-press-image img {
        position: relative;
    }
}

.section--press-search {
    margin-bottom: 100px;
}

@media only screen and (max-width: 1440px) {
    .section--press-search {
        margin-bottom: 80px;
    }
}

@media only screen and (max-width: 768px) {
    .section--press-search {
        margin-bottom: 50px;
    }
}

.blog-search form {
    display: flex;
    align-items: center;
    width: 100%;
}

.section--press-search input {
    padding: 10px 40px 10px 0px;
    transition: all var(--translation_duration);
    color: var(--brand);
    border: none;
    border-bottom: 1 px solid var(--brand);
    background-color: transparent;
    font-family: var(--font_family);
    font-size: var(--p);
    width: auto;
}

.section--press-search input:focus {
    border-bottom: 1px solid var(--brand);
}

.section--press-search input::-webkit-input-placeholder {
    opacity: 1;
    color: var(--brand);
}

.section--press-search input::-moz-placeholder {
    opacity: 1;
    color: var(--brand);
}

.section--press-search input:-ms-input-placeholder {
    opacity: 1;
    color: var(--brand);
}

.section--press-search input:-moz-placeholder {
    opacity: 1;
    color: var(--brand);
}

.section--press-search input::placeholder {
    opacity: 1;
    color: var(--brand);
}

.section--press-search .search-icon {
    margin-left: -30px;
    z-index: -1;
    filter: grayscale(1);
}

.container-blog-posts--press .blog-post-item .blog-info .blog-categories-list {
    display: none;
}
