.wrap__form {
    box-shadow: none;
}

.grouper {
    display: flex;
    text-align: center;
}

.div-text-center {
    width: 28%;
}


.left-bar {
    text-align: center;
    float: left;
    width: 40%;
}

.right-side {
    width: 58%;
    float: right;
}

.lefthalf-side {
    text-align: center;
    float: left;
    width: 48%;
}

.righthalf-side {
    width: 50%;
    float: right;
    text-align: center;
}

p {
    
    margin-bottom: 15px;
}

.clearboth {
    clear:both;
}