.m-blocks-related-articles {
    margin-top: 50px !important;
}

.m-blocks-related-articles + * {
    margin-top: 50px !important;
}

.m-blocks-related-articles--list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.m-blocks-related-articles--item {
    width: 300px;
    background: #fff;
    border-radius: 10px;
border: 1px solid #F0F4F9;
-webkit-box-shadow: 2px 2px 10px rgba(131, 131, 131, 0.25);
box-shadow: 2px 2px 10px rgba(131, 131, 131, 0.25);
box-sizing: border-box;
overflow: hidden;
position: relative;
    
}

.m-blocks-related-articles--item a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 10;
}

.m-blocks-related-articles--text {
    font-size: 20px;
    font-weight: bold;
    padding: 20px;
    display: block;
    margin: 0;
}

.m-blocks-related-articles--image {
    width: 100%;
    height: 150px;
    position: relative;
}

.m-blocks-related-articles--image img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
