/*
*  About block styles
*/

.opt-second__inner {
  padding-top: 80px;
}

.block-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
  padding-bottom: 1rem;
}

.opt-second__logo,
.opt-second__img {
  display: inline-block;
  width: 60%;
  padding-right: 3rem;
}

.opt-second__desc {
  display: inline-block;
  width: 38%;
}

.opt-second__desc > p {
  display: block;
  padding-bottom: 2rem;
}

.opt-second__img {
  height: 42rem;
}

.opt-second__img img {
  width: 100%;
  background: #e5e5e5;
  height: 42rem;
  display: block;
}

.no-padding {
  padding: 0;
}

.block-row.last {
  position: relative;

  z-index: 20;
}

@media screen and (max-width: 1023px) {
  .opt-second__img img {
    object-fit: cover;
  }
}

@media screen and (max-width: 550px) {
  .opt-second__inner {
    padding-top: 0rem;
  }
}
