.my-air-app-outter-wrapper {
    width: 100%;
    float: left;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 650px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}
.my-airapp-content-container {
    max-width: 1050px;
    margin: 0 auto;
}
.my-air-app-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.my-air-app-container-info {
    flex: 0 30%;
}
.download-text {
    padding-top: 30px;
    max-width: 650px;
    margin: 0 auto;
}
.download-text h4 {
    color: #fff;
    font-size: 14px;
    font-style:italic;
}
.my-air-app-button a {
    color: #fff !important;
    background-color: #b02543;
    font-weight: 700;
    font-size: .875rem;
    line-height: 1;
    text-decoration: none;
    padding: .900rem 1.75rem;
    border-radius: 1.5rem;
    white-space: nowrap;
    transition: background-color .5s ease,box-shadow .5s ease;
    transition-property: background-color, box-shadow;
    transition-duration: 0.5s, 0.5s;
    transition-timing-function: ease, ease;
    transition-delay: 0s, 0s;
    font-family: 'cernbold';
}
.my-air-app-button a:after {
    background-image: url(https://cdn2.hubspot.net/hubfs/3445757/icon-right-arrow-white.svg) !important;
    background-repeat: no-repeat;
    content: '';
    width: 18px;
    height: 10px;
    display: inline-block;
    background-position: center;
    background-size: 10px;
    margin-left: 6px;
}

.my-air-app-button-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 650px;
    margin: 0 auto;
}
.my-air-app-section-heading h2 {
    font-size: 3.375rem;
    color: #fff;
    font-weight: 400;
    line-height: 1.07;
    margin: 0px;
    font-family: 'cernlight';
    padding-bottom: 20px;
}
.my-air-app-section-block-heading h3 {
    line-height: 1.3;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    padding-bottom: .625rem;
    margin: 0px;
    font-family: 'cernbold';
}
.my-air-app-section-block-content p {
     line-height: 1.3;
    font-weight: 400;
    font-size: 1rem;
    color: #fff;
    font-family: 'cernmedium';
    padding-bottom: .625rem;
    margin: 0px;
    font-size: 16px !important;
}
.my-air-app-button-wrapper {
    padding-top: 30px;
}
.my-air-app-button a:hover {
    background-color: #a51e39;
}
.my-air-app-section-heading h2:before {
    content: "";
    position: absolute;
    top: -1rem;
    width: 1.325rem;
    height: 3px;
    background-color: #fff;
    left: 0;
}
.my-air-app-section-heading {
  position:relative;
}


@media (max-width: 767px) {
.my-air-app-container-info {
    flex: 0 100%;
    padding-bottom: 20px;
}
.my-air-app-button-wrapper {
    display: block;
  }
  .my-air-app-button-ios {
    margin-bottom: 30px;
}
  .my-air-app-button-gp {
    margin-bottom: 0px;
}
.my-air-app-button {
    margin-bottom: 30px;
}  
}