   .section {
       background-color: #e3eef3 !important;
   }

   .main-container {
       border-radius: 20px !important;
       border: 1px solid #c7c7c7 !important;
   }

   .sub-head-color {
       color: #0b1727 !important;
       font-weight: 600 !important;
   }

   .para-color {
       color: #333333 !important;
   }

   .heading {
       color: #0b1727 !important;
       font-size: 30px !important;
       font-weight: 700 !important;
       border: none;
       padding: 10px 0px !important;
       border-bottom: 2px solid #0b1727 !important;
   }

   .links {
       border: 1px solid #0e66be !important;
       border-radius: 16px !important;
       background-color: #0e66be !important;

       img {
           border-radius: 16px !important;
       }

       video {
           border-radius: 16px !important;
           width: 100% !important;
           height: 100% !important;

       }
   }

   @media (max-width:600px) {
       .section {
           padding: 10px !important;
       }

       .page {
           padding: 10px !important;
       }
   }