.soon {
    display: inline-block;
}

.soon_lents {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    left: 15em;
    top: 80px;

}

.soon_lents h3 {
    width: 210px;
    color: #dcdcdca9;
}

.soon_lents a {
    text-decoration: none;
}

.soon_lents a:hover {
    text-decoration: underline;
    text-decoration-color: #a4a4a4;
}

.soon_lents img {
    width: 210px;
}
