.hero-section {
    position: relative;
}
.hero-section::before {
    content: "";
    position: absolute;
    background: url(../../images/vector/vector1.svg) no-repeat;
    top: 48px;
    left: 0;
    width: 205px;
    height: 548px;
    z-index: 1;
}
.hero-section::after {
    content: "";
    position: absolute;
    background: url(../../images/vector/vector1-2.svg) no-repeat;
    bottom: 18px;
    right: -25px;
    width: 205px;
    height: 548px;
    z-index: 1;
}