section[data-cattype="83004"] .background-container {
    background: linear-gradient(to top right, #09836C, #004958); /* Gradient from left bottom to right top */
    padding: 20px;
  }  
section[data-cattype="83004"] .content-container {
    max-width: 1200px;
    margin: 0 auto;
  }
section[data-cattype="83004"] .content {
    background-color: transparent;
    padding: 20px;
    border: 2px solid white;
    border-radius: 30px;
    margin-bottom: 20px;
    text-align: center;
  }
section[data-cattype="83004"] .content img {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    padding: 5px;
  }
section[data-cattype="83004"] h2 {
    color: #fff;
    margin: 60px 0px 30px 0px;
  }
section[data-cattype="83004"] h3 {
    color: #fff;
    margin: 24px 0px 5px 0px;
  }
section[data-cattype="83004"] .custom-button {
    background-color: #F7B719;
    padding: 15px 60px;
    border-radius: 40px;
    border: none;
    color: white;
    cursor: pointer;
    transition: color 0.6s ease, background-color 0.6s ease; /* Smooth transition for color and background-color */
    font-size: 16px;
    font-weight: normal;
    font-family: 'Roboto';
    position: relative;
    z-index: 99;
}

section[data-cattype="83004"] .custom-button:hover {
    color: #004A58;
    border: 2px solid #F7B719;
    background-color: #fff;
}
section[data-cattype="83004"] h1 {
    color: rgba(246,246,246,0.10);
    font-size: 300px;
    margin: -136px -900px -165px -900px;

  }

  @media (max-width: 1400px) {
  section[data-cattype="83004"] h1 {
    font-size: 200px;
    margin: -130px -900px -85px -900px;
  }
  section[data-cattype="83004"] h2 {
    font-size: 38px;
  }
  section[data-cattype="83004"] h3 {
    font-size: 20px;
  }
  section[data-cattype="83004"] .custom-button {
    font-size: 14px;
  }
}

  @media (max-width: 576px) {
  section[data-cattype="83004"] h2 {
    font-size: 28px;
  }
  section[data-cattype="83004"] h3 {
    font-size: 20px;
  }
  section[data-cattype="83004"] .background-container {
    overflow: hidden;
    margin-bottom: -36px;
  }
  section[data-cattype="83004"] .custom-button {
    font-size: 14px;
  }
  section[data-cattype="83004"] h1 {
    font-size: 200px;
    margin-bottom: -93px;
  }
}

