/* General */
.breadcrumb {
    display: none;
}


/* General End */


/* Buttons */
.btn_wrp {
    padding: 30px;
}

.yms_btn {
    border: 2px solid #48217A;
    background: #fff;
    color: #48217A;
    padding: 20px 80px;
    font-weight: bold;
    font-size: 2rem;
    cursor: pointer;
    transition: 0.4s ease all;
    font-family: Oswald;
    text-transform: uppercase;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 500px;
    text-align: center;
}
.yms_btn:hover {
    transition: 0.3s;
    background: #48217A;
    color: #fff;
}
.note p {
    text-align: center;
    font-style: italic;
    line-height: 1.5;
 }
/* Buttons END */
