.important-info-container {
    background-color: #005b9b1a;
    padding-top: 100px;
    padding-bottom: 46px;
}

.important-info-container h2 {
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: 77px;
}

.important-info-container h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}

.important-info-container .btn {
    margin-top: 20px;
}

.important-info-container .first-material img {
    max-width: 100%;
    margin-bottom: 25px;
}

.important-info-container .important-article-item {
    padding-top: 26px;
    padding-bottom: 35px;
    border-bottom: 1px solid #005b9b;
}

.important-info-container .important-article-item:first-child {
    margin-top: 0;
    padding-top: 0;
}

.important-info-container .important-article-item:last-child {
    border-bottom: none;
}
