.repair-section {
    height: 550px;
    background: url("../src/images/BG\ yellow\ .svg") center no-repeat;
    background-size: cover;
    position: relative;
}

.repair-section .blue-line-right {
    width: 10px;
    height: 101%;
    background-color: var(--neon-blue);

    position: absolute;
    top: 0;
    left: 535px;

    transform: rotate(6deg);
    z-index: 0;
}

.repair-section .covers-img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.7;

    width: 560px;
    height: 549px;

    clip-path: polygon(0 0, 100% 0, 89.5% 100%, 0 100%);
    z-index: 1;
}

.repair-section .info {
    margin: 0 40px 0 672px;
    height: 100%;
    position: absolute;
    top: 0;
    background: url("../src/images/Form\ yellow\ 1.svg") bottom right no-repeat;
    background-size: 550px;
}

.repair-section .heading-text {
    color: white;
    font-size: 50px;
    margin: 40px 0px 20px;
    letter-spacing: 2px;
}

.repair-section .info-item {
    font-family: sans-serif;
    margin-top: 20px;
    display: flex;
    gap: 10px;
}

.repair-section .item-title {
    font-family: "Microsoft JhengHei";
}

.repair-section button {
    padding: 10px 30px;
    margin-top: 20px;

    font-family: "Lato", sans-serif;
    font-size: 16px;
    background-color: var(--neon-green);

    border: none;
    border-radius: 2%;
}

.repair-section button a {
    text-decoration: none;
    color: black;
}

.repair-section .top-right {
    position: absolute;
    right: 15%;
    top: 35%;
}

.bottom-left {
    position: absolute;
    right: 100%;
    top: 90%;    
}