.related-post {
    display: flex;
    margin: 0 -15px;
    margin-bottom: 50px;
}

.related-post-item {
    padding: 0 15px;
    margin-top: 38px;
}

.related-post-item h4, .related-post-item .h-style {
    color: #383838;
    font-weight: 500;
    line-height: 27.58px;
    margin-bottom: 24px;
}
.related-post-item p {
    font-size: 16px;
}
.related-img-container img {
    width: 100%;
    height: 100%;
}

.related-img-container {
    height: 183px;
}

@media (max-width: 767px) {
    .related-img-container {
        height: auto;
    }
}

@media (max-width: 480px) {
    .related-post {
        flex-direction: column;
    }


    .related-post-item:first-child {
        margin-bottom: 25px;
    }
}
