.sidebar-lost-key {
    background-color: rgba(246, 163, 53, 0.08);
    padding: 40px;
    text-align: center;
    border: 1.5px solid #F6A335;
    border-radius: 12px;
    margin-top:50px;
    max-width:370px;
}

.sidebar-lost-key .sidebar-lost-title{
    font-family: Instrument Sans;
    font-size: 26px;
    font-weight: 600;
    line-height: 35px;
    text-align: center;
    margin: 0;
    padding: 0 0 12px 0;

}
.sidebar-key-des p{
    font-family: Instrument Sans;
    font-size: 16px;
    font-weight: 400;
   line-height: 25px;
   text-align: center;
  }

.sidebar-lost-key .sidebar-contact {
    margin-top: 25px;
}

.sidebar-lost-key .sidebar-contact a{
    background-color: #F6A335;
    padding: 7px 57px;
    border-radius: 70px;
    font-family: Instrument Sans;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-align: center;
    min-width:208px;
}
.sidebar-lost-key .sidebar-contact a:hover {
    background:#5f868b;
    color: #fff;
}
