.how-it-works-section {
    height: 550px;
    background: url("../src/images/BG\ yellow\ .svg") no-repeat;
    background-size: cover;
    position: relative;
}

.how-it-works-section .bg {
    background: url("../src/images/Form\ yellow\ 2.svg") 100px top no-repeat;
    background-size: 550px;
    height: 100%;
}

.how-it-works-section .heading-text {
    color: var(--neon-green);
    font-size: 56px;
    text-align: center;
    padding-top: 50px;
}

.how-it-works-section .text {
    margin-left: 150px;
    color: white;
}

.how-it-works-section .text p {
    margin-top: 25px;
    font-family: sans-serif;
    letter-spacing: 1px;
}

.how-it-works-section .subtitle {
    color: var(--neon-green);
    font-family: "Microsoft JhengHei", sans-serif;

    margin-top: 50px;
}

.how-it-works-section button {
    background-color: var(--neon-green);
    padding: 10px 30px;

    font-size: 16px;
    font-family: "Lato", sans-serif;
    font-weight: 600;

    border: none;
    border-radius: 2%;

    position: absolute;
    left: 45%;
    bottom: 50px;
}

.how-it-works-section button a {
    text-decoration: none;
    color: black;
}

.how-it-works-section .left-bottom-line {
    position: absolute;
    bottom: 60px;
}

.how-it-works-section .right-top-line {
    position: absolute;
    top: 140px;
    right: 0;

    transform: scale(-1);
}

.how-it-works-section .left-bottom-lines {
    position: absolute;
    bottom: 50px;
    left: 140px;
}

.how-it-works-section .right-top-lines {
    position: absolute;
    top: 130px;
    right: 140px;
}
