.attention-card {
    background: #FFFFFF;
    box-shadow: 0px 2.5px 3px 5px rgba(0, 0, 0, 0.01);
    border-radius: 5px;
    padding:30px 20px;
}

.attention-card span {
    font-weight: 600;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.2em;
    color: #898989;
    text-transform: uppercase;
    display: block;
}

.attention-card h2 {
    font-size: 30px;
}

.attention-card__image {
    text-align: center;
}

.attention-card__image img {
    width: 100%;
    max-width: 200px;
}