.module__three-cards__wrapper{display:flex;flex-wrap:wrap;gap:30px;justify-content:space-between;margin:40px auto;max-width:var(--main-max-width);width:100%}.module__three-cards__wrapper .module__three-cards__card{flex:1 0 calc(33.33333% - 30px);max-width:calc(33.33333% - 30px);padding:0}.module__three-cards__card__content h1,.module__three-cards__card__content h2,.module__three-cards__card__content h3,.module__three-cards__card__content h4,.module__three-cards__card__content h5,.module__three-cards__card__content h6{color:var(--rencore-dark-blue-rencore-dark-blue-80,#335164);font-family:Ubuntu;font-size:21px;font-style:normal;font-weight:700;line-height:110%;margin:0}.module__three-cards__card__content{align-items:start;display:flex;flex-direction:column;gap:5px}.module__three-cards__card__content div,.module__three-cards__card__content p{color:#667d8b;font-size:18px;font-style:normal;font-weight:300;line-height:150%;margin:0}.module__three-cards__card__image{height:auto;margin-bottom:30px;max-width:70px}.module__three-cards__card__image img{height:auto;max-width:100%}@media screen and (max-width:768px){.module__three-cards__wrapper{gap:30px;padding:0 20px}.module__three-cards__wrapper .module__three-cards__card{flex:1 0 calc(50% - 30px);max-width:calc(50% - 30px)}}@media screen and (max-width:480px){.module__three-cards__wrapper{gap:60px}.module__three-cards__wrapper .module__three-cards__card{flex:1 0 100%;max-width:100%}}