/* Image section */
#Section2 {
  background: #00523c;
  background-image: ;
  padding: 0 0;
  max-width: 1920px;
  margin: auto;
  color: #FFFFFF;
}

#Section2 a:not(.btn) {
  color: #FFFFFF;
}

#Section2 a:not(.btn):hover {
  color: #FFE75F;
}

#Section2 .Section2-image img {
  height: 600px;
  object-fit: cover;
  width: 100%;
}

#Section2 .Section2-image,
#Section2 .Section2-text {
  padding: 0;
}

#Section2 .Section2-text .textsection {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  width: 80%;
  margin: 0 auto;
  font-weight: 100;
}

#Section2 .btn {
  border-radius: 5px;
  background: #FFE75F;
  color: #151515;
  border: none;
  padding: 12px 20px;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}

#Section2 .btn:hover {
  background: #CBC34E;
}

@media (max-width: 991px) {
  #Section2 .Section2-image img {
    max-height: 300px;
    object-position: center 25%;
  }

  #Section2 .Section2-text .textsection {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 30px 45px;
  }
}

@media (max-width: 575px) {
  #Section2 .Section2-text .textsection {
    padding: 30px 15px;
  }
}