.bg-color {
  background-color: var(--mainColor);
  color: var(--white);
}

#section3 {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  margin-top: 100px;
  background-image: url("../img/images/sic-bg.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 220px auto;
}

@media (max-width: 1024px) {
  #section3 {
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  #section3 {
    min-height: auto;
    background-size: 400px auto;
    background-position: right -70px bottom;
  }
}

#section3 p {
  font-size: 1.5rem;
}

@media (min-width: 1025px) {
  #section3 {
    background-size: 800px auto;
  }
}
