/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 03 2022 | 11:12:29 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.wp-block-columns.blockImage {
    background: white;
    align-items: center;
}

.wp-block-columns.blockImage figure {
    margin: 0;
}

.wp-block-columns.blockImage .wp-block-column:nth-child(2) {
    padding-right: 10px;
}

.teamDesignation {
    padding-left: 20px;
    padding-right: 20px;
  padding-bottom: 20px;
}
.newsSectionColumn {
    background: white;
    align-items: center;
}

.newsSectionColumn figcaption {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 15px;
    background: #00598f;
    color: white;
    font-weight: bold;
    font-size: 14px;
    margin: 0px !important;
}

.newsSectionColumn figure {
    margin: 0;
    position: relative;
}