body {
  scroll-behavior: smooth;
}

.title-head {
  text-align: center;
  margin-bottom: 50px;
}

.speakers__wrapper {
  display: -ms-grid;
  display: grid;
  grid-gap: 20px;
}

.speakers__wrapper.hide {
  display: none;
}

@media (min-width: 980px) {
  .speakers__wrapper {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    max-width: 1024px;
    margin: auto;
  }
}

.speaker__wrapper-item {
  text-align: center;
  border: 2px solid #00000085;
  border-radius: 4px;
  padding: 10px 15px;
  background-color: #e0e0e0;
}

.speaker__wrapper-item img {
  margin-bottom: 20px;
}

.speaker__wrapper-item p {
  font-size: 14px;
  line-height: 20px;
  text-align: initial;
  padding-bottom: 0;
}

.speaker__wrapper-item br {
  display: none;
}

.speaker-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

.speaker-controls__span {
  background-color: #252525;
  color: white;
  padding: 5px 10px;
  border-radius: 4px;
}

.speaker-controls__span:hover {
  background-color: #25252573;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.coloryellow {
  background-color: yellow;
}

.colornormal {
  background-color: yellow;
}

.img-box img {
  width: 200px;
  height: 200px;
}

.contact-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (max-width: 980px) {
  .contact-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.info-bases {
  display: flex;
  gap: 26px;
}
@media (max-width: 320px) {
  .info-bases {
    display: block;
  }
}
.wpb_row.full-width-section, .wpb_row.full-width-content {
    margin-bottom: 0px;
    margin-left: 0 !important;
    text-align: center;
    width: 100% !important;
    padding: 0 !important;
}
/*# sourceMappingURL=main.css.map */