* {
    box-sizing: border-box
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}
.footer-page h1{
    font-size: 50px;
    line-height: 1.2;
}
.footer-page h2{
    font-size: 45px;
    line-height: 1.2;
}
.footer-page p{
    color: #000;
}
.footer-page a{
    color: #000;
    text-decoration: none;
}
    .footer-page table {
        border-collapse: collapse;
        width: 100%;
        border: 1px solid #ccc;
      }
      
      .footer-page th{
        width: 50%;
        vertical-align: top;
        padding: 12px 16px;
        word-wrap: break-word;
        height: 120px;
        border: 1px solid #ccc;
      }
      .footer-page td {
        width: 50%;
        vertical-align: top;
        padding: 12px 16px;
        word-wrap: break-word;
        height: 150px;
        border: 1px solid #ccc;
      }
      .footer-page th {
        background-color: #cfd0d036;
        font-weight: 600;
        text-align: left;
      }

      tbody tr:nth-child(even) td {
        background-color: #cfd0d036 !important;
      }
@media (max-width:767.9px) {
    .footer-page h1{
        font-size: 35px;
    }
    .footer-page h2{
        font-size: 30px;
        line-height: 1.2;
    }
}