_speakers.scss 952 Bytes
.section-speakers-page {
  margin-top: 50px;
  margin-bottom: 55px;
}
.speakers-page-img {
  img {
    vertical-align: top;
    margin-top: 1px;
    max-width: 100%;
  }
}

.speakers-page-name {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: $blue-color;
}

.speakers-page-specialty {
  font-size: 15px;
  margin-top: 16px;
}

.speakers-page-country {
  font-size: 14px;
  font-weight: 700;
  margin-top: 9px;
}

.speakers-page-txt {
  font-size: 15px;
  line-height: 20px;
  * {
    margin-top: 20px;
  }
  img {
    max-width: 100%;
    vertical-align: top;
  }
  h1, h2, h3, h4, h5 {
    line-height: normal;
  }
  ul, ol {
    li {

      list-style-position: inside;
    margin-top: 5px;
    }
  }
  ul li { list-style: disc;}
  ol li { list-style: decimal;}
}


@media (max-width: 767px) {
  .speakers-page-img {
    text-align: center;
    img {margin-top: 0}
  }
  .speakers-page-name {
    margin-top: 40px;
  }
}