.container {
    display: flex;
     flex-direction: row;
     /*background: #f6f6f6;*/
     border-radius: 20px;
     max-width: 1200px;
     justify-content: center;
     align-content: flex-start;
     flex-wrap: wrap;
 }
 @media only screen and (max-width: 768px) {
   .container {
     display: flex;
     background: #f6f6f6;
     border-radius: 20px;
     flex-direction: column;
     align-content: center;
     align-items: center;
 }  
     
 }
 
 
 
     .container-info {
     width: 50%;
     display: flex;
     align-content: center;
     flex-direction: column;
     flex-wrap: wrap;
     justify-content: center;
 }
 
 @media only screen and (max-width: 768px) {
   .container-info {
    width: fit-content;
     display: flex;
     align-content: center;
     flex-direction: column;
     flex-wrap: wrap;
     justify-content: center;
 }
 
     
 }
 
 .container-img {
     width: 50%;
     display: flex;
     justify-content: center;
 }
 
 
 
 
 @media only screen and (max-width: 768px) {
  .container-img {
     width: fit-content;
     display: flex;
     justify-content: center;
 }
     
 }
 .container-img img {
     width: 65%;
 }
 
 h1.title-page,
 .title-page{
     color: #2A7DE1;
     text-align: center;
     padding: 70px;
 }
 
 
 @media only screen and (max-width: 768px) {
 
 h1.title-page, .title-page {
     
    
     padding: 45px;
 }
 
     
 }
 
 a.btn-css-class {
     font-family: "Montserrat", Sans-serif;
     font-weight: 500;
     font-style: normal;
     background-color: #2A7DE1;
     border-radius: 20px;
     color: #fff;
     padding: 8px 24px;
     margin: 0 auto;
     text-align: center;
     display: flex;
     justify-content: center;
     width: max-content;
     margin-top: 40px;
     margin-bottom: 40px;
 }
 
 a.btn-css-class:hover {
     color: #2A7DE1 !important;
     background: #fff !important;
     border: 2px solid #2A7DE1 !important;
     transition: 0.3s !important;
 }
 
 .container-table {
     overflow-x: auto;
     white-space: nowrap;
 }
 
 table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
     background-color: hsl(213deg 75% 52% / 10%) !important;
 }
 
 table td, table th {
     padding: 15px;
     line-height: 1.5;
     vertical-align: top;
     border: 1px solid #ffffff;
     text-align: center;
 }
 
 h4.h4-style {
     text-align: center;
     font-family: "Montserrat", Sans-serif;
     font-size: 24px;
     font-weight: 500;
 }
 
 .content-sub-title {
     padding: 30px;
 }
 
 
 
 .container-main {
     display: flex;
     justify-content: center;
     background: #f6f6f9;
 }
 
 
 .container-table {
     max-width: 1200px;
     margin: 0 auto;
 }