.contact {
  background: rgb(233, 212, 182);
  width: 100vw;
  display: flex;
}

.table-write {
  display: flex;
  width: 100vw;
  margin: 25px;
  flex-direction: column;
}

span {
  width: 80%;
  padding: 2rem;
  align-items: center;
}

.comunication {
  display: flex;
  background-color: #fff;
  width: auto;
  border-radius: 35px;
  opacity: 1;
  transition: 400ms;
  box-shadow: 10px 10px 20px #000000;
}

.icon {
  position: relative;
  justify-content: center;
  align-items: center;
  width: auto;
}

.icone {
  width: 4rem;
}

.text-link {
  position: absolute;
  right: 40px;
  width: auto;
}

.text-contact {
  text-align: center;
  font-size: 4vw;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .comunication {
    width: auto;
  }

  span {
    width: 80%;
    padding: 1rem;
    align-items: center;
  }

  .icon {
    height: auto;
  }

  .icone {
    width: 3rem;
  }

  .text-contact {
    font-size: 4vw;
    text-align: end;
  }

  .text-link {
    right: 40px;
    width: 70%;
    padding: 0.5rem;
  }

  @media screen and (max-width: 600px) {
    .comunication {
      width: auto;
      height: 70px;
    }

    span {
      padding: 1rem;
      align-items: center;
      }

    .icon {
      height: auto;
    }

    .icone {
      width: 2rem;
    }

    .text-contact {
      font-size: 5vw;
      text-align: end;
      width: auto;
    }

    .text-link {
      right: 40px;
      width: 60%;
      padding: 0.5rem;
    }
  }
}
