section.sectionAboutContainer{width:100%;display:grid;grid-template-columns:1fr 1fr;-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px}@media screen and (max-width:1024px){section.sectionAboutContainer{grid-template-columns:1fr}}div.cardContainer{width:100%;height:101px;padding:0 10%;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.25);box-shadow:0 2px 4px rgba(0,0,0,.25);border-radius:16px;position:relative;border:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media screen and (max-width:700px){div.cardContainer{height:72;padding:0 2%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:12px}}div.cardContainer div.cardBorder-left,div.cardContainer div.cardBorder-right{height:100%;width:12px;background-color:#39bfbb}@media screen and (max-width:700px){div.cardContainer div.cardBorder-left,div.cardContainer div.cardBorder-right{width:6px}}div.cardContainer div.cardBorder-left{border-radius:16px 0 0 16px;position:absolute;top:0;left:0}div.cardContainer div.cardBorder-right{border-radius:0 16px 16px 0;position:absolute;top:0;right:0}div.performanceCard{width:100%;height:101px;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.25);box-shadow:0 2px 4px rgba(0,0,0,.25);border-radius:16px;position:relative;border:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media screen and (max-width:700px){div.performanceCard{height:204px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}div.performanceCard .rocketImg{border-top-left-radius:inherit;border-bottom-left-radius:inherit;width:43%;height:100%;-o-object-fit:cover;object-fit:cover}@media screen and (max-width:700px){div.performanceCard .rocketImg{border-top-right-radius:inherit;border-bottom-left-radius:0;width:100%;height:65%}}div.performanceCard div.performanceText{padding:0 60px;width:57%}@media screen and (max-width:700px){div.performanceCard div.performanceText{width:100%;padding:12px 77px}}div.performanceCard div.cardBorder-right{height:100%;width:12px;border-radius:0 16px 16px 0;position:absolute;top:0;right:0}@media screen and (max-width:700px){div.performanceCard div.cardBorder-right{display:none}}