.benefits{display:grid;gap:var(--gap);grid-template-columns:repeat(4,1fr)}@media only screen and (max-width:768px){.benefits{grid-template-columns:repeat(2,1fr)}}.benefits-item{align-items:center;display:flex;flex-direction:column;gap:15px;padding:20px 15px;text-align:center}.benefits-item__icon{color:var(--main);height:60px;width:60px}@media only screen and (max-width:540px){.benefits-item__icon{height:40px;width:40px}}.benefits-item__title{font-weight:700}@media only screen and (max-width:480px){.benefits-item__title{font-size:.875rem}}.benefits-item__subtitle{color:var(--gray-dark);font-size:.75rem;line-height:normal}.payments{align-items:center;background:var(--dark-light,#011d2d);border:1px solid var(--dark-light-2,#1f3b4b);border-radius:var(--main-radius);display:flex;gap:30px;justify-content:center;padding:30px}@media only screen and (max-width:640px){.payments{gap:10px;padding:10px}}@media only screen and (max-width:540px){.payments{display:none}}.payments__item{height:50px;width:100px}.payments__item .icon{height:100%;width:100%}.payments__item .icon svg path{fill:var(--white)}
