#modalSize {
    max-width:  650px !important;
}
.for-flex-mobile{
    display: none;
}
.for-flex-desktop{
    display: flex;
}
#modalSize.modal-lg {
    max-width:  800px !important;
}
#contentSection {
    padding-left:  60px;
    padding-right:  60px;
}
.svg-cancel {
    content: url(../svgs/cancel.svg);
}
button#closeAncModal {
    opacity:  1!important;
}
button.btn-modal-js {
    width: 216px;
    height: 50px;
    font-weight: 200;
    font-size: 18px;
}
button.btn-close-modal {
    background-color: #e5d549;
}
button.btn-close-modal:hover {
    background-color: #e7d216;
    font-weight: 300;
}
button.btn-link-modal {
    background-color: #03256c;
    color: #fff;
}
button.btn-link-modal:hover {
    background-color: #122e6b;
    color: #fff;
    font-weight: 300;
}
#titleSection div span{
    font-size: 32px;
    color:#03256C;
}
@media only screen and (max-width: 425px){
    #titleSection div span{
        font-size: 28px;
    }
    #contentSection {
        padding-left: 21px;
        padding-right: 21px;
    }
    button.btn-modal-js {
        width: 100%;
    }
    .for-flex-mobile{
        display: flex;
    }
    .for-flex-desktop{
        display: none;
    }
}