.contacts {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40%;
  margin-bottom: 5%;
}

.contacts .callUs {
  margin-top: 20%;
  text-align: center; 
}

.contacts .callUs h3 {
  font-size: 60px;
  margin-bottom: 30px;
  color: brown;
}

.contacts .callUs p {
  font-size: 25px;
}

.contacts .callUs .socials {
  margin-top: 50px;
  color: gold !important;
  font-size: 50px;
  display: inline-flex;
  justify-content: space-between;
  gap: 20px; /* Задає більшу відстань між іконками */
}

.contact-line {
  width: 80%;
  margin: 20px auto;
  border-top: 5px solid gold;
  margin-bottom: 7%;
}

.contact-details {
  display: flex;
  justify-content: space-between;
  width: 80%; /* Змінюємо ширину, щоб секції займали всю ширину наступного рядка */
  flex-wrap: wrap; /* Додаємо перенесення на наступний рядок */
  margin: auto;
  margin-bottom: 20%;
  text-align: center;
}

.contact-info, .location, .working-hours {
  text-align: center;
  width: 30%;
}

.contact-info i, .location i, .working-hours i {
  font-size: 60px;
  margin-bottom: 30px;
}

.contact-info h3, .location h3, .working-hours h3 {
  margin-bottom: 20px;
  font-size: xx-large;
  color: #ffcc00;
}

.contact-info p, .location p, .working-hours p {
  font-size: x-large;
}