#homepage-cbre-container {
  color: white;
  font-family: "Inter", sans-serif;
  display: flex;
}
@media (max-width: 990px) {
  #homepage-cbre-container {
    flex-flow: column wrap;
  }
}
@media (max-width: 480px) {
  #homepage-cbre-container {
    display: block;
  }
}
#homepage-cbre-container #text-section {
  flex-basis: 66%;
  display: flex;
  flex-flow: column wrap;
}
@media (max-width: 990px) {
  #homepage-cbre-container #text-section {
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  #homepage-cbre-container #text-section {
    display: block;
  }
}
#homepage-cbre-container #text-section #heading {
  color: #BBD300;
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 767px) {
  #homepage-cbre-container #text-section #heading {
    padding-top: 30px;
  }
}
@media (max-width: 480px) {
  #homepage-cbre-container #text-section #heading {
    font-size: 16px;
  }
}
#homepage-cbre-container #text-section #title {
  font-size: 45px;
  font-weight: 500;
  font-family: "Tiempos fine";
  margin-bottom: 30px;
  line-height: 65px;
}
@media (max-width: 1200px) {
  #homepage-cbre-container #text-section #title {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  #homepage-cbre-container #text-section #title {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  #homepage-cbre-container #text-section #title {
    font-size: 30px;
    line-height: normal;
  }
  #homepage-cbre-container #text-section #title .mobile-nowrap {
    white-space: nowrap;
  }
}
#homepage-cbre-container #text-section #description {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #homepage-cbre-container #text-section #description {
    margin-bottom: 30px;
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  #homepage-cbre-container #text-section #description {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
#homepage-cbre-container #text-section #date {
  color: #BBD300;
  font-weight: 600;
  font-size: 24px;
}
@media (max-width: 480px) {
  #homepage-cbre-container #text-section #date {
    font-size: 14px;
  }
}
#homepage-cbre-container #text-section #register-now-button {
  flex: 1;
  display: flex;
  align-items: flex-end;
  padding-top: 20px;
}
#homepage-cbre-container #text-section #register-now-button a {
  color: black !important;
  font-size: 24px;
  font-weight: bold;
  padding: 14px 30px 10px;
  background-color: #BBD300;
  display: inline-block;
}
@media (max-width: 480px) {
  #homepage-cbre-container #text-section #register-now-button a {
    font-size: 16px;
    padding: 10px 22px 7px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  #homepage-cbre-container #text-section #register-now-button {
    align-items: flex-start;
  }
}
@media (max-width: 480px) {
  #homepage-cbre-container #text-section #register-now-button {
    display: block;
  }
}
#homepage-cbre-container #speakers-section {
  flex-basis: 34%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 990px) {
  #homepage-cbre-container #speakers-section {
    flex-direction: row;
    justify-content: space-around;
  }
}
@media (max-width: 600px) {
  #homepage-cbre-container #speakers-section {
    gap: 10px;
  }
}
@media (max-width: 480px) {
  #homepage-cbre-container #speakers-section {
    gap: 5px;
  }
}
#homepage-cbre-container #speakers-section .speaker {
  display: flex;
  margin: 30px 0px;
}
@media (max-width: 990px) {
  #homepage-cbre-container #speakers-section .speaker {
    margin: 0px 20px;
    align-items: flex-end;
  }
}
@media (max-width: 600px) {
  #homepage-cbre-container #speakers-section .speaker {
    gap: 10px;
    margin: 0px;
  }
}
@media (max-width: 480px) {
  #homepage-cbre-container #speakers-section .speaker {
    justify-content: center;
    flex: 50%;
    gap: 5px;
  }
}
#homepage-cbre-container #speakers-section .speaker:first-child {
  margin-top: 0;
}
#homepage-cbre-container #speakers-section .speaker__image {
  min-width: 180px;
  width: 180px;
  max-width: 180px;
  min-height: 180px;
  height: 180px;
  max-height: 180px;
  padding-right: 20px;
  position: relative;
  box-sizing: content-box;
}
#homepage-cbre-container #speakers-section .speaker__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1200px) {
  #homepage-cbre-container #speakers-section .speaker__image {
    min-width: 100px;
    width: 100px;
    max-width: 100px;
    min-height: 100px;
    height: 100px;
    max-height: 100px;
  }
}
@media (max-width: 767px) {
  #homepage-cbre-container #speakers-section .speaker__image {
    flex-basis: 50%;
    min-width: 75px;
    width: 75px;
    max-width: 75px;
    min-height: 75px;
    height: 75px;
    max-height: 75px;
    padding-right: 10px;
  }
}
@media (max-width: 480px) {
  #homepage-cbre-container #speakers-section .speaker__image {
    padding-right: 0px;
  }
}
#homepage-cbre-container #speakers-section .speaker__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#homepage-cbre-container #speakers-section .speaker__content .speaker__name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
@media (max-width: 600px) {
  #homepage-cbre-container #speakers-section .speaker__content .speaker__name {
    margin-bottom: 0px;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  #homepage-cbre-container #speakers-section .speaker__content .speaker__name {
    font-size: 12px;
  }
}
@media (max-width: 600px) {
  #homepage-cbre-container #speakers-section .speaker__content .speaker__position {
    line-height: 14px;
  }
}
@media (max-width: 767px) {
  #homepage-cbre-container #speakers-section .speaker__content {
    font-size: 13px;
    text-align: left;
  }
}
@media (max-width: 480px) {
  #homepage-cbre-container #speakers-section .speaker__content {
    text-align: left;
    line-height: normal;
    font-size: 11px;
  }
}/*# sourceMappingURL=template.css.map */