.about_us-section {
    height: 550px;
    background: url("../src/images/BG\ yellow\ .svg") no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.about_us-section .info {
    margin-left: 150px;
    position: relative;
    width: 700px;

    background: url("../src/images/Form\ yellow\ 2.svg") 0px top no-repeat;
    background-size: 595px;
}

.about_us-section .heading-text {
    color: var(--neon-green);
    font-size: 56px;
    padding-top: 70px;
}

.about_us-section .info p {
    color: white;
    margin: 50px 0 30px;
    line-height: 30px;

    font-family: sans-serif;
}

.about_us-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%;
}

.about_us-section button a {
    text-decoration: none;
    color: black;
}

.about_us-section .line-right {
    width: 10px;
    height: 567px;
    background-color: var(--neon-blue);

    position: absolute;
    top: 0;
    right: 459px;

    transform: rotate(6deg);
    z-index: 0;
}

.about_us-section .right-image {
    width: 487px;
    height: 558px;

    clip-path: polygon(13% 0, 100% 0, 100% 100%, 1% 100%);
    z-index: 1;
}

.about_us-section .left-bottom-line {
    position: absolute;
    bottom: 50px;
}

.about_us-section .right-top-line {
    position: absolute;
    top: 70px;
    right: 446px;

    transform: scale(-1);
}

.about_us-section .blue-line-right {
    width: 10px;
    height: 567px;
    background-color: var(--neon-blue);

    position: absolute;
    top: 0;
    left: 38.9%;

    transform: rotate(6deg);
    z-index: 0;
}