.operaTechDescription{flex-direction:column;}
.operaTechDescription .operaTechDescriptionText{text-align: center;}
.operaTechDescription .operaTechDescriptionContent{display: flex;justify-content: center;}
.operaTechDescription .operaTechDescriptionContent .operaTechDescriptionItem{flex: 0 0 30%;border-right: 1px solid var(--black);padding: 20px;}
.operaTechDescriptionContent .operaTechDescriptionContent div:last-child {border-right: none;}
.operaTechDescriptionContent .operaTechDescriptionContent{border-right: none;}
.technologyPlatform ol{list-style-type: disc;}
@media only screen and (min-width: 0px) and (max-width: 1024px) {
    .operaTechDescription{padding-bottom:0px;}
    .operaTechDescription .operaTechDescriptionContent{flex-direction: column;gap:0px;}
    .operaTechDescription .operaTechDescriptionContent .operaTechDescriptionItem {border: none;border-bottom: 1px solid var(--black);}
    #bodyContainer .operaTechDescription{gap: 0px;}
    .operaTechDescription .operaTechDescriptionContent div:last-child {border-bottom: none;}
}