@media (min-width: 320px) {
  .bg-section9 {
    background-image: url(../../img/home/section-nine/fondo-canelo-phone-2.png);
    min-height: 100vh;
    width: 100vw;
    background-position: center;
    background-size: cover;
  }
  .red-bordered-inverse-top {
    position: absolute;
    height: 120px;
    width: 150px;
    right: 5px;
    bottom: 110px;
    border-top: 5px solid var(--primary-color);
    border-right: 5px solid var(--primary-color);
  }
  .img-know-team {
    width: 130px;
  }
}

@media (min-width: 768px) {
  .red-bordered-inverse-top {
    bottom: 45px;
  }
}

@media (min-width: 1024px) {
  .red-bordered-inverse-top {
    bottom: 20px;
  }
}

@media (min-width: 1200px) {
  .red-bordered-inverse-top {
    bottom: 50px;
  }
  .img-know-team {
    width: 260px;
  }
}
