.related-element {
    display: flex;
    flex-direction: column;
}

.related-element > a {
    text-decoration: none;
    color: unset;
}

.related-element img {
    height: 220px;
    width: 100%;
    border-radius: 25px;
    object-fit: cover;
    object-position: center center;
}

.related-element .date {
    font-weight: 700;
    margin-bottom: 20px;
}

.related-element .title {
    font-weight: 700;
    font-size: 20px;
    line-height: 36px;
    height: 54px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
    margin-top: 10px;
}

.related-element .read-more {
    align-self: flex-start;
    margin-top: auto;
    text-decoration: none;
    font-weight: 600;
}

.related-element .read-more i {
    transition: left .3s ease-in-out;
    left: 5px;
    position: relative;
}

.related-element > a:hover .read-more i {
    left: 15px;
}

@media only screen and (max-width: 750px) {

}

@media only screen and (min-width: 750px) and (max-width: 1000px) {

}

@media only screen and (min-width: 1001px) and (max-width: 1099px) {

}

@media only screen and (min-width: 1100px) {

}
