/* //........ Contact Channel ........// */

#contact_channel {
  background: var(--white);
  background-size: cover;
}

#contact_channel .container {
  text-align: center;
  padding: 40px 20px;
  opacity: 1;
  /* color: #fff; */
}

.contact_channel_page {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 20px 0;
}

.contact_channel_page img {
  width: 25%;
  min-width: 200px;
}

/* //........ Bottom Banner ........// */

#bottom_banner {
  background: var(--black);
}

.bottom_page {
  max-width: 1200px;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}

.bottom_img img {
  height: auto;
  width: 80%;
  background-position: center;
  position: relative;
  background-size: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
