.inner-banner {
	position: relative;
    min-height: 290px;
    overflow: hidden;
}

.banner-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 39%;
}

.flex-row {
    display: flex;
    flex-direction: row;
}
.flex-row > a {
  margin-right:30px;
}

.imgt-module--outer-section {
  padding: 30px 0 45px;
}

.imgt-module--outer-section a:not(.btn),
.imgt-module--outer-section a:not(.btn) > span {
  font-family: "Galano Grotesque Bold", Sans-Serif;
  color: #0096d6 !important;
}