.submit-btn {
    width: 100%;
    font-family: "Montserrat", "Sans-serif";
    font-size: 14px;
    font-weight: 600 !important;
    fill: #F97350;
    color: #FFF5D6 !important;
    background-color: #F97350 !important;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #F97350;
    border-radius: 0 0 0 0;
    padding: 10px 50px 10px 50px !important;
}

.submit-btn:hover {
    width: 100%;
    font-family: "Montserrat", "Sans-serif";
    font-size: 14px;
    font-weight: 600;
    fill: #F97350 !important;
    color: #F97350 !important;
    background-color: #FFF5D6 !important;
    border-color: #F97350 !important;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-radius: 0 0 0 0;
    padding: 10px 50px 10px 50px;
}

.high-light {
    color: #F97350;
}

.mt-140 {
    margin-top: 140px;
}

.mb-200 {
    margin-bottom: 200px;
}