.l-wrap_single_speaker_info {
  display: flex;
  justify-content: flex-end;
}
.l-wrap_single_speaker_info img {
  max-width: 416px;
  object-fit: contain;
  height: 416px;
}

#l-single_speaker_page .l-title-section__text-conteiner {
  padding-left: 0;
  left: -170px;
  position: absolute;
  white-space: nowrap;
}
#l-single_speaker_page .l-title-section__container {
  left: 40%;
}
#l-single_speaker_page .l-title-section__title:after {
  left: 0;
}
.l-single_speaker_page_title {
  font-family: Arimo;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.67;
  text-transform: uppercase;
  margin-bottom: 16px;
  margin-top: 60px;
}
.l-single_speaker_page_description {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  color: #000000;
}

.l-single_speaker_page_button {
  width: 200px;
  height: 40px;
  border-radius: 20px;
  background: #013274;
  font-family: Arimo;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.71;
  text-align: center;
  text-transform: uppercase;
  margin-top: 50px;
  color: #ffffff;
  line-height: 40px;
}
.l-single_speaker_page_button:hover {
  transition: 0.4s;
  background: #98acc7;
  cursor: pointer;
}
.l-single_speaker_page_button svg {
  margin-right: 10px;
  position: relative;
  top: -1.5px;
}
#l-single_speaker_page .container {
  padding-bottom: 80px;
  padding-top: 120px;
  position: relative;
}

@media (max-width: 1600px) {
  #l-single_speaker_page .l-title-section__text-conteiner {
    left: 0;
  }
}

@media (max-width: 1200px) {
  .l-title-section__title {
    font-size: 32px;
  }
  .l-title-section__title:after {
    max-width: 200px;
  }
}
@media (max-width: 992px) {
  #l-single_speaker_page .l-title-section__text-conteiner {
    margin-bottom: 80px;
    position: relative;
    left: 20px;
  }
  #l-single_speaker_page .l-wrap_single_speaker_info {
    flex-direction: column;
  }
  #l-single_speaker_page .l-title-section__container {
    left: auto;
  }
  #l-single_speaker_page .l-title-section__title:after {
    left: auto;
  }
}

@media (max-width: 768px) {
  .l-wrap_single_speaker_info img {
    max-width: 100%;
    height: auto;
  }
}
