.imagebox {
    margin-bottom: 30px;
}
.imagebox .content {
    padding-top: 15px;
}
.imagebox .content.center {
    text-align: center;
}
.imagebox .content p {
    line-height: 22px;
}
.imagebox .content h4 {
    font-size: 20px;
    line-height: 24px;
    color: #f2685e;
}
.imagebox img {
    display: block;
    width: 100%;
}
@media (min-width: 1025px) {
    .imagebox .content h4 {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 5px;
    }
}