.header-logo-img {
  width: 150px;
}

@media (min-width: 991px) {
  .header-logo-img {
    width: 180px;
  }
}

@media (min-width: 1024px) {
  .header-logo-img {
    width: 200px;
  }
}

.agent-share-form-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.agent-info-card {
  display: flex;
  gap: 20px;
}

.agent-info-card .agent-info {
  flex: 1;
}

.agent-card-img-container {
  width: 210px;
  height: 210px;
  background-origin: content-box;
  background-position: center;
  background-size: cover;
}

@media (max-width: 1200px) {
  .agent-share-form-container h2 {
    font-size: 1.6rem;
  }
}

@media (max-width: 550px) {
  .agent-card-img-container {
    width: 170px;
    height: 170px;
  }
  .agent-info-card {
    flex-direction: column;
    /* align-items: center; */
  }
}

@media (max-width: 400px) {
  .agent-card-img-container {
    width: 130px;
    height: 130px;
  }
}
