.sectionCorolla {
  width: 100%; 
  /* padding-top: 12rem; */
  padding: 10rem;
  background-color: #001f57;
  background-image:  url("../images/bg_ArrowDown.png"), url("../images/gradient_bluebottom.png"), url("../images/bg_Corolla.jpg");
  background-repeat: no-repeat, repeat-x, no-repeat;
  background-position: center top, center bottom, left bottom;
  background-size: auto, auto, auto;
  /* border-style: solid;
  border-width: 1px 1px 0px 0px;
  border-color: var(--color-gold); */
  /* background-attachment: none, fixed; */
  /* overflow: hidden; */
}

