<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.what-verview .wrapper &gt; h2 span {
    position: relative;
    display: inline-block;
    height: 30px;
    width: 200px;
    background-image: url(https://my-verview.go.iopw.com/Fileserver/sites/184/images/logo.png);
    background-repeat: no-repeat;
    background-position: center;
}
.what-video {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
    flex-wrap: wrap;
}
.what-video &gt; .block:nth-child(1) {
    width: 59%;
}
.what-video &gt; .block:nth-child(2) {
    width: 36%;
}
.what-video &gt; .block h3 {
    font-family: Hind-Regular, sans-serif!important;
}
.what-video &gt; .block h4 {
    margin-top: 20px!important;
    font-size: 1.25rem;
}
.what-video &gt; .block p {
    font-size: 1.1rem!important;
    line-height: 1.8rem!important;
}
.what-features {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.what-features &gt; .block {
    width: 19.5%;
    text-align: center;
}
.what-features &gt; .block h4 {
    line-height: 1.4rem;
    height: 44px;
    font-size: 1.25rem;
}
.what-features &gt; .block .img-wrapper {
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0!important;
}
.what-features &gt; .block .img-wrapper img {
    margin: 0;
}
.what-features &gt; .block p {
    font-size: 1rem!important;
    line-height: 1.6rem!important;
}

@media (max-width: 1000px) {
  .what-features &gt; .block {
      width: 49%;
      margin-bottom: 40px!important;
  }
}

@media (max-width: 900px) {
  .what-video &gt; .block:nth-child(1),
  .what-video &gt; .block:nth-child(2) {
      width: 100%;
      margin-bottom: 50px!important;
  }
}

@media (max-width: 640px) {
  .what-features &gt; .block {
      width: 100%;
  }
  .what-features &gt; .block .img-wrapper,
  .what-features &gt; .block h4 {
      height: auto;
  }
}

@media (max-width: 595px) {
  .what-verview .wrapper &gt; h2 span {
    display: block;
    margin: 0 auto!important;
  }
  .what-video &gt; .block iframe {
    height: 350px;
  }
  .what-video &gt; .block:nth-child(1) {
    order: 2;
  }
}
</pre></body></html>