.keyvisual-top .keyvisual-content {
    top: 20%;
    left: 2.5%;
    position: absolute;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    display: flex;
    width: 100%;
}

.keyvisual-content p {
    margin: 0;
    margin-top: 1.5rem;
    width: 80%;
    font-size: var(--font-40);
    color: var(--col-fore);
}

#technical-overview {
    font-size: 1rem;
    line-height: 100%;
    margin-top: 4.6rem;
    margin-bottom: 40px;
}

#technical-overview .side-by-side {
    margin-top: 0.7rem;
}

#system-details h2 {
    /* Figure out what is going wrong here because two lines used */
    font-size: var(--font-180);
    line-height: 100%;
    letter-spacing: 0;
}


#specifications {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 5rem;
}

#specifications .table-wrapper {
    margin-top: 2rem;
    width: 100%;
}

#specifications .spec-item {
    border-top: solid 1px var(--col-dividers);
    display: flex;
    flex-direction: column;
    line-height: 120%;
}

#specifications .spec-kind {
    font-size: var(--font-28);
    text-align: start;
    padding: 10px;
    padding-left: 0;
    line-height: 120%;
    font-size: 1rem;
}

#specifications .spec-details {
    font-size: var(--font-48);
    padding: 10px;
    padding-left: 0;
    width: 100%;
    line-height: 120%;
    height: unset;
}

#specifications #dimensions {
    border-bottom: solid 1px var(--col-dividers);
}

#specifications .table-wrapper span {
    padding-top: 10px;
    display: block;
    font-size: var(--font-16);
    margin-top: 5px;
    max-width: 100%;
}

#technical-overview p {
    line-height: 120%;
}

@media screen and (min-width: 960px) {
    .keyvisual-top .keyvisual-content {
        flex-direction: row;
    }

    .keyvisual-content p {
        margin: 0;
        margin-left: auto;
        margin-right: 10%;
        width: 50%;
    }

    #technical-overview .side-by-side-item.left {
        width: 39%;
    }

    #technical-overview .side-by-side-item.right {
        width: 59%;
    }

    #specifications {
        flex-direction: row;
    }

    #specifications .table-wrapper {
        margin-left: auto;
        width: 85%;
    }

    #specifications .spec-item {
        border-top: none;
        padding: 10px;
        flex-direction: row;
    }

    #specifications .spec-kind {
        border-top: solid 1px var(--col-dividers);
        padding: 10px;
        max-width: 14rem;
        min-width: 14rem;
        margin-right: 10px;
        height: unset;
    }

    #specifications .spec-details {
        border-top: solid 1px var(--col-dividers);
        padding: 10px;
        width: 100%;
        height: unset;
    }

    #specifications #dimensions {
        border-bottom: none;
    }

    #specifications #dimensions div {
        border-bottom: solid 1px var(--col-dividers);
    }

    #specifications .table-wrapper span {
        margin-left: 10px;
        max-width: 50%;
    }
}
