.wrapper__panel{display:flex;flex-direction: row;}.panel{flex: 0 0 50%;background: #2b2867; color: white;}.panel__img{object-fit: cover;width: 465px;}
.wrapper__panel:nth-child(2){flex-direction:row-reverse}
#image1{border-top-right-radius:50px;border-bottom-right-radius:50px;}#image2{border-top-left-radius:50px;border-bottom-left-radius:50px;}
.info{height: 100%; display: flex ; flex-direction: column; justify-content: space-evenly; background: #2b2867; color: white;}.panel__info{display: flex ; flex-direction: column; align-items: center; gap: 25px;}.panel__text1{font-size: 3rem; color: #ef4136; text-decoration: underline;}.panel__text2{padding: 0 10px; text-align: center; font-size: 1.25rem; letter-spacing: 1px;}
.panel__subtitle{font-weight:500;height: 25%;display: inline-flex;align-items: center;letter-spacing:2px;}.panel__content{padding-left:20px;height:100%;background: white; color: black; border-top: 2px solid #d9d9d9; border-right: 2px solid #d9d9d9; border-bottom: 2px solid #d9d9d9;}.panel__list{height: 75%; display: flex;flex-direction: column;justify-content: space-evenly;}
.sectionTitle{margin-top: 20px;}
