.flex-wrapper {
    display:flex;
    justify-content:space-between;
}
.wrap{
    flex-wrap:wrap;
}
.flex-item h1:first-child,
.flex-item h2:first-child,
.flex-item h3:first-child,
.flex-item h4:first-child,
.flex-item h5:first-child{
    margin-top:0px;
}
.flex-wrapper.golden > .flex-item:first-child{
    width:calc(61.8% - 30px);
}
.flex-wrapper.golden > .flex-item:last-child{
    width:calc(38.2% - 30px);
}
.vcenter{
    align-items:center;
}
.flex-75 {
    width:calc(75% - 30px);
}
.flex-66 {
    width:calc(66.66% - 30px);
}
.flex-60 {
    width:calc(60% - 30px);
}
.flex-50 {
    width:calc(50% - 30px);
}
.flex-40 {
    width:calc(40% - 30px);
}
.flex-30 {
    width:calc(30% - 30px);
}
.flex-33 {
    width:calc(33.33% - 30px);
}
.flex-25 {
    width:calc(25% - 30px);
}