.sec-page-hero .wrapper-img img {
  clip-path: polygon(0 0, 100% 0%, 87% 98%, 0 81%);
}

.outside-wrap .sec-page-hero .wrapper-img{
position: relative;
}


.sec-page-hero .wrapper-content::before {
position: absolute;
background: var(--PumpkinSpice);
height: 95%;
top: 7px;
width: 2px;
content: "";
left: 2px;
}
.sec-page-hero .wrapper-content {
position: relative;
padding-left: 1rem;
margin-bottom: 1.5rem;
font-size: 1.2rem;
font-weight: 300;
font-family: "Open Sans",sans-serif;

}

/* .top-line::before {
border-top: 1px solid var(--NavyBlue);
content: "";
height: 47px;
position: absolute;
width: 421px;
border-right: 1px solid var(--NavyBlue);
left: -25rem;
top: -27px;
} */



.sec-page-hero .wrapper-img {
position:relative;
}
.sec-page-hero .wrapper-img::after {
  border-bottom: 1px solid var(--GlacialBlue);
  content: "";
  height: 100px;
  position: absolute;
  width: 300px;
  border-right: 1px solid var(--GlacialBlue);
  right: 10%;
  bottom: 2%;
  transform: skew(-0.53turn, 7deg);
  z-index: 1;
}

.sec-page-hero .wrapper-img::before {
position: absolute;
border-top: 1px solid var(--PumpkinSpice);
border-left: 1px solid var(--PumpkinSpice);
width: 300px;
height: 100px;
content: "";
z-index: 1;
left: -17px;
top: -17px;
}

.sec-page-hero {
  margin: 2.5rem 0;
}

@media screen and (max-width: 991px) {
.rev-row {
  display: flex;
  flex-direction: column-reverse;
}
}


@media screen and (max-width: 580px) {
.sec-page-heroV2 .wrapper-content {
  font-size: 1.5rem;
}
}