 .modal-content-mortgages {
    max-width: 953px;
    height: 245px;
    color: #b73764;
    padding: 30px 52px;
    background: #ffffff;
}

.PopUpMortgagesContent h2 {
     color: #b73764;
    background: url();
    text-align: center;
    font-size: 24px;
    font-family: 'GT Walsheim Regular';
    margin-top: 0px;
    margin-bottom: 30px;
}

.PopUpMortgagesContent p {
    color: #b73764;
    text-align: center;
    font-size: 20px;
    font-family: 'GT Walsheim Light';
    line-height: 1.2;
    margin-top: 14px;
}
.PopUpMortgagesContent p strong {
    font-family: 'GT Walsheim Regular';
}

.PopUpMortgagesContent a {
    color: #b73764;
    font-family: 'GT Walsheim Regular';
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 1px;
}

.close-btn {
    float: right;
    font-size: 40px;
    font-family: 'GT Walsheim Light';
    height: 17px;
    width: 17px;
    margin-top: -28px;
    margin-right: -24px;
    color: #b73764;
}
a.close-btn:hover{
    text-decoration: none;
    color: #b73764;
}
.PopUpMortgagesContent img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    vertical-align: bottom;
}
@media only screen and (max-width: 767px){
.modal-content-mortgages {
    height: auto;
}
.PopUpMortgagesContent h2 {
    padding: 0px;
}

.modal-content-mortgages {
    padding: 40px 30px 30px 30px;
    margin-right: -35%;
}

.PopUpMortgagesContent a {
    text-underline-offset: 4px;
}

.close-btn {
    margin-top: -40px;
    margin-right: -12px;
}
}
        