section.text-cards-module{background-position:50%;background-repeat:no-repeat;background-size:cover;color:#151515;overflow:hidden;position:relative;z-index:1}section.text-cards-module.black{background-color:#151515;color:#fdf6ed}section.text-cards-module.black .container .card{background-color:hsla(34,80%,96%,.05)}section.text-cards-module.white{background-color:#fdf6ed}section.text-cards-module.pink{background-color:#ffa8da}section.text-cards-module.orange{background-color:#ff6f40}section.text-cards-module.yellow{background-color:#eaff6e}section.text-cards-module.green{background-color:#2fe295}section.text-cards-module.blue{background-color:#789aff}section.text-cards-module .container{display:flex;flex-direction:column;gap:60px}section.text-cards-module .container .card{background-color:hsla(0,0%,8%,.05);border-radius:30px;display:flex;flex-direction:row;gap:15px;margin:auto;max-width:830px;padding:60px 110px;width:100%}section.text-cards-module .container .card .richtext-content{width:100%}@media screen and (max-width:768px){section.text-cards-module .container{gap:30px}section.text-cards-module .container .card{flex-direction:column;gap:30px;padding:30px}}