.banner-contact {
  padding: 3% 0;
}

.BG-black-right {
  background-color: #000000;
  border-radius: 15px;
  height: 11vw;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  justify-content: center;
}
.BG-black-left {
  background-color: #000000;
  border-radius: 15px;
  height: 11vw;
  display: flex;
  justify-content: center;
}
.bottom-banner-left {
  padding: 3% 0;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.bottom-banner-left .text {
  display: flex;
  color: white;
  flex-direction: column;
  align-items: center;
  font-size: 0.94vw;
  font-weight: 300;
}
.bottom-banner-left .text span {
  color: #ffde00;
  font-size: 1.57vw;
  font-weight: 500;
}

.bottom-banner-left .social {
  display: flex;
  justify-content: space-around;
}
.bottom-banner-left .social .social-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bottom-banner-left .social .social-btn.blue {
  background-color: #0866ff;
  border-radius: 10px;
  text-decoration: none;
  height: 2vw;
  width: 45%;
  padding: 5% 0; margin-right: 5%;
}
.bottom-banner-left .social .social-btn:hover {
  transform: scale(1.1);
  transition: 0.3s ease-in-out;
}
.bottom-banner-left .social .social-btn.green {
  background-color: #06c755;
  border-radius: 10px;
  text-decoration: none;
  height: 2vw;
  width: 45%;
  padding: 5% 0;
}
.bottom-banner-left .social .social-btn .img {
  width: 2vw;
  display: flex;
}
.bottom-banner-left .social .social-btn .img img {
  width: 100%;
}
.bottom-banner-left .social .social-btn .text {
  color: white;
  font-size: 1.05vw;
  font-weight: 500;
  padding-left: 5%;
}
.bottom-banner-left .social .social-btn .img {
  width: 1.5rem;
}
.bottom-banner-right {
  padding: 0 4%;
}
.bottom-banner-right .text i {
  color: #7d7d7d;
  background-color: white;
  width: 2vw;
  height: 2vw;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bottom-banner-right .text {
  font-size: 1.2vw;
  color: white;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3% 0;
  text-decoration: none;
}
.bottom-banner-right .text:hover {
  transform: translateX(15px);
  transition: 0.3s ease-in-out;
}
.bottom-banner-right .text span {
  font-size: 1.2vw;
  color: #ffde00;
  font-weight: 500;
}

@media (max-width: 991px) {
  .show-pc {
    display: none;
  }
  .show-mobile {
    display: block;
  }
  .banner-contact {
    padding: 5% 0 9%;
  }
  .BG-black-right,
  .BG-black-left {
    height: 100%;
  }
  .BG-black-right {
    margin: 5% 0 0 0;
  }
  .bottom-banner-left {
    padding: 3% 2%;
  }

  .bottom-banner-left .text span {
    font-size: 20px;
  }
  .bottom-banner-left .text {
    font-size: 16px;
    text-align: center;
    /* padding: 0 0 3% 0; */
  }
  .bottom-banner-left .social { margin-top: 10px;}
  .bottom-banner-left .social .social-btn .text {
    color: white;
    font-size: 14px;
    font-weight: 500;
    padding-left: 2%;
    width: 70%;
  }
  .bottom-banner-left .social .social-btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bottom-banner-left .social .social-btn.green,
  .bottom-banner-left .social .social-btn.blue {
    height: 40px;
    width: 100%;
  }
  .bottom-banner-right .text,
  .bottom-banner-right .text span {
    font-size: 20px;
  }

  .bottom-banner-right .text i {
    width: 40px;
    height: 40px;
  }
}
