@media screen and (max-width: 768px) {
  .c2s .cta-title,
  .header-span {
    font-family: Montserrat;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #212233;
  }
  .button-text-wrapper:first-child {
    border-right: 1px solid #fff;
    padding: 35px 34px 35px 35px;
  }
  .button-text-wrapper {
    display: flex;
    height: 74px;
    align-items: center;
  }
  .download-icon {
    padding-right: 35px;
    padding-left: 35px;
    /* height: 50px; */
  }
  .c2s .cta-title {
    display: block;
    font-size: 20px;
    font-weight: 800;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  .header-span {
    font-size: 18px;
    font-weight: 500;
    line-height: 19.8px;
  }
}
