.who-am-i {background-color: #8E3694;padding-block: 32px 64px;position: relative;}.who-am-i .container {position: relative;z-index: 99;}.who-am-i .who-am-i__title {text-align: center;color: white;margin-bottom: 34px;}.who-am-i:after, .who-am-i:before {content: "";position: absolute;inset-inline: 0;width: 100%;height: 12.5vw;background-size: 110%;background-repeat: no-repeat;z-index: 99;pointer-events: none;}.who-am-i:before {top: -4.5vw;background-image: url('../../images/purple-shape-top.png');background-position: top center;}.who-am-i:after {bottom: -4.5vw;background-image: url('../../images/purple-shape-bottom.png');background-position: bottom center;}.team-list {display: inline-block;text-align: center;}.team-list .team-list__title {cursor: pointer;}.team-list .team-list__title, .team-list .team-list__dot {font-family: var(--font-family-canvas);font-size: 22px;line-height: 1.5;color: white;}@media screen and (min-width: 768px) {.who-am-i {padding-block: 78px 107px;}.who-am-i .who-am-i__title {margin-bottom: 64px;}.team-list .team-list__title, .team-list .team-list__dot {font-size: 34px;line-height: 1.35;}}