.reg_page .sub_head{
    text-align: center;
    color: var(--color-primary);
    font-weight: 700;
    margin-bottom: 15px;
}
.info_block {
    background: #fff;
    box-shadow: 0 2px 2px 2px rgb(0 0 0 / 10%);
    padding: 20px 25px;
    margin-bottom: 15px;
}
.info_block .image {
    width: 84px;
    height: 84px;
    float: left;
    margin: 5px 30px 5px 5px;
    background-size: contain;
}
.info_block .header {
    font-weight: 600;
}
.text{
    font-size: 16px;
    line-height: 1.6;
    opacity: 0.8;
}
.text p{
    margin: 0;
}
.controls .mainButton:first-child {
    box-shadow: none!important;
}

@media all and (max-width: 768px){
    .content.container .row{
        flex-direction: column-reverse;
    }
}
@media all and (min-width:599px) and (max-width: 768px){
    #content .col-6 {
        -ms-flex: 0 0 calc(100% - var(--grid-gutter));
        flex: 0 0 calc(100% - var(--grid-gutter));
        max-width: calc(100% - var(--grid-gutter));
    }
}
@media all and (max-width: 500px){
    .info_block{
        text-align: center;
    }
    .info_block .image {
        float: none;
        margin: 5px auto;
    }
}