.refer-section {
  padding: 70px;
  background: url("../assets/img/refer-project-bg.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.refer-content-wrapper {
  border-radius: 0;
  overflow: hidden;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.refer-content {
  max-width: 590px;
  color: #fff;
  flex: 1;
}

.refer-content h2 {
  color: #fff;
  font-family: var(--Face-Nobile, Nobile);
  font-size: 45px;
  font-weight: 500;
  line-height: 58px;
  letter-spacing: 0.9px;
  margin-bottom: 8px;
}

.refer-content p {
  color: #fff;
  font-family: var(--Face-Inter, Inter);
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 32px;
}

.refer-image {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.refer-image img {
  width: 100%;
  max-width: 520px;
  display: block;
  object-fit: contain;
}

@media (max-width: 992px) {
  .refer-section {
    padding: 48px 8px;
  }

  .refer-content-wrapper {
    flex-direction: column;
  }

  .refer-content {
    max-width: 100%;
  }

  .refer-content h2 {
    font-size: 32px;
    line-height: 130%;
    letter-spacing: 0.64px;
  }

  .refer-content p {
    font-size: 14px;
    line-height: 20px;
  }

  .refer-image {
    width: 100%;
  }

  .refer-image img {
    max-width: 100%;
  }
}
