section.myths-module{overflow:hidden;position:relative;z-index:1}section.myths-module .container{display:flex;flex-direction:column;gap:50px}section.myths-module .wrapper-text{display:flex;flex-direction:column;gap:20px;margin:0 auto;max-width:845px;width:100%}section.myths-module .wrapper-text *{text-align:center}section.myths-module .wrapper-cards{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}section.myths-module .wrapper-cards .card{border:1px solid #e2e2e2;border-radius:10px;display:flex;flex-direction:column;gap:30px;max-width:calc(50% - 10px);padding:24px;width:100%}@media screen and (max-width:769px){section.myths-module .wrapper-cards .card{max-width:100%}}section.myths-module .wrapper-cards .card .pair{display:flex;flex-direction:column;gap:10px}section.myths-module .wrapper-cards .card .pair .pair-title{align-items:center;display:flex;gap:10px}section.myths-module .wrapper-cards .card .icon{display:block;height:28px;width:28px}section.myths-module .wrapper-cards .card .icon img{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100%}