.section-cards-module .h1,.section-cards-module .h2,.section-cards-module .h3,.section-cards-module .h4,.section-cards-module .h5,.section-cards-module .h6,.section-cards-module h1,.section-cards-module h2,.section-cards-module h3,.section-cards-module h4,.section-cards-module h5,.section-cards-module h6{margin:var(--text-elements-margin)}.section-cards-module .section-cards{-webkit-box-orient:vertical;-ms-flex-flow:column;flex-flow:column;gap:50px}.section-cards-module .section-cards,.section-cards-module .section-cards__cards{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal}.section-cards-module .section-cards__cards{-webkit-box-orient:horizontal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:10px}@media(max-width:1100px){.section-cards-module .section-cards__cards{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}}.section-cards-module .section-cards__content{gap:30px;margin-inline:auto;text-align:center}.section-cards-module .section-cards .card,.section-cards-module .section-cards__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.section-cards-module .section-cards .card{background-color:var(--color-ice-gray);border-radius:40px;color:var(--color-midnight-blue);gap:10px;padding:10px;position:relative;-webkit-transition:background-color .3s ease,color .3s ease;transition:background-color .3s ease,color .3s ease;width:calc(33.33333% - 6.66667px)}.section-cards-module .section-cards .card:hover{background-color:var(--color-midnight-blue);color:var(--color-snow-white)}.section-cards-module .section-cards .card:hover .card__hover-content{grid-template-rows:1fr;margin-top:30px}@media(max-width:767px){.section-cards-module .section-cards .card .card__hover-content{grid-template-rows:1fr;margin-top:30px}}.section-cards-module .section-cards .card__thumb{background-position:var(--thumb-position,center);background-size:cover;border-radius:30px;height:240px;padding:20px;width:100%}.section-cards-module .section-cards .card__tag .tag{background-color:var(--color-sunset-orange);color:var(--color-midnight-blue)!important}.section-cards-module .section-cards .card__text-box{padding:30px 20px}.section-cards-module .section-cards .card__text{opacity:.7}.section-cards-module .section-cards .card__text>:last-child{margin-bottom:0}.section-cards-module .section-cards .card__hover-content{display:grid;grid-template-rows:0fr;margin-top:0;-webkit-transition:grid-template-rows .4s ease,margin-top .4s ease;transition:grid-template-rows .4s ease,margin-top .4s ease;transition:grid-template-rows .4s ease,margin-top .4s ease,-ms-grid-rows .4s ease}.section-cards-module .section-cards .card__hover-content-inner{overflow:hidden}.section-cards-module .section-cards .card__hover-content-inner>:last-child{margin-bottom:0}@media(max-width:1100px){.section-cards-module .section-cards .card{width:calc(50% - 10px)}}@media(max-width:768px){.section-cards-module .section-cards .card{width:100%}}