.socials {
  margin-top: var(--one-section-margin);
  height: 45vw;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  gap: 10px;
}

.socials-container {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 5px;
  padding: 10px !important;
}

.social {
  background-color: var(--cornflower-blue);
  padding: 10px !important;
}

.social-text {
  padding: 5px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: var(--dark-blue);
}

.send-qeust {
  /* height: 100%; */
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  align-items: center;
}

.send-qeust span {
  color: var(--dark-blue);
  font-size: 20px;
  width: 100px;
  text-align: center;
}

.send-qeust img {
  width: 50%;
  height: auto;
}
