section.card-rating-module{overflow:hidden;position:relative;z-index:1}section.card-rating-module .wrapper-top{margin-bottom:50px;text-align:center}section.card-rating-module .wrapper-top .text{font-weight:400;margin-top:10px}section.card-rating-module .wrapper-cards{align-items:stretch;display:flex;flex-wrap:wrap;gap:30px;justify-content:flex-start}section.card-rating-module .wrapper-cards .card{background-color:#e9f1f9;border-radius:10px;box-shadow:2px 2px 5px 0 rgba(0,20,50,.251);height:auto;min-width:250px;padding:20px;width:calc(25% - 22.5px)}section.card-rating-module .wrapper-cards .wrapper-img{height:65px;margin-bottom:10px;max-width:100%;overflow:hidden;width:auto}section.card-rating-module .wrapper-cards .wrapper-stars{align-items:center;display:flex;gap:10px;margin:10px auto}section.card-rating-module .wrapper-cards .wrapper-stars .star{height:20px;overflow:hidden;width:20px}@media screen and (max-width:969px){section.card-rating-module .wrapper-cards .card{width:calc(50% - 15px)}}@media screen and (max-width:640px){section.card-rating-module .wrapper-cards .card{width:100%}}