.blue-innerblock-shapes {
  background-color: #20386A;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.blue-innerblock-shapes .shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 50%;
  transform: translateY(-40%);
}
.blue-innerblock-shapes .shape-1 img {
  width: 100%;
  height: auto;
}
.blue-innerblock-shapes .shape-2 {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
.blue-innerblock-shapes .shape-3 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .blue-innerblock-shapes .shape-1, .blue-innerblock-shapes .shape-2, .blue-innerblock-shapes .shape-3 {
    display: none;
  }
}