.contact_way_section {
  position: fixed;
  z-index: 999999;
  float: right;
  bottom: 45%;
  right: 1.6%;
  text-align: center;
}

.contact_way_content {
  width: 100px;
  height: auto;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 10px;
  background: #fff;
  padding: 10px 0px 5px 0px;
  box-shadow: 0 0 20px 1px rgb(0 0 0 / 20%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.contact_way_content img {
  width: 55px;
  height: 55px;
  vertical-align: top;
}

.contact_way_content p {
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #666;
  margin-top: 0;
}

@media screen and (max-width: 750px) {
  .contact_way_section {
    position: fixed;
    z-index: 999999;
    float: right;
    bottom: 170px;
    right: 2%;
    text-align: center;
  }

  .contact_way_content {
    width: 80px;
  }

  .contact_way_content img {
    width: 45px;
    height: 45px;
    vertical-align: top;
  }
}

.contact_way_section a {
  display: inline;
}