.motorskills {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    transition: none;
    padding: 10px 16px;
}

.motorskills .motorskillsTitle {
    color: #4b4a4a;
    font-family: "Metropolis Semi Bold";
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.3px;
    margin-bottom: 20px;
}

.motorskills .sectionTitleWrapper {
    display: flex;
    align-items: center;
    width: max-content;
    cursor: pointer;
    margin-bottom: 50px;
}

.motorskills .sectionTitleWrapper.hide {
    display: none;
}

.motorskills .sectionTitleWrapper.open {
    margin-bottom: 10px;
}

.motorskills .sectionTitleWrapper .arrow {
    background-image: url(http://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/arrow_icon_new_blue_LM.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    transform: rotate(180deg);
    transition-duration: 0.2s;
    margin-left: 10px;
}

.motorskills .sectionTitleWrapper .arrow.active {
    transform: rotate(0deg);
}

.motorskills .sectionTitleWrapper .sectionTitle {
    color: #4b4a4a;
    font-family: "Metropolis Semi Bold";
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.3px;
    margin-right: 25px;
}

.motorskills .upperContainer,
.motorskills .lowerContainer {
    width: 100%;
    min-height: 350px;
}

.motorskills .reflexContainer {
    width: 100%;
    min-height: 280px;
}

.motorskills .upperContainer.hide,
.motorskills .lowerContainer.hide,
.motorskills .reflexContainer.hide {
    display: none;
}

/* DARK MODE */
.dark .motorskills .motorskillsTitle,
.dark .motorskills .sectionTitleWrapper .sectionTitle {
    color: #fff;
}
