.au-title {
    height: 144px;
    border: 0px solid #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #f1628b;
    font-size: 60px;
    letter-spacing: 1px;
    line-height: 18px;
    font-weight: 800;
    font-family: "Arial";
    text-align: center;
    margin-bottom: 50px;
}
.au-content-row{
    padding: 0 10%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 95px;
}
.au-content-text {
    width: 48%;
}
.au-bg-right {
    /*background-image: url("../img/home/au-horizontalBar.png");*/
    background-repeat: no-repeat;
    background-position: right;
    background-size: 30%  20%;
    .au-content-img {
        text-align: right;
    }
}
.au-bg-left {
    /*background-image: url("../img/home/au-horizontalBar.png");*/
    background-repeat: no-repeat;
    background-position: -25%, center;
    background-size: 50% 20%;
}
.au-content-img {
    width: 48%;

}
.au-content-text {
    display: flex;
    flex-direction: column;
}
.au-content-text-title {
    margin-bottom: 30px;
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 42px;
    color: #f1628b;
    font-weight: 600;
    font-family: "Source Sans Pro";
}
.au-content-text-info {
    font-size: 26px;
    letter-spacing: 1px;
    line-height: 32px;
    color: #000000;
    font-family: "Source Sans Pro";
}
.wd-80 {
    width: 100%;
}
.email-link {
    color: #000;
    text-decoration: inherit;
}


@media (max-width: 900px) {
    .au-content-row {
        flex-direction: column;
    }
    .au-bg-right, .au-bg-left {
        background-image: none;
    }
    .au-content-text, .au-content-img {
        width: 100%;
        text-align: center;
    }
    .au-content-img {
        margin: 50px 0;
    }
    .wd-80 {
        width: 100%;
    }
}
@media (max-width: 750px) {
    .au-content-text-title {
        font-size: 30px;
    }
    .au-content-text-info {
        font-size: 20px;
    }
    .au-title {
        height: 50px;
        font-size: 30px;
        margin-bottom: 10px;
    }
    .au-content-text-title {
        font-size: 25px;
        margin-bottom: 15px;
    }
    .au-content-text-info {
        font-size: 16px;
        line-height: 25px;
    }
    .au-content-row {
        margin-bottom: 0px;
    }
    .em-icon {
        height: 25px;
    }
}
.container {
    max-width: 100% !important;
    padding: 0 !important;
}
