.entry {
    text-align: center;
}

.form__wrapper {
    width: 100vw;
    background-color: #f2f2f2;
    opacity: 1 !important;
    text-align: initial;
}

ol.forms {
    list-style: none;
    padding: 0;
}
ol.forms .submit {
    background-color: rgb(216, 8, 29);
    color: #ffffff;
    border-radius: 5px;
    font-size: 18px;
    line-height: 1.5;
    padding: 8px 16px;
    border: 1px solid rgb(216, 8, 29);
    position: relative;
    text-align: center;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    text-transform: uppercase;
    margin-bottom: 65px;
}
ol.forms .submit:hover {
    background-color: rgb(193, 11, 29);
    border-color: rgb(193, 11, 29);
    color: #FFFFFF;
    opacity: .8;
}
ol.forms li {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 1.6em;
    position: relative;
}
ol.forms li:first-child, ol.forms li:nth-child(2) {
    width: 48%;
}
ol.forms li:first-child {
    margin-right: 3.8%;
}
ol.forms li:nth-child(2) {
    clear: none;
}
ol.forms li.screenReader, ol.forms li .screenReader {
    margin-bottom: 0;
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.containers-list {
    margin-bottom: 20px;
}