@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');

.tagline-container {
    max-width: 1140px;
    margin: 0 auto;
    width: 100%;
    position: relative;
}
.tagline {
    height: 60px;
    position: absolute;
    left: -48px;
    line-height: 60px;
    z-index: 20;
}
.tagline .tagline-before {
    float: left;
    border-bottom: 56px solid;
    border-right: 35px solid;
    border-color: #fff #2CB5B5;
    position: absolute;
    left: 0;
    display: none;
}
.tagline .tagline-content {
    /*border-bottom: 1px solid #2CB5B5;*/
    /*border-radius: 0 0 10px 10px;*/
    /*background: #2CB5B5;*/
    background: url('../../images/trapezoid.png');
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 8px;
    margin-right: 34px;
    padding: 0 40px;
    font-family: "DIN Next LT Pro";
    text-transform: uppercase;
    height: 65.5px;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: -0.5px;
    color: #ffffff;

}
.tagline .tagline-after {
    border-bottom: 56px solid;
    border-left: 35px solid;
    border-color: #fff #2CB5B5;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}