/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.dc_flexrow {
  justify-content: center;
  justify-content: space-evenly !important;
}

.dc_flexrow .col-md-3 {
/*   background: pink; */
}

.dc_flexrow div img {
  max-width: 100%;
  height: auto;
}

.downloads_col1 {
  padding-top: 0px;
}

.cols_left {
  justify-content: flex-start !important;
}

.dc_col_vert_center {
  align-self: center !important;
}

.dc_col_vert_bottom {
  align-self: end; !important;
}