section.cards-pictogram-module{background-color:#fff;overflow:hidden;position:relative;z-index:1}section.cards-pictogram-module .container{display:flex;flex-direction:column;gap:4rem;position:relative}@media screen and (max-width:768px){section.cards-pictogram-module .container{gap:2rem}}section.cards-pictogram-module .container .wrapper-top{align-items:center;display:flex;gap:1rem;justify-content:space-between}section.cards-pictogram-module .container .wrapper-top .wrapper-content{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:0 auto;max-width:910px}section.cards-pictogram-module .container .wrapper-top .wrapper-content *{text-align:center}section.cards-pictogram-module .container .wrapper-top .wrapper-content .title{margin-bottom:1rem}section.cards-pictogram-module .container .wrapper-cards{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}@media (max-width:600px){section.cards-pictogram-module .container .wrapper-cards{flex-direction:column}}section.cards-pictogram-module .container .wrapper-cards .card{background-color:#faf9ff;border-radius:.5rem;display:flex;flex-direction:column;gap:24px;padding:1.5rem;transition:.5s;width:calc(50% - .75rem)}@media (max-width:600px){section.cards-pictogram-module .container .wrapper-cards .card{width:100%}}section.cards-pictogram-module .container .wrapper-cards .card .card-image figure{align-items:center;background-color:rgba(62,13,129,.08);border-radius:4px;display:flex;height:3rem;justify-content:center;min-width:3rem;padding:12px;width:3rem}section.cards-pictogram-module .container .wrapper-cards .card .card-image figure img{height:100%;max-height:100%;max-width:100%;width:auto}section.cards-pictogram-module .container .wrapper-cards .card .card-text{align-items:flex-start;display:flex;flex-direction:column;gap:1rem;height:100%;justify-content:space-between}section.cards-pictogram-module .container .wrapper-cards .card .card-text .text{align-items:flex-start;display:flex;flex-direction:column;font-size:1rem;gap:1rem;line-height:1.5rem}section.cards-pictogram-module .container .wrapper-buttons{justify-content:center;margin-top:1rem}