.component-explanation {
    display: flex;
    padding-bottom: 2%;
}

.component-explanation > div > span:first-child {
    margin-top: 2em;
}

.component-explanation > div:last-child {
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.component-explanation > div:last-child img {
    width: 100%;
    object-fit: scale-down;
    min-height: 30em;
}

.component-explanation > div:first-child {
    width: 46%;
    gap: 1em;
    padding-right: 7%;
    display: flex;
    flex-direction: column;
}

.component-explanation > div:first-child > div {
    display: flex;
    flex-direction: column;
    gap: 1em;
    padding-left: 2em;
}

.component-explanation > div:first-child > div > h3 {
    font-size: 55px;
    word-break: break-word;       
    hyphens: auto;                   
    white-space: normal;
}

.component-explanation > div:first-child > div > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2em;
}