.exbanner {
  width: 100%;
  height: 30%;
  min-height: 30vh;
  background-image: url("gallery/exBanner.png");
  background-size: cover;        /* fill the div */
  background-position: center;   /* center the image */
  background-repeat: no-repeat;
  padding-top: 80px;
  color: white;
  position: absolute 80px;
  border-style: solid;
  border-color: #81ad54;
  border-bottom-width: 0px;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
}

.exbanner2 {
  width: 100%;
  height: 30%;
  min-height: 30vh;
  background-image: url("gallery/exBanner.png");
  background-size: cover;        /* fill the div */
  background-position: center;   /* center the image */
  background-repeat: no-repeat;
  padding-top: 80px;
  color: white;
  position: absolute 80px;
  border-style: solid;
  border-color: #81ad54;
  border-bottom-width: 0px;
  border-top-width: 5px;
  border-left-width: 0px;
  border-right-width: 0px;
}

.backgroundEx {
  width: 100%;
  max-width: 100%;
  height: 45%;
  min-height: 45vh;
  background-image: url("draftImage.jpg");
  background-size: cover;        /* fill the div */
  background-position: center;   /* center the image */
  background-repeat: no-repeat;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  color: white;
  border-style: solid;
  border-color: #81ad54;
  border-bottom-width: 5px;
  border-top-width: 5px;
  border-left-width: 0px;
  border-right-width: 0px;
  box-sizing: border-box;
  font-size: 25px;
  padding-bottom: 40px;
}

  .container1 {
    display: flex;
    gap: 20px;
    padding: 10px;
  }


  .box1 {
    flex: 1;
    padding: 15px;
    height: 280px;
    color: white;
    text-align: justify;
    box-sizing: border-box;
    border-color: #81ad54;
    border-width: 5px;
    border-style: solid;
    border-radius: 20px;
    background-image: url('box1.jpg');
    font-size: 15px;
    background-size: cover;
  }

  .box2 {
    flex: 1;
    padding: 15px;
    height: 280px;
    color: white;
    text-align: justify;
    box-sizing: border-box;
    border-color: #81ad54;
    border-width: 5px;
    border-style: solid;
    border-radius: 20px;
    background-image: url('box2.jpg');
    font-size: 15px;
    background-size: cover;
  }

  .box3 {
    flex: 1;
    padding: 15px;
    height: 280px;
    color: white;
    text-align: justify;
    box-sizing: border-box;
    border-color: #81ad54;
    border-width: 5px;
    border-style: solid;
    border-radius: 20px;
    background-image: url('box3.jpg');
    font-size: 15px;
    background-size: cover;
  }

    .box4 {
    flex: 1;
    padding: 15px;
    height: 280px;
    color: white;
    text-align: justify;
    box-sizing: border-box;
    border-color: #81ad54;
    border-width: 5px;
    border-style: solid;
    border-radius: 20px;
    background-image: url('box4.jpg');
    font-size: 15px;
    background-size: cover;
  }

  .contentEX  {
    border-style: solid;
    border-color: #81ad54;
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-left-width: 0px;
    border-right-width: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 20px;
    color: white;  
    width: 100%;
}

.banner3 {
  width: 100%;
  border-style: solid;
  border-color: #81ad54;
  border-bottom-width: 0px;
  border-top-width: 5px;
  border-left-width: 0px;
  border-right-width: 0px;
}