﻿.violet_bottom_line::after {
    content: '';
    display: block;
    height: 4px;
    width: 112px;
    margin: 1rem auto;
    background-color: seashell;
}

.useful__info__card {
    margin: auto;
    padding: 1.5rem 1.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: none;
    border-radius: 1rem;
}

.video__img {
    width: 100%;
    height: auto;
}

.article__img {
    width: 100%;
    height: auto;
}

.video__text__area {
    padding-top: 1rem;
}
