.ac-h1 {
    margin: 0;
    margin-top: 1vw;
    margin-left: 10px;
}

.orange-ipscape-solid {
    border: none;
    background-color: rgba(241, 90, 43,1);
    color: #333300;
}

.orange-solid {
    border: none;
    background-color: rgba(246,135,18,1);
    color: #333300;
}

.aws-text-center2 {
    color: #333300;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    /* margin: 0; */
    margin-top: 1vw;

}

.heading-benefits {
    color: #333300;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    /* margin: 0; */
    margin-top: 1vw;
    letter-spacing: .3rem;
    margin: 0 0 35px;
    text-transform: uppercase;
    /* font-family: "Varela Round",Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif; */
    font-family: Nunito,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;

}

.heading-partnership1 {
    color: #333300;
    font-size: 30px;
    line-height: 30px;
    text-align: left;
    /* margin: 0; */
    margin-top: 1vw;
    letter-spacing: .3rem;
    margin: 0 0 35px;
    text-transform: uppercase;
    /* font-family: "Varela Round",Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif; */
    font-family: Nunito,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.heading-partnership2 {
    color: #333300;
    font-size: 36px;
    line-height: 30px;
    text-align: left;
    /* margin: 0; */
    /* margin-top: 1vw; */
    letter-spacing: .3rem;
    margin: 0 0 15px;
    text-transform: uppercase;
    /* font-family: "Varela Round",Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif; */
    font-family: Nunito,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}


.benefits-key {
    color: #333300;
    margin: 0 0 35px;
    text-transform: uppercase;
    font-family: Nunito,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: .2rem;
    font-size: 25px;
    text-align: center;
}
.other-orange {
    border: none;
    background-color: #fbc389;
}

.revgrad {
    background-image: linear-gradient(120deg, #FDB831,  #F15A2B);
    width: 100%;
    padding: 50px 0;
}

.btn-ipscape {
    border: 1px solid #F15A2B;
    color: #ffffff;
    background-color: #F15A2B;
}

.ipscape-white {
    background-image: white;
    width: 100%;
    padding: 50px 0;
}

.aws-text {
    color: #000;
    font-size: 25px;
    line-height: 30px;
    text-align: left;
    margin: auto;
}

.aws-text-center {
    color: #000;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    /* margin: 0; */
    margin-top: 1vw;

}


.apn-badge {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.amazon-banner {
    text-align: right;
    margin: auto;
    width: 50%;

}

/* .vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
} */

.vcenter-ac {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.parent1 {
    position: relative;
}

.child1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.info-text {
    margin: 0 0 35px;
    font-size: 20px;
    line-height: 1.6;
    text-align: left;
    letter-spacing: .0625em;
    font-family: Nunito,Lora,"Helvetica Neue",Helvetica,Arial,sans-serif;

}

@media only screen and (min-width : 768px) {
    .is-table-row {
        display: table;
    }
    .is-table-row [class*="col-"] {
        float: none;
        display: table-cell;
        vertical-align: top;
    }
}

.ac-content-section {
    padding-top: 100px;
}

.sm-content-section {
    width: 100%;
    padding-top: 0;
}

