.speaker {
  position: relative;
  z-index: 10; }

.speaker__preview {
  background: #fff;
  padding-top: 50px; }

.speaker__text-container {
  position: relative; }
  .speaker__text-container:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -32px;
    right: 0;
    z-index: 10;
    width: 406px;
    height: 406px;
    background: url(/images/advantages-thor.png) no-repeat center;
    background-size: cover;
    transform: translateX(60%); }

.speaker__text-wrapper {
  position: relative;
  z-index: 20; }

.speaker__title {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 15px; }

.speaker__name {
  font-size: 35px;
  font-family: "montserratblack", Arial, sans-serif;
  line-height: 42px;
  margin-bottom: 28px; }

.speaker__photo {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 184px;
  height: 221px;
  box-sizing: unset;
  padding-right: 8px; }
  .speaker__photo img {
    display: inline-block; }

.speaker__info {
  position: relative;
  z-index: 20;
  background-image: linear-gradient(154deg, #ffd229, #be5f26 101%);
  padding-top: 32px;
  padding-bottom: 46px; }

.speaker__button {
  margin-top: 28px; }

.speaker__list-item {
  position: relative;
  min-height: 15px;
  font-size: 14px;
  line-height: 18px;
  padding-left: 24px; }
  .speaker__list-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    background: url(/images/speaker-bullet.png) no-repeat center; }

.speaker__companies {
  text-align: center;
  margin-bottom: 17px; }

.speaker__company:not(:last-child) {
  margin-bottom: 29px; }

.speaker__company-logo {
  margin-bottom: 9px; }

.speaker__company-footnote {
  font-size: 11px;
  line-height: 20px;
  color: #b2b2b2; }

.speaker__separator {
  display: none; }

@media (min-width: 768px) {
  .speaker__text {
    margin-bottom: 28px; }
  .speaker__name {
    margin-bottom: 15px; }
  .speaker__photo {
    position: absolute;
    right: 0;
    bottom: 0; }
  .speaker__text-container:after {
    right: 0;
    width: 300px;
    height: 300px;
    background: url(/images/speaker-circle.png) no-repeat center;
    background-size: cover;
    transform: translateX(30%); }
  .speaker__separator {
    display: block;
    height: 22px;
    font-size: 12px;
    color: #fff;
    padding-top: 5px;
    padding-left: 11px;
    margin-bottom: 40px; }
  .speaker__companies {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: -20px; }
  .speaker__company:nth-child(n) {
    width: 30%;
    margin-bottom: 0;
    margin-top: 20px; }
  .speaker__company-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 58px; }
  .speaker__company-footnote {
    line-height: 1.4; } }

@media (min-width: 992px) {
  .speaker__preview {
    padding-top: 50px; }
  .speaker__text {
    position: relative;
    z-index: 20;
    margin-bottom: 42px; }
  .speaker__title {
    font-size: 32px;
    line-height: 54px;
    margin-bottom: 59px; }
  .speaker__name {
    font-size: 76px;
    line-height: 76px;
    margin-bottom: 52px; }
  .speaker__photo {
    z-index: 10;
    width: 350px;
    height: 421px; }
  .speaker__list-item {
    font-size: 18px;
    line-height: 24px; }
  .speaker__button {
    margin-top: 30px; }
  .speaker__text-container:after {
    bottom: -86px;
    width: 500px;
    height: 500px;
    transform: translateX(20%); } }

@media (min-width: 1200px) {
  .speaker__name {
    font-size: 100px;
    line-height: 100px; }
  .speaker__photo {
    width: 423px;
    height: 509px; }
  .speaker__text-container:after {
    bottom: -120px;
    width: 768px;
    height: 768px;
    transform: translateX(40%); } }
