.ye-content {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    padding-top: 30px;
    margin-bottom: 30px;
}
.ye-content.bottom {
    border-bottom: unset;
    border-top: unset;
    padding-top: 40px;
    margin-bottom: 120px;
}
.ye-content.bottom h6{
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color: #6E6E6E;
    margin-bottom: 0;

}

.ye-content p {
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color: #6E6E6E;
}

.ye-form-title {
    margin-bottom: 30px;
    margin-top: 30px;
}

.ye-form-title h3 {
    font-family: Montserrat;
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    color: #00ACC4 !important;
    margin: 0;
}

.ye-form-title .t-line {
    height: 1px;
    width: 50px;
    background: #00ACC4 !important;
    margin-top: 10px;
}

.ye-form .form-group {
    margin-top: 5px;
}
.ye-form label {
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: #6E6E6E;
    text-transform: none;
}

.btn-ye {
    width: max-content !important;
    margin: auto;
    display: block;
    border-radius: 8px;
    font-weight: 600;
    font-size: 15px;
    padding: 14px 41px;
    margin-top: 15px;
}

@media (max-width:768px) {
    .btn-ye{
        width: 100% !important;
    }
}