.custom-callout {
    border:4px solid #EEB211;
    padding: 15px 10px;
    border-radius:8px;
    margin:40px auto;
    width:68%;
}

.custom-callout .custom-callout-main {
    margin: 10px 35px;
}

@media only screen and (min-width: 20em) and (max-width: 64em)
.custom-callout {
    width: none;
}

.custom-callout p.intro-text {
    font-size: 1.25em;
    font-weight: 400;
    line-height:1.5;
}