.Green_btn_holder .Green_btn {
    background: #3a3d9b 0% 0% no-repeat padding-box;
    border: 1px solid #21237b;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding: 7px 30px;
    display: flex;
    justify-content: center;
    align-content: center;
    margin: 0px auto;
}
@media (min-width: 0px) and (max-width: 485px) {
  .Green_btn_holder .Green_btn {
    font-size: 12px;
  }
}

@media (min-width: 486px) and (max-width: 991px) {
  .Green_btn_holder .Green_btn {
    font-size: 13px;
  }
}
