* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    background: #F0EFF8;
}
.cell:nth-child(1) {
    grid-area: header;
    height: 26px;
    background: linear-gradient(180deg, #2A3A43 27%, #1C282D 83%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
}
.cell:nth-child(1) span {
    display: flex;
    align-items: center; 
    justify-content: space-evenly;
    height: 100%;
    width: 80px;
}
.cell:nth-child(1) span a {
    text-decoration: none;
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 13px;
    letter-spacing: 0em;
    text-align: left;
}
.cell:nth-child(2) {
    grid-area: cell1;
    margin-top: 15px;
}
.cell:nth-child(2) img {
    width: 100%;
    height: 100%;
}
.cell:nth-child(3) img {
    width: 100%;
    height: 100%;
}
.cell:nth-child(3) {
    grid-area: cell2;
    position: relative;
}
.cell:nth-child(3) .bottom-banner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: linear-gradient(270deg, rgba(69, 94, 104, 0) 4%, #000000 97%);
    display: flex;
    align-items: center;
}
.cell:nth-child(3) .bottom-banner p {
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
    margin-left: 20px;
}
.cell:nth-child(3) .live {
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 100%;
    padding: 6px;
    z-index: 3;
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.7) 82%, rgba(0, 0, 0, 0) 100%);
}
.cell:nth-child(3) .live .live-text{
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;
    margin-left: 5px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    background: linear-gradient(90deg, white 30%, white 30%, #FB3434 0%);
    border-radius: 3px;
    padding: 3px;
    padding-left: 20px;
    padding-right: 10px;
}
.cell:nth-child(3) ul li {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    height: 22px;
}
.cell:nth-child(3) ul li a {
    text-decoration: none;
    color: #fff;
    margin-left: 5px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: left;
}
.cell:nth-child(3) ul li  span {
    margin-right: 5px;
    background: #fff;
    color: #000;
    border-radius: 3px;
    padding: 0px 3px 0px 3px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: center;
}
.cell:nth-child(4) {
    grid-area: cell3;
    position: relative;
}
.cell:nth-child(4) img {
    width: 100%;
    height: 100%;
}
.cell:nth-child(4) .bottom-banner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: linear-gradient(270deg, rgba(69, 94, 104, 0) 4%, #000000 97%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cell:nth-child(4) .bottom-banner p {
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
    margin-left: 20px;
}
.cell:nth-child(5) {
    grid-area: cell4;
    position: relative;
}
.cell:nth-child(5) img {
    width: 100%;
    height: 100%;
}
.cell:nth-child(5) .bottom-banner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: linear-gradient(270deg, rgba(69, 94, 104, 0) 4%, #000000 97%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cell:nth-child(5) .bottom-banner p {
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
    margin-left: 20px;
}
.cell:nth-child(6) {
    grid-area: cell5;
    position: relative;
}
.cell:nth-child(6) img {
    width: 100%;
    height: 100%;
}
.cell:nth-child(6) .bottom-banner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: linear-gradient(270deg, rgba(69, 94, 104, 0) 4%, #000000 97%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cell:nth-child(6) .bottom-banner p {
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
    margin-left: 20px;
}
.cell:nth-child(7) {
    grid-area: cell6;
    position: relative;
}
.cell:nth-child(7) img {
    width: 100%;
    height: 100%;
}
.cell:nth-child(7) .bottom-banner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: linear-gradient(270deg, rgba(69, 94, 104, 0) 4%, #000000 97%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cell:nth-child(7) .bottom-banner p {
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
    margin-left: 20px;
}
.cell:nth-child(8) {
    grid-area: cell7;
    position: relative;
}
.cell:nth-child(8) img {
    width: 100%;
    height: 100%;
}
.cell:nth-child(8) .bottom-banner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: linear-gradient(270deg, rgba(69, 94, 104, 0) 4%, #000000 97%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cell:nth-child(8) .bottom-banner p {
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
    margin-left: 20px;
}
.cell:nth-child(9) {
    grid-area: cell8;
    position: relative;
    height: 200px;
} 
.cell:nth-child(9) img {
    width: 100%;
    height: 100%;
}
.cell:nth-child(9) .bottom-banner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: linear-gradient(270deg, rgba(69, 94, 104, 0) 4%, #000000 97%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cell:nth-child(9) .bottom-banner p {
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    margin-left: 5px;
}
.cell:nth-child(10) {
    grid-area: cell9;
    position: relative;
    height: 200px;
}
.cell:nth-child(10) img {
    width: 100%;
    height: 100%;
}
.cell:nth-child(10) .bottom-banner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: linear-gradient(270deg, rgba(69, 94, 104, 0) 4%, #000000 97%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cell:nth-child(10) .bottom-banner p {
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    margin-left: 5px;
}
.cell:nth-child(11) {
    grid-area: cell10;
    position: relative;
    height: 200px;
}
.cell:nth-child(11) img {
    width: 100%;
    height: 100%;
}
.cell:nth-child(11) .bottom-banner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: linear-gradient(270deg, rgba(69, 94, 104, 0) 4%, #000000 97%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cell:nth-child(11) .bottom-banner p {
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    margin-left: 5px;
}
.cell:nth-child(12) {
    grid-area: cell11;
    position: relative;
    height: 200px;
}
.cell:nth-child(12) img {
    width: 100%;
    height: 100%;
}
.cell:nth-child(12) .bottom-banner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: linear-gradient(270deg, rgba(69, 94, 104, 0) 4%, #000000 97%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cell:nth-child(12) .bottom-banner p {
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    margin-left: 5px;
}
.cell:nth-child(13) {
    grid-area: cell12;
    position: relative;
    height: 200px;
}
.cell:nth-child(13) img {
    width: 100%;
    height: 100%;
}
.cell:nth-child(13) .bottom-banner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: linear-gradient(270deg, rgba(69, 94, 104, 0) 4%, #000000 97%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cell:nth-child(13) .bottom-banner p {
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    margin-left: 5px;
}
.cell:nth-child(14) {
    grid-area: cell13;
    position: relative;
    height: 200px;
}
.cell:nth-child(14) img {
    width: 100%;
    height: 100%;
}
.cell:nth-child(14) .bottom-banner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: linear-gradient(270deg, rgba(69, 94, 104, 0) 4%, #000000 97%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cell:nth-child(14) .bottom-banner p {
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    margin-left: 5px;
}
.cell:nth-child(15) {
    grid-area: cell14;
    position: relative;
    height: 200px;
}
.cell:nth-child(15) img {
    width: 100%;
    height: 100%;
}
.cell:nth-child(15) .bottom-banner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: linear-gradient(270deg, rgba(69, 94, 104, 0) 4%, #000000 97%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cell:nth-child(15) .bottom-banner p {
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    margin-left: 5px;
}
.cell:nth-child(16) {
    grid-area: cell15;
    position: relative;
    height: 200px;
}
.cell:nth-child(16) img {
    width: 100%;
    height: 100%;
}
.cell:nth-child(16) .bottom-banner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: linear-gradient(270deg, rgba(69, 94, 104, 0) 4%, #000000 97%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cell:nth-child(16) .bottom-banner p {
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    margin-left: 5px;
}
.cell:nth-child(17) {
    grid-area: cell16;
    position: relative;
    height: 200px;
}
.cell:nth-child(17) img {
    width: 100%;
    height: 100%;
}
.cell:nth-child(17) .bottom-banner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: linear-gradient(270deg, rgba(69, 94, 104, 0) 4%, #000000 97%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cell:nth-child(17) .bottom-banner p {
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    margin-left: 5px;
}
.cell:nth-child(18) {
    grid-area: cell17;
    position: relative;
    height: 200px;
}
.cell:nth-child(18) img {
    width: 100%;
    height: 100%;
}
.cell:nth-child(18) .bottom-banner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: linear-gradient(270deg, rgba(69, 94, 104, 0) 4%, #000000 97%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cell:nth-child(18) .bottom-banner p {
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    margin-left: 5px;
}
.cell:nth-child(19) {
    grid-area: cell18;
    position: relative;
    height: 200px;
}
.cell:nth-child(19) img {
    width: 100%;
    height: 100%;
}
.cell:nth-child(19) .bottom-banner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: linear-gradient(270deg, rgba(69, 94, 104, 0) 4%, #000000 97%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cell:nth-child(19) .bottom-banner p {
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    margin-left: 5px;
}
.cell:nth-child(20) {
    grid-area: cell19;
    position: relative;
    height: 200px;
}
.cell:nth-child(20) img {
    width: 100%;
    height: 100%;
}
.cell:nth-child(20) .bottom-banner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: linear-gradient(270deg, rgba(69, 94, 104, 0) 4%, #000000 97%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cell:nth-child(20) .bottom-banner p {
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    margin-left: 5px;
}
.cell:nth-child(21) {
    grid-area: cell20;
    position: relative;
    height: 200px;
}
.cell:nth-child(21) img {
    width: 100%;
    height: 100%;
}
.cell:nth-child(21) .bottom-banner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: linear-gradient(270deg, rgba(69, 94, 104, 0) 4%, #000000 97%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cell:nth-child(21) .bottom-banner p {
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    margin-left: 5px;
}
.cell:nth-child(22) {
    grid-area: cell21;
    position: relative;
    height: 200px;
}
.cell:nth-child(22) img {
    width: 100%;
    height: 100%;
}
.cell:nth-child(22) .bottom-banner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: linear-gradient(270deg, rgba(69, 94, 104, 0) 4%, #000000 97%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cell:nth-child(22) .bottom-banner p {
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    margin-left: 5px;
}
.cell:nth-child(23) {
    grid-area: cell22;
    position: relative;
    height: 200px;
}
.cell:nth-child(23) img {
    width: 100%;
    height: 100%;
}
.cell:nth-child(23) .bottom-banner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: linear-gradient(270deg, rgba(69, 94, 104, 0) 4%, #000000 97%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cell:nth-child(23) .bottom-banner p {
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    margin-left: 5px;
}
.cell:nth-child(24) {
    grid-area: cell23;
    position: relative;
    height: 200px;
}
.cell:nth-child(24) img {
    width: 100%;
    height: 100%;
}
.cell:nth-child(24) .bottom-banner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: linear-gradient(270deg, rgba(69, 94, 104, 0) 4%, #000000 97%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cell:nth-child(24) .bottom-banner p {
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    margin-left: 5px;
}
.cell:nth-child(25) {
    grid-area: cell24;
    position: relative;
    height: 200px;
}
.cell:nth-child(25) img {
    width: 100%;
    height: 100%;
}
.cell:nth-child(25) .bottom-banner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: linear-gradient(270deg, rgba(69, 94, 104, 0) 4%, #000000 97%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cell:nth-child(25) .bottom-banner p {
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    margin-left: 5px;
}
.cell:nth-child(26) {
    grid-area: cell25;
    position: relative;
    height: 200px;
}
.cell:nth-child(26) img {
    width: 100%;
    height: 100%;
}
.cell:nth-child(26) .bottom-banner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: linear-gradient(270deg, rgba(69, 94, 104, 0) 4%, #000000 97%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cell:nth-child(26) .bottom-banner p {
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    margin-left: 5px;
}
.cell:nth-child(27) {
    grid-area: cell26;
    position: relative;
    height: 200px;
}
.cell:nth-child(27) img {
    width: 100%;
    height: 100%;
}
.cell:nth-child(27) .bottom-banner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: linear-gradient(270deg, rgba(69, 94, 104, 0) 4%, #000000 97%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cell:nth-child(27) .bottom-banner p {
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    margin-left: 5px;
}
.cell:nth-child(28) {
    grid-area: cell27;
    position: relative;
    height: 200px;
}
.cell:nth-child(28) img {
    width: 100%;
    height: 100%;
}
.cell:nth-child(28) .bottom-banner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: linear-gradient(270deg, rgba(69, 94, 104, 0) 4%, #000000 97%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cell:nth-child(28) .bottom-banner p {
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    margin-left: 5px;
}
.cell:nth-child(29) {
    grid-area: cell28;
    position: relative;
}
.cell:nth-child(29) img {
    width: 100%;
    height: 100%;
}
.cell:nth-child(29) .bottom-banner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: linear-gradient(270deg, rgba(69, 94, 104, 0) 4%, #000000 97%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cell:nth-child(29) .bottom-banner p {
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
    margin-left: 20px;
}
.cell:nth-child(30) {
    grid-area: cell29;
    position: relative;
}
.cell:nth-child(30) img {
    width: 100%;
    height: 100%;
}
.cell:nth-child(30) .bottom-banner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: linear-gradient(270deg, rgba(69, 94, 104, 0) 4%, #000000 97%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cell:nth-child(30) .bottom-banner p {
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
    margin-left: 20px;
}
.container-cell {
    width: 100%;
    display: flex;
    justify-content: center;
}
.container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px; 
    width: 85%; 
    grid-template-areas:
    'header header header header'
    'cell1 cell1 cell1 cell1'
    'cell2 cell2 cell3 cell3'
    'cell4 cell4 cell5 cell5'
    'cell6 cell6 cell7 cell7'
    'cell8 cell9 cell10 cell11'
    'cell12 cell13 cell14 cell15'
    'cell16 cell17 cell18 cell19'
    'cell20 cell21 cell22 cell23'
    'cell24 cell25 cell26 cell27'
    'cell28 cell28 cell29 cell29'
    ;
    position: relative;
}

.cell {
    background-color: lightgray;
    height: 250px;
}
.container-faq {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.container-faq .card {
    margin-top: 30px;
    display: flex;
    width: 670px;
    height: 142px;
    padding: 1px 11px 1px 11px;
    border-radius: 8px;
    border: 1px solid #0000004D;
    align-items: center;
    justify-content: center;
}
.container-faq .card .card-image {
    width: 115px;
    height: 100%;
    padding: 0px 7px 0px 0px;
    border-right: 1px solid #0000004D;
    display: flex;
    align-items: center;
    justify-content: center;
}
.container-faq .card .card-content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}
.container-faq .card .card-content p {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
    margin-left: 15px;
}
.container-faq h4 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: center;
    color: #6C757D;
    margin-top: 10px;
    border-bottom: 1px solid #6C757D;
    padding: 4px;
}
.container-faq nav {
    margin-top: 10px;
}
.container-faq nav ul {
    display: flex;
}
.container-faq nav ul li {
    list-style: none;
}
.container-faq nav ul li a {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
    color: #000;
    margin-left: 15px;
}
.animate {
    position: relative;
    margin-right: 20px;
    width: 100px;
    height: 25px;
    border-radius: 5px;
    outline: none;
    border: none;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 13px;
    letter-spacing: 0em;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
}

.animate span:nth-child(1) {
    position: absolute;
    width: 100%;
    height: 3px;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #EA4335 0%, #4285F4 100%);
    animation: animate1 2s linear infinite;
}
@keyframes animate1 {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}
.animate span:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background: linear-gradient(0deg, #FBBC05 0%, #34A853 100%);
    animation: animate2 2s linear infinite;
    animation-delay: 1s;
}
@keyframes animate2 {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(100%);
    }
}
.animate span:nth-child(3) {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #EA4335 0%, #4285F4 100%);
    animation: animate3 2s linear infinite;
}
@keyframes animate3 {
    0% {
       transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}
.animate span:nth-child(4) {
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: linear-gradient(0deg, #FBBC05 0%, #34A853 100%);
    animation: animate4 2s linear infinite;
    animation-delay: 1s;
}
@keyframes animate4 {
    0%{
        transform: translateY(100%);
    } 100% {
        transform: translateY(-100%);
    }
}


@media (max-width: 768px) { 
    .container {
        grid-template-columns: 1fr;
        grid-template-areas:
        'header'
        'cell1'
        'cell2'
        'cell3'
        'cell4'
        'cell5'
        'cell6'
        'cell7'
        'cell8'
        'cell9'
        'cell10'
        'cell11'
        'cell12'
        'cell13'
        'cell14'
        'cell15'
        'cell16'
        'cell17'
        'cell18'
        'cell19'
        'cell20'
        'cell21'
        'cell22'
        'cell23'
        'cell24'
        'cell25'
        'cell26'
        'cell27'
        'cell28'
        'cell29';
        align-items: center;
        justify-content: center;
    }
    .cell:nth-child(2) {
        height: 100px;
    }
}

@media (max-width: 576px) { 
    .container-faq .card {
      max-width: 340px;
    }
    .container-faq .card .card-image {
        width: 65px;
    }
    .container-faq .card .card-image img {
        width: 60px;
        height: 60px;
    }
    .container-faq .card .card-content img{
        width: 70px;
        height: 60px;
    }
    .container-faq .card .card-content p {
        font-size: 10px;
    }
    .container-faq nav ul {
       flex-wrap: wrap;
    }
}