/* module_hype-callout.css */

.module_hype-callout {
    margin: 30px 0;
}

.module_hype-callout .text {
    justify-content: center;
    flex: auto;
    margin-left: 0;
    width: 75%;
}

.module_hype-callout .text p.first-p-no-header {
    margin-top: 0;
    font-family: "Proxima Nova Semi Bold", Arial, sans-serif;
    font-size: 1.75em;
    color: #58585a;
    text-align: center;
    line-height: normal;
}

.module_hype-callout .text p span {
    font-family: "Proxima Nova Extra Bold", Arial, sans-serif;
}

.module_hype-callout .graphic {
    justify-content: center;
    width: 25%;
    flex-shrink: 0;
}

.module_hype-callout .graphic img {
    width: 100%;
    max-width: 100%;
    height: auto;
    flex-shrink: 0;
    align-self: center;
}

.module_hype-callout .graphic img.callout-1 {
    width: 75%;
}


/*@media only screen and (max-width: 1280px) {}

@media only screen and (max-width: 768px) {}*/

@media only screen and (max-width: 640px) {
    .module_hype-callout {
        margin: 30px 0 35px 0;
        flex-direction: column-reverse;
        align-items: center;
    }
    
    .module_hype-callout .text {
        width: 100%;
    }
    
    .module_hype-callout .text p.first-p-no-header {
        font-size: 1.25em;
    }
    
    .module_hype-callout .graphic {
        width: 100%;
        margin-bottom: 25px;
    }
    
    .module_hype-callout .graphic img.callout-1 {
        width: 50%;
    }
}

@media only screen and (max-width: 480px) {
    .module_hype-callout .graphic img.callout-1 {
        width: 75%;
    }
}