#focused {
  margin-top: 79px;
  margin-bottom: 69px;
}

#focused .title {
  font-size: 64px;
  line-height: 1.0625em;
  margin-bottom: 30px;
}

#focused .button,
.bottom .button {
  background-color: var(--yellow);
  font-size: 25px;
}

.bottom .button {
  margin-top: 13px;
  margin-bottom: 90px;
}

#focused .focused-inner {
  margin-top: 69px;
  padding-bottom: 58px;
}

#focused .focused:nth-child(even) p {
  max-width: 560px;
}

#focused .focused:nth-child(even) img {
  margin: 0 0 0 auto;
}
#focused .focused:nth-child(odd) img {
  margin: 0 auto 0 0;
}

#focused h5 {
  font-size: 26px;
  line-height: 48px;
  margin-bottom: 7px;
}

#focused h5 span {
  font-weight: 400;
  line-height: 28.5px;
  padding: 0 5px;
}

#focused .d-image.pr2 {
  padding-right: 10px;
}

#focused .d-text.pl1 {
  padding-left: 16px;
}

#focused p {
  font-size: 18px;
  line-height: 26px;
  max-width: 577px;
  color:#000;
}

@media screen and (max-width: 767px ) {
  #focused br {
    display: none;
  }
  #focused .focused-inner {
    padding-bottom: 50px;
    margin-top: 0;
  }
  #focused .d-image {
    flex-basis: 100%;
    position: relative;
    order: 1;
    padding: 0;
    padding: 0 !important;
  }
  #focused .d-text.pl1 {
    padding: 0;
  }
  #focused .d-image img {
    max-width: 100vw;
    width: 100vw;
  }
  #focused .d-text {
    margin-top: 16px;
    flex-basis: 100%;
    position: relative;
    order: 2;
  }
  #focused h5 span {
    font-size: 32px;
  }
}

@media screen and (max-width: 567px ) {
  #focused {
    margin-top: 46px;
    margin-bottom: 20px;
  }
  #focused .title {
    font-size: 45px;
    line-height: 1em;
    margin-bottom: 38px;
  }
  #focused .title span {
    font-size: 38px;
  }
  #focused .d-text {
    margin-top: 26px;
  }
  #focused h5 {
    margin-bottom: 10px;
    font-size: 23px;
    line-height: 1;
  }
  #focused h5 span {
    font-size: 23px;
  }
  #focused p {
    font-size: 14px;
    line-height: 19px;
  }
  #focused .button,
  .bottom .button {
    font-size: 20px;
  }
}