@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);.payment_option {
  height: auto;
  width: 400px;
  margin-left: auto;
}

@media screen and (max-width: 576px) {
  .payment_option {
    width: 300px;
    margin: auto;
  }
}

.payment_option img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.cls_header .cls_logo {
  height: 55px;
}

footer .cls_footer .ftrlogo img {
  height: 70px;
}

