.section{background:rgba(61,146,138,1);display:flex;flex-direction:row;align-items:center;justify-content:space-around;padding:80px 40px;max-width:100%;overflow:hidden}.title{color:#ffffff;max-width:400px!important;flex-shrink:0;text-align:left;line-height:1.3!important;letter-spacing:1px}.cardsList{display:flex;flex-direction:column;gap:16px;flex:1;max-width:560px}.card{background:rgba(234,245,244,1);border-radius:10px;padding:0 32px;height:100px;display:flex;align-items:center;justify-content:center;text-align:center}.card p{color:#083460;margin:0}@media screen and (max-width:768px){.section{flex-direction:column;padding:48px 24px;align-items:flex-start}.cardsList,.title{max-width:100%}.cardsList{width:100%}}