.why-section {
    background: url("../src/images/BG blue.svg") center no-repeat;
    background-size: cover;
    height: 550px;
    position: relative;
}

.why-section .top-left {
    position: absolute;
    top: 20px;
    left: 5%;
}

.why-section .bottom-right {
    position: absolute;
    bottom: 30px;
    right: 40%;
}

.why-section .top-right {
    position: absolute;
    top: 20px;
    right: 40%;
}

.why-section .bottom-left {
    position: absolute;
    bottom: 30px;
    left: 5%;
}

.why-section .info {
    font-family: "Microsoft JhengHei", sans-serif;
    margin-left: 170px;
}

.why-section .info button {
    padding: 10px 30px;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    background-color: var(--neon-blue);
    color: white;
    border: none;
    border-radius: 2%;
    margin-top: 40px;
}

button a {
    text-decoration: none;
    color: white;
}

.why-section .image-item {
    display: flex;
    gap: 15px;
    align-items: center;
}


.why-section .image-item:last-child {
    margin-top: 15px;
}

.why-section .text {
    color: white;
    text-align: left;
    font-family: "Microsoft JhengHei", sans-serif;
    font-size: 22px;
}

.why-section .why-title {
    color: var(--neon-blue);
    font-size: 56px;
    margin: 0 0 28px;
    position: relative;
    top: 20px;
    padding-top: 5vh;
}

.why-section .right-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 490px;
    height: 100%;
    clip-path: polygon(2% 0, 100% 0, 100% 100%, 13.7% 100%);
    z-index: 1;
}

.why-section .blue-line-left {
    position: absolute;
    top: 0;
    right: 485px;
    width: 10px;
    height: 100.3%;
    background-color: var(--neon-blue);
    transform: rotate(-6deg);
    transform-origin: top right;
    z-index: 0;
}
