<style>
  .image-text-button-module {
    display: flex;
    flex-direction: row;
    align-items: center; 
    justify-content: space-between;
    width: 100%;
  }

  .button-modulee {
    padding:120px 40px;
    display:flex;
    background: #eff2f9;
    flex-direction: row;
    align-items: center; 
    justify-content: space-between;
    gap: 30px; 
    width: 100%;
  }

  .image-section {
    flex: 1;
    max-width: 50%;
  }

  .image-section img {
    max-width: 100%;
    height: auto;
    display: block;
  }

  .text-button-section {
    flex: 1;
    max-width: 50%;
    padding: 0px;
  }

  .text-button-section h2 {   
    font-family: Roboto, sans-serif;
    font-size: 2.625rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .text-button-section p {
    font-size: 1rem;
    font-family: Roboto, sans-serif;
    margin: 0 24px 20px 0;
  }

  .btn1 {
    display: inline-block;
    padding: 10px 20px;
    background-color: #0066cf;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
    border: 1px solid #0066cf;
    color: #fff;
    margin: 0 10px 0 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    font-family: Roboto, sans-serif;
    font-size: 1.125rem;
    letter-spacing: .42px;
    padding: 17px 50px;
    text-align: center;
  }
  
  .btn1:hover {
    background-color: #004C9B;
    border-color: #004C9B;
    color: #ffff;
  }

  .btn2 {
    display: inline-block;
    padding: 10px 20px;
    background-color: rgb(255, 255, 255);
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s, border-color 0.3s;
    border: 1px solid #0066cf;
    color: #0066cf;
    margin: 0 10px 0 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    font-family: Roboto, sans-serif;
    font-size: 1.125rem;
    letter-spacing: .42px;
    padding: 17px 50px;
    text-align: center;
  }

  .btn2:hover {
    background-color: #004C9B;
    border-color: #004C9B;
    color: #ffff;
    text-decoration: none;
    font-family: Roboto, sans-serif;
  }

  @media (max-width: 768px) {
    .image-text-button-module {
      display:block;
      align-items: center; 
      justify-content: space-between;
      width: 100%;
    }
  
    .button-modulee {
      display:block;
      padding:20px 0px;
      background: #eff2f9;
      align-items: center; 
      width: 100%;
    }
  
    .image-section {
      max-width: 100%;
    }
  
    .buttons {
      display: block;     
      align-items:center;
      align-content: center;
      text-align: center;
      margin-bottom:10px;
    }
  
    .image-section {     
      align-items:center;
      align-content: center;
      text-align: center; 
    }
  
    .image-section img {    
      width: 70%;
      height: auto;
      display: block;
      align-items:center;
      align-content: center;
      text-align: center;
      margin:0 auto;
    }
  
    .text-button-section {    
      min-width: 300px;
      padding: 15px 15px 0px 15px;
      max-width: 100%;
    }
  
    .text-button-section h2 {   
      font-family: Roboto, sans-serif;
      font-size: 1.625rem;
      font-weight: 700;
      margin: 0 0 20px;
      line-height: 1.1;
      align-items:center;
      align-content: center;
      text-align: center;
    }
    
    .text-button-section p {
      font-size: 1rem;
      font-family: Roboto, sans-serif;
      margin: 0 0 20px;
      text-align: center;
      line-height:1.5;
    }
  }
</style>
