.row-blog .row{
    display: grid
    justify-content: center;
    vertical-align: middle;
    align-items: center;
margin-bottom: 20px;
}
.img-row .fly-col-inner{
    height: 200px;
    background-position: center center;
    background-size: cover;
    width: 100%;
}
.fw-heading {
    max-width: 1200px !important;
}
.footer-big {
  padding-top: 0px;
}
.navigation.sticky {
  position: relative;
  top: 32px;
}