
.contact-section {
  max-width: 90%;
  margin: 0 auto;
  padding: 4rem 0 0 0;
}

.contact-title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: left;
  color: #0298e6;
  margin-bottom: 2rem;
}

.contact-columns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact-columns p{
  font-size: 1.5rem;
}
.contact-left, .contact-right {
  flex: 1 1 45%;
  position: relative;
}

.label {
  font-weight: bold;
  color: #0095e1;
}

.find-us-label {
  margin-top: 1.5rem;
  font-weight: 500;
  color: #0095e1;
}

.social-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(8vw, 1fr));
  gap: 1.2rem;
  justify-items: end;
  margin-top: 0.8rem;
  width: 40%;
}

.social-icon {
  width: 8vw;
  object-fit: contain;
}

.contact-img {
  width: 80%;
  max-width: 300px;
  object-fit: cover;
  border-radius: 10px;
}

.top-img {
  position: absolute;
  top: 0;
  right: 0;
}

.bottom-img {
  position: absolute;
  bottom: 0;
  right: 0;
}