.btn_wrapper .btn_text {
    background: #71E4F0;
    border-radius: 4px;
    border: none;
    color: #000;
    font-size: 15px;
    padding: 5px 15px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
}
.btn_wrapper:hover .btn_text {
  background: #101C37;
  color: #FFF;
}
@media (min-width: 0px) and (max-width: 574px) {
.btn_wrapper .btn_text {
    font-size: 12px;
    padding: 5px 15px;
}
}

@media (min-width: 575px) and (max-width: 767.98px) {
  .btn_wrapper .btn_text {
    font-size: 13px;
    padding: 7px 12px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .btn_wrapper .btn_text {
    font-size: 14px;
  }
}
@media(min-width:992px) and (max-width:1199px){
.btn_wrapper .btn_text {
    font-size: 14px;
    padding: 4px 12px;
   
}

}
