@import "globals.css";
header{
  background-color: white !important;
}
main .contact {
  display: flex;
  flex-direction: row;
  gap: 96px;
  padding-top: 40px;
  padding-bottom: 140px;
   margin-top: 100px;
}

main .contact .map {
  flex: 1 0 0;
  order: 0;
}

main .contact .map img {
  height: 729px;
}

main .contact .content {
  order: 1;
  flex: 2 0 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: center;
}

.contact-information {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: rgba(29, 29, 29, 1);
}

.studio-card .contact-information {
  gap: 8px !important;
}

.contact-information h4 {
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
}

.contact-information h4 span {
  color: rgba(168, 168, 168, 1);
}

.concultation {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 725px;
}

.social-networks {
  display: flex;
  flex-direction: row;
  gap: 14px;
  align-items: center;
}

.content h1 {
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
  text-align: left;
}

.content .description {
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  line-height: 32px;
  text-align: left;
}

.concultation a {
  text-decoration: none;
}

.concultation button {
  border: 0;
  background: rgba(212, 54, 58, 1);
  color: white;
  font-family: "Work Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 2.2px;
  text-align: left;
  text-transform: uppercase;
  padding: 15px 32px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 18px;
  position: relative;
}

.concultation button img {
  position: absolute;
  right: -16px;
}

.concultation p {
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 32px;
  text-align: left;
  color: rgba(212, 54, 58, 1);
}
.concultation p span {
  color: rgba(29, 29, 29, 1);
}

.studios {
  padding: 120px 0;
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.studios h1 {
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
  text-align: left;
  color: rgba(0, 0, 0, 1);
}

.studios h1 span {
  color: rgba(212, 54, 58, 1);
}

.studios .studios-grid {
  display: flex;
  flex-direction: row;
  gap: 93px;
  justify-content: space-between;
}

.studios .studio-card {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.studio-card h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  text-align: left;
}

.studio-card img {
  height: 406px;
  width: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 991px) {
  main .contact {
    flex-direction: column !important;
    gap: 32px;
    padding: 48px 0 !important;
  }
  main .contact .map {
    order: 1;
  }
  main .contact .content {
    order: 0;
  }

  main .studios {
    padding: 96px 0 !important;
  }
  main .studios .studios-grid {
    flex-direction: column;
    gap: 93px;
  }
}
