﻿.article {
    max-width: 770px;
    margin: 0 auto;
}

    .article p {
        text-align: center;
        line-height: 28px;
        font-size: 16px;
        color: #323232;
        margin-bottom: 14px;
    }

@media (max-width: 767px) {
    .article p {
        text-align: left;
    }
}

.article .alignVerticalItemsFlex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.article .redbtn {
    height: 42px;
    padding: 0 15px;
    border: 2px solid #d40511;
    background-color: #d40511;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    display: block;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

    .article .redbtn:hover {
        color: #d40511;
        background-color: #fff;
    }

.animateHeight {
    transition: height 0.4s ease-in;
    overflow: hidden;
}

.textCenter {
    text-align: center;
}

.mb10 {
    margin-bottom: 10px;
}

.errorText {
    color: #d40511;
    font-size: 14px;
}

.warningText {
    color: #d40511;
    font-size: 14px;
    font-weight: bold;
}

    .warningText a {
        color: #d40511;
        font-size: 14px;
        font-weight: bold;
    }