.record__img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.record__img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.record__title {
    font-family: 'Helvetica-light', sans-serif;
    font-weight: 300;
    font-size: 30px;
    line-height: 120%;
    color: #000;
    margin-bottom: 20px;
}
.record__content {
    font-weight: 400;
    font-size: 22px;
    line-height: 120%;
    color: #000;
}