#header-crop .bg {
  height: 80px;
  margin-bottom: -29px;
}
#header-crop .about-image {
  margin-bottom: 25px;
}

#selos {
  background-color: #339e5e;
}

@media (max-width: 1199px) {
  #history #capsule-1 .seta {
    display: none;
  }
}
@media (min-width: 1200px) {
  #header-crop .bg {
    height: 280px;
    margin-bottom: -48px;
  }
  #header-crop .about-image {
    margin-top: -138px;
  }
  #history #capsule-1 {
    position: relative;
  }
  #history #capsule-1 .seta {
    position: absolute;
    z-index: 1;
    display: flex;
    height: 85px;
    width: 85px;
    align-items: center;
    justify-content: center;
    line-height: 0;
    background-color: #f4f4f4;
    border: 15px solid white;
    border-radius: 50%;
    top: 25%;
    right: -11px;
  }
}