.flex-container{display:flex}.flex-container,.flexible-content-block{align-items:stretch;flex-wrap:wrap;justify-content:space-between;padding:20px}.flexible-content-block .flex-content,.flexible-content-block .flex-image{box-sizing:border-box}.flexible-content-block .flex-content{display:flex;flex:1;flex-direction:column;justify-content:center;padding-right:20px}.flexible-content-block .flex-content h2{font-size:35pt;text-transform:uppercase}.flexible-content-block .flex-content .title-blue{color:#002c5f}.flexible-content-block .flex-content .title-red{color:#d90000}.flexible-content-block .flex-content .description{color:#000;font-size:16px}.flexible-content-block .flex-image{align-items:center;display:flex;flex:1;justify-content:center}.flexible-content-block .flex-image img{height:100%;max-width:100%;object-fit:cover}@media (max-width:768px){.flexible-content-block{flex-direction:column}.flexible-content-block .flex-content{align-items:center;margin-bottom:20px;padding-right:0}.flexible-content-block .flex-content h2{text-align:center}.flexible-content-block .flex-image img{height:auto}}