.features {
    width: 100%;
    height: 52.4rem;

    display: flex;
    justify-content: space-between;

    margin: 4.8rem 0;
}

.features__column-left {
    width: 54.5rem;
    height: 52.5rem;

    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.features__column-left h2 {
    width: 54.5rem;
    height: 3.6rem;

    display: flex;
    align-items: center;
    
    /* Font */
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 130%;
    
    margin-bottom: 7.2rem;
}

.column-left {
    width: 41.6rem;
    height: 36.8rem;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    text-align: right;
}

.features-left {
    display: flex;
    justify-content: flex-end;
}

.features-left img {
    width: 2.4rem;
    height: 2.4rem;

    margin-left: 1.6rem;
}

.features-right-left {
    width: 37.6rem;
}

.auto-road {
    display: 20.6rem;
    height: 100%;

    display: flex;
    flex-direction: column;
    align-items: center;

}

.features__column-right {
    width: 54.5rem;
    height: 52.5rem;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.features__column-right a {
    width: 25.6rem;
    height: 2.4rem;

    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: flex-end;

    /* Font */
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 150%;
    opacity: 0.7;

    margin-bottom: 7.8rem;
}

.features__column-right a:hover {
    cursor: pointer;
    opacity: 0.5;
}

.column-right {
    width: 41.6rem;
    height: 36.8rem;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;

    text-align: left;
}

.features-right {
    display: flex;
    justify-content: flex-end;
}

.features-right img {
    width: 2.4rem;
    height: 2.4rem;

    margin-right: 1.6rem;
}

.features-right-text {
    width: 37.6rem;
}