.blog_post_position_container {
    background: #fff;
    margin-bottom: 3rem;
    clear: both;
    padding: 0;
}

.blog_post_position_container h2.title {
    padding: 0;
    margin-top: 2.5rem;
    margin-bottom: 0;
}

.blog_post_position_container .post-image-block .blog-icon-block.icon-two {
    width: 94px;
}

.blog_post_position_container .post-image-block .blog-icon-block.icon-one {
    width: 50px;
}

.blog_post_position_container .blog-post {
    background: #fff;
    padding: 0;
    margin-top: 100px;
}

.blog_post_position_container .blog-post:first-child {
    margin-top: 60px;
}

.blog_post_position_container .blog-post .blog-post-item {
    align-items: center;
}

.post-title a {
    color: var(--color-1);
    margin-bottom: 30px;
    display: block;
}

.blog-posts-container .blog-post:nth-child(odd) {
    background-color: var(--color-3);
}

.blog-posts-container .blog-post:nth-child(even) {
    background-color: var(--color-4);
}

.blog-posts-container .blog-post:nth-child(even) .post-title a {
    color: white;
}

.blog-posts-container .blog-post:nth-child(even) .blog-post-item {
    flex-direction: row-reverse;
    color: white;
}

.blog_post_position_container .post-image-block {
    position: relative;
    width: 100%;
    overflow: hidden;
}

@media (min-width: 992px) {
    .blog_post_position_container .post-image-block {
        height: 400px;
    }
}

.blog_post_position_container .post-image-block:hover .blog-icon-block {
    display: block;
}

.blog_post_position_container .post-image-block .blog-icon-block {
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: none;
}

.blog_post_position_container .post-image-block .blog-icon-block i {
    border: 2px solid #212020;
    border-radius: 30px;
    padding: 20px;
    background-color: transparent;
    cursor: pointer;
}

.blog_post_position_container .post-image-block .blog-icon-block i:hover {
    background-color: rgba(154, 153, 153, 0.5);;
}

.blog_post_position_container .post-image-block img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    height: 100%;
    object-fit: cover;
}

.hi-blog-desc-image-hover {
    height: 100%;
}

.post-info-block {
    padding-left: 60px;
    padding-right: 60px;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.read-more-button {
    align-self: end;
}

.blog_post_position_container .post-info-block .post-read-more-button {
    text-transform: uppercase;
    background-color: white;
    color: var(--color-2);
    transition: all 0.3s ease;
    padding: .5rem 1.25rem;
    margin-top: 1.5rem;
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
}

.blog_post_position_container .post-info-block .post-read-more-button:hover {
    background-color: var(--color-2);
    color: white;
}
