section.grid-cards-module .container{align-items:center;display:flex;flex-direction:column;gap:70px}section.grid-cards-module .wrapper-top{align-items:center;display:flex;flex-direction:column;gap:1rem;max-width:890px}section.grid-cards-module .wrapper-top .title{text-align:center}section.grid-cards-module .wrapper-cards{display:flex;flex-wrap:wrap;gap:18px 12px;justify-content:center;width:100%}section.grid-cards-module .card{align-items:center;display:flex;flex-direction:column;justify-content:flex-end;max-width:395px;position:relative;width:100%}section.grid-cards-module .card.yellow:after{background:#fff2d2}section.grid-cards-module .card.yellow .card-content{background-color:#ffd75d}section.grid-cards-module .card.violet:after{background:#ede2ed}section.grid-cards-module .card.violet .card-content{background-color:#d3b7d2}section.grid-cards-module .card.turquoise:after{background:#d9edf0}section.grid-cards-module .card.turquoise .card-content{background-color:#9ed2d8}section.grid-cards-module .card.blue:after{background:#d6e1fd}section.grid-cards-module .card.blue .card-content{background-color:#b4c9fc}section.grid-cards-module .card.green:after{background:#e0f1de}section.grid-cards-module .card.green .card-content{background-color:#c7e6c3}section.grid-cards-module .card:after{border-radius:10px 10px 0 0;content:"";height:calc(100% - 30px);left:0;position:absolute;top:30px;width:100%;z-index:-1}section.grid-cards-module .card .card-avatar{height:208px;width:250px}section.grid-cards-module .card .card-avatar img{height:100%;object-fit:cover;width:100%}section.grid-cards-module .card .card-content{display:flex;flex-direction:column;gap:6px;padding:26px;width:100%}section.grid-cards-module .card .card-content .company,section.grid-cards-module .card .card-content .role,section.grid-cards-module .card .card-content .title{color:#0027a6}section.grid-cards-module .card .card-content .title{font-weight:500}section.grid-cards-module .card .card-content .company{font-style:Italic}section.grid-cards-module .wrapper-buttons{margin:0 auto}