#thankyouModal .modal-content {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    height: 638px !important;
}

#thankyouModal .modal-body {
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

#thankyouModal .main-content {
    text-align: center;
    padding-right: 50px;
    padding-left: 30px;
}

#thankyouModal .featured-paragraph {
    font: normal normal normal 38px/60px Playfair Display;
    line-height: 1.6;
    margin-bottom: 0 !important;
}

#thankyouModal .featured-lbl {
    color: #BCB09B;
}

#thankyouModal .normal-paragraph {
    font: normal normal normal 20px/30px Raleway;
    color: #6D6E71;
    line-height: 1.6;
    margin-bottom: 0 !important;
}

#thankyouModal .top-buffer {
    margin-top: 30px;
}

.btn-back-to-site {
    border: 2px solid #BCB09B;
    background-color: #BCB09B;
    width: 203px;
    height: 60px;
    text-transform: uppercase;
    font: normal normal 600 23px/27px Raleway;
    color: #FFFFFF;
    cursor: pointer;
}

@media (min-width: 757px) and (max-width: 1024px) {
    #thankyouModal .modal-content {
        height: 638px !important;
    }
    #thankyouModal .featured-paragraph {
        font: normal normal normal 34px/50px Playfair Display;
        line-height: 1.6;
    }
    #thankyouModal .normal-paragraph {
        font: normal normal normal 18px/25px Raleway;
        line-height: 1.6;
    }
    .btn-back-to-site {
        width: 190px;
        height: 53px;
        font: normal normal 600 20px/23px Raleway;
    }
}

@media only screen and (max-width: 757px) {
    #thankyouModal .modal-content {
        height: 638px !important;
    }
    #thankyouModal .featured-paragraph {
        font: normal normal normal 30px/45px Playfair Display;
        line-height: 1.6;
    }
    #thankyouModal .normal-paragraph {
        font: normal normal normal 16px/22px Raleway;
        line-height: 1.6;
    }
    .btn-back-to-site {
        width: 180px;
        height: 48px;
        font: normal normal 600 18px/20px Raleway;
    }
}

@media screen and (min-width: 780px) {
    #thankyouModal .modal-dialog {
        max-width: 800px;
        min-height: 638px;
    }
}