@font-face {
  font-family: "Lokem-Headings";
  src: url("../fonts/Sofia_Pro_Bold.woff2") format("woff2");
  src: url("../fonts/Sofia_Pro_Bold.woff") format("woff");
  src: url("../fonts/Sofia_Pro_Bold.ttf") format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: "Lokem-Lighter";
  src: url("../fonts/Sofia_Pro_UltraLight.woff2") format("woff2");
  src: url("../fonts/Sofia_Pro_UltraLight.woff") format("woff");
  src: url("../fonts/Sofia_Pro_UltraLight.ttf") format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: "Lokem-Medium";
  src: url("../fonts/ReadexPro/ReadexPro-Medium.eot") format("eot");
  src: url("../fonts/ReadexPro/ReadexPro-Medium.woff") format("woff");
  src: url("../fonts/ReadexPro/ReadexPro-Medium.ttf") format("truetype");
  font-weight: 600;
}
.tm-section {
  background: url(../media/images/tm-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.tm-audios {
  height: 530px;
}
.pressPlayText {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
  font-size: 32px;
}
.tm-audio1,
.tm-audio2,
.tm-audio3 {
  float: left;
  text-align: center;
  width: 33%;
  color: #fff;
  font-family: Lokem-Lighter;
  font-style: italic;
  font-size: 25px;
  margin-top: 3%;
  margin-bottom: 35px;
}
.tm-audio-img {
  border-radius: 50%;
  width: 280px;
  height: 280px;
}
.tm-audio-author {
  font-family: Lokem-Headings;
  font-style: normal;
  font-size: 22px;
}
.tm-audio-container {
  padding-top: 10px;
}
.tm-audio-img {
  border-radius: 50%;
  width: 280px;
  height: 280px;
}
.tm-audio-author {
  font-family: Lokem-Headings;
  font-style: normal;
  font-size: 22px;
}
@media (max-width: 995px) {
  .tm-section {
    background: url(../media/images/tm-bg.jpg);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    width: 100%;
    display: inline-block;
  }
  .tm-audios {
    display: initial;
  }
  .pressPlayText {
    font-size: 25px;
  }
  .tm-audio1,
  .tm-audio2,
  .tm-audio3 {
    float: initial;
    text-align: center;
    width: auto;
    color: #fff;
    font-family: Lokem-Lighter;
    font-style: italic;
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 35px;
    padding-top: 40px;
  }
}
