body {
        font-family: Arial, Helvetica, sans-serif;
}
p {
    font-size: 16px;
    margin: 0;
    padding: 0;
    margin-bottom: .5em;
    line-height: 22px;
}
#design-pg {
    background-image: url('/wp-content/themes/aplusl/images/A+Lpixel-bg.png');
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
    padding-top: 106px;
}
.content {
    display: flex;
    padding-top: 106px;
    background-color: #fff;
}
@media (min-width: 1400px) {
    .content {
        width: 1400px;
        margin: 0 auto;
    } 
    .services-header {
        width: 500px;
    }
}
@media (max-width: 1400px) {
    .content {
        width: 100%;
    } 
    .services-header {
        width: 90%;
    }
}
h1, h3 {
    color: #1a1a1a;
}
h3 {
    margin-top: 28px;
}
.services-header h3 {
    margin: 14px 0 7px 0;
    color: #fff;
}
#services {
    background: rgb(245,159,61);
    background: linear-gradient(180deg, rgba(245,159,61,1) 0%, rgba(255,78,0,1) 100%);
    text-align: center;
    color: #fff;
}
.services-header h2 {
    font-size: 34px;
    color: #fff;
}
.icon-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.showcase-img {
    width: 100%;
}
.services-header {
    text-align: center;
    background: rgb(245,159,61);
    padding: 4px;
    margin: 0 auto;
    border-radius: 24px 24px 0 0;
    margin-top: 89px;
    margin-bottom: -1px;
}
#quote {
    background-image: url('/wp-content/themes/aplusl/images/quotebg.png');
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: -50px;
    display: flex;
    align-items: center;
    padding: 2em;
}
#quote h3 {
    color: #fff;
}
.icon-item {
    width: 175px;
}
.icon-item h4 {
    line-height: 22px;
    margin-top: 18px;
}
#al-foot {
    margin-top: 50px;
}