/*--------------------------------------------------------------------------------------------------------------------
.main-content__content-holder
--------------------------------------------------------------------------------------------------------------------*/
.main-content__content-holder{
    width: 70%;
    float: left;
    text-align: center;
}

@media screen and  (max-width: 767px) {
    .main-content__content-holder{
        margin-left: 0;
        margin-top: 8px;
        text-align: center;
        width: 100%;
        float: none;
    }
}
/*--------------------------------------------------------------------------------------------------------------------
.main-content
--------------------------------------------------------------------------------------------------------------------*/
.main-content__title{
    margin:  0 0 37px;
    text-align: center;
    color: #1b1464;
}

@media screen and  (max-width: 767px) {
    .main-content__title{
        margin: 0 50px 20px;
    }
}

.main-content__text{
    margin-left: 20px;
    color: #000102;
}

@media screen and  (max-width: 767px) {
    .main-content__text{
        margin-left: 0;
    }
}
/*--------------------------------------------------------------------------------------------------------------------
.remark
--------------------------------------------------------------------------------------------------------------------*/
.remark{
    padding: 34px auto 29px;
    background-color: #438cca;
}

.remark__text{
    text-align: center;
    margin: 34px auto;
    color: #fefdff;
    width: 70%;
}

@media screen and (max-width: 767px) {
    .remark__text{
        width: 100%;
    }
}

/*--------------------------------------------------------------------------------------------------------------------
.row-dynamic-content
--------------------------------------------------------------------------------------------------------------------*/
.row-dynamic-content{
    background-color: #d7d7d7;
    padding-top: 10px;
    padding-bottom: 10px;
}

.row-dynamic-content__content{
    margin:auto;
    width: 70%;
}

@media screen and (max-width: 767px) {
    .row-dynamic-content__content{
        width: 100%;
    }
}

.row-dynamic-content__text{
    text-align: center;
    color: #000000;
}

/*--------------------------------------------------------------------------------------------------------------------
.section-buttons
--------------------------------------------------------------------------------------------------------------------*/
.section-buttons{
    padding-top: 40px;
    text-align: center;
}

.section-buttons__buttons{
    display: inline-block;
}

.section-buttons__buttons:after{
    content: " ";
    display: block;
    clear: both;
}

.section-buttons__buttons > a {
    float: left;
    display: block;
}

.section-buttons__button{
    margin: 0 5px;
    padding: 2px 20px;
    border-radius: 2px;
    background-color: #544781;
    color: #fefdfe;
    text-align: center;
    white-space: nowrap;
}

@media screen and (max-width: 767px) {
    .section-buttons{
        display: none;
    }
}

/*--------------------------------------------------------------------------------------------------------------------
.desktop-hidden
--------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) {
    .desktop-hidden {
        display: none;
    }
}
