.About{display:flex;gap:80px;justify-content:center;align-self:center}@media (max-width:850px){.About{flex-direction:column;gap:40px}}.About--reversed{flex-direction:row-reverse}@media (max-width:850px){.About--reversed{flex-direction:column;gap:40px}}.About__left{max-width:390px;display:flex;justify-content:flex-end;align-items:center}.About__left--reversed{justify-content:flex-start}@media (max-width:850px){.About__left{justify-content:center}}.About__image{width:90%}.About__right{max-width:390px;display:flex;flex-direction:column;gap:20px;justify-content:center}@media (max-width:850px){.About__right{align-items:center}}.About__title{font-size:16px;font-weight:700;color:var(--color-white-1)}.About__paragraphs{display:flex;flex-direction:column;gap:0}.About__paragraph{font-size:14px;font-weight:400;color:var(--color-white-1)}.Happening{width:300px;background:var(--color-white-1);border:2px solid var(--color-white-1);border-radius:20px;transition:.2s;display:flex;flex-direction:column}.Happening:hover{border:2px solid var(--color-green-4);.Happening__label{color:var(--color-white-1);background:var(--color-green-4)}}.Happening__image{height:130px;margin:7px 7px 0;border-top-left-radius:12px;border-top-right-radius:12px;background-position:50%;background-size:cover;background-repeat:no-repeat}.Happening__image,.Happening__title{display:flex;width:calc(100% - 14px)}.Happening__title{height:55px;margin:0 7px 10px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;background:var(--color-green-4);justify-content:center;align-items:center;text-transform:uppercase}.Happening__title__text{width:90%;font-size:16px;font-weight:500;color:var(--color-white-1);text-align:center;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.Happening__date{display:flex;color:var(--color-green-4)}.Happening__date,.Happening__description{margin:0 7px 10px;font-size:14px;font-weight:400}.Happening__description{height:70px;color:var(--color-black-1);display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;text-align:left}.Happening__label{display:flex;margin:0 7px 15px;font-size:14px;font-weight:400;color:var(--color-green-4);background:var(--color-white-1);padding:7px 12px;border-radius:10px;transition:.2s;width:257px}.HappeningModal{display:flex;flex-direction:column;max-width:700px}.HappeningModal__button{display:flex;justify-content:center;align-items:center;width:30px;height:30px;margin:0 0 10px}.HappeningModal__icon{width:20px}.HappeningModal__image{width:90%;border-radius:10px;margin:0 auto 20px}.HappeningModal__title{font-size:16px;font-weight:700;color:var(--color-black-1);text-transform:uppercase;width:90%;margin:0 auto 20px}.HappeningModal__date{font-size:14px;font-weight:500;color:var(--color-green-4);width:90%;margin:0 auto 20px}.HappeningModal__description{width:90%;display:flex;flex-direction:column;gap:5px;margin:0 auto 20px}.HappeningModal__paragraph{font-size:14px;font-weight:400;color:var(--color-black-1)}.HappeningModal__link,.HappeningModal__link:active,.HappeningModal__link:focus,.HappeningModal__link:visited{margin:0 auto;text-decoration:none;font-weight:700;font-size:16px;color:var(--color-white-1);background:var(--color-green-4);padding:10px 25px;border-radius:10px;width:max-content;transition:.2s}.HappeningModal__link:hover{background:var(--color-green-2)}.Arrow{display:flex!important;height:25px!important;width:25px!important;border-radius:100%!important;z-index:1!important}.Arrow:before{display:none!important}.Arrow--white{background:var(--color-white-1)!important}.Arrow--green{background:var(--color-green-4)!important}.Arrow__icon{font-size:20px}.Arrow__icon,.Arrow__icon--white{color:var(--color-green-1)}.Arrow__icon--green{color:var(--color-white-1)}.Arrow__icon--prev{margin:2.5px 0 0 1.5px}.Arrow__icon--next{margin:2.5px 0 0 3px}