.container--banner{max-width:1400px}.banner{position:relative;z-index:1;overflow:hidden;background-color:#0056a0;background-repeat:no-repeat;background-size:cover;background-position:center;padding:60px 0;text-align:left}.banner__content{max-width:800px;margin:0 auto}.banner__title{font-size:1.5rem;line-height:2rem;font-weight:800;text-transform:uppercase;margin-bottom:1rem}.banner__text{margin-bottom:20px;color:#fafafa}.banner__btn-wrapper{text-align:center}.banner__btn{text-align:center;margin-bottom:40px}.banner__cards-wrapper{display:flex;flex-direction:column;gap:20px}@media screen and (min-width:576px){.banner__cards-wrapper{display:grid;grid-template-columns:1fr 1fr}}@media screen and (min-width:768px){.banner{text-align:center}.banner__cards-wrapper{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:1200px){.banner{padding:140px 0}.banner__cards-wrapper{display:flex;flex-direction:row;justify-content:space-between;align-items:center}}.banner__card{display:flex;align-items:center;text-align:left;gap:12px;transition:transform .4s}.banner__card:hover{transform:scale(1.1)}.banner__card-icon{width:40px;height:40px}@media screen and (min-width:992px){.banner__title{font-size:3rem;line-height:1}.banner__btn{margin-bottom:60px}.banner__card{gap:16px}.banner__card-icon{width:55px;height:55px}}.banner__card-link{color:#fafafa;font-size:1rem}