
.request__container div.success {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    font-weight: 700;
    align-content: center;
    text-align: center;
    margin-top: 40px;
}
.request__container div.success h2 {
    font-size: 34px;
    line-height: 1.1;
    margin-bottom: 5px;
    flex: 0 0 100%;
    text-transform: uppercase;
    font-weight: 800;
}
.request__container div.success p {
    width: 100%;
    font-size: 18px;
    font-weight: 600;
}
.request__container div.error {
    color:red;
}