.ry-payment-options .ry-each {max-width: 500px;}
.ry-payment-options img {width: 100%;}
.cta-section {padding: 30px 10% 60px;}

.cta-section .ctas {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.cta-section .ctas .ry-each {
    width: 190px;
    transition: all 300ms linear;
}

.cta-section .ctas .ry-each:hover {transform: scale(1.05);}

@media (max-width: 1440px) {
  .header-wrapper .header-main-contain .inner-wrap .menu-contain {
    width: 100%; } }

@media (max-width: 1440px) {
  .header-wrapper .header-main-contain .inner-wrap .menu-contain .menu-wrap .nav li > a {
    border: 0;
    font-size: 15px; } }

@media (max-width: 1100px) {
  .header-wrapper .header-main-contain .inner-wrap .menu-contain .menu-wrap .nav li > a {
    font-size: 12px; } }

.header-wrapper .header-main-contain .inner-wrap .menu-contain .menu-wrap .nav > li:last-child {
  border-right: 0; }

@media (max-width: 1440px) {
  .header-wrapper .header-main-contain .inner-wrap .menu-contain .menu-wrap .nav > li {
    border-right: 1px solid #e0e0e0; } }

@media (max-width: 1440px) {
  .header-wrapper .header-main-contain .inner-wrap .menu-contain .menu-wrap .nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }
