/* module_hype-outro.css */

.module_hype-outro {
    margin: 30px 0 60px 0;
}

.module_hype-outro .arrow {
    width: 50%;
    background-color: #097582;
    padding: 15px 30px;
    justify-content: center;
    position: relative;
    margin-right: 9.125%;
}

.module_hype-outro .arrow h2 {
    color: #ffffff;
    font-family: "Oswald Regular", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 1.75em;
    letter-spacing: 1px;
    text-align: center;
    margin: 0;
    line-height: 1.4;
    font-weight: normal;
}

.module_hype-outro .arrow img.arrow-head-right {
    position: absolute;
    width: 20%;
    height: 150%;
    right: -20%;
    top: -25%;
}

.module_hype-outro .arrow img.arrow-head-down {
    display: none;
}

/*.module_hype-outro .arrow:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(9, 117, 130, 0);
    border-left-color: #097582;
    border-width: 100px;
    margin-top: -100px;
}*/

.module_hype-outro .text {
    width: 50%;
    justify-content: center;
}

.module_hype-outro .text ul {
    margin: 0;
    padding: 0 0 0 30px;
    align-self: center;
}

.module_hype-outro .text ul li {
    color: #58585a;
    font-family: "Proxima Nova Semi Bold", Arial, sans-serif;
    font-size: 1.125em;
    padding: 0.25em 0;
}

/*@media only screen and (max-width: 1280px) {}*/

@media only screen and (max-width: 1024px) {
    .module_hype-outro .arrow h2 {
        font-size: 1.25em;
    }
    
    .module_hype-outro .text ul li {
        font-size: 1em;
    }
}

@media only screen and (max-width: 768px) {
    .module_hype-outro .row {
        flex-direction: column;
        align-items: center;
    }
    
    .module_hype-outro .arrow {
        width: 50%;
        padding: 15px;
        margin-right: 0;
        margin-bottom: 115px;
    }
    
    /*.module_hype-outro .arrow:after {
        display: none;
    }*/
    
    .module_hype-outro .arrow img.arrow-head-right {
        display: none;
    }
    
    .module_hype-outro .arrow img.arrow-head-down {
        position: absolute;
        width: 125%;
        height: 100px;
        display: block;
        top: 100%;
        left: -12.5%;
    }
    
    .module_hype-outro .text {
        width: 50%;
        margin: 0;
    }
    
    .module_hype-outro .text ul {
        padding: 0;
        align-self: auto;
    }
}

@media only screen and (max-width: 640px) {
    .module_hype-outro .arrow {
        width: 75%;
        margin-bottom: 90px;
    }
    
    .module_hype-outro .arrow img.arrow-head-down {
        height: 75px;
    }
    
    .module_hype-outro .text {
        width: 75%;
    }
    
    .module_hype-outro .arrow h2 {
        font-size: 1em;
    }
    
    .module_hype-outro .text ul li {
        font-size: 0.9em;
    }
}

/*@media only screen and (max-width: 480px) {
    .module_hype-outro .arrow {
        width: 100%;
    }
    
    .module_hype-outro .text {
        width: 100%;
    }
}*/