.teachers-grid{padding:150px 0;background:#14110D}.teachers-grid__container{margin:0 120px}.teachers-grid__wrapper{display:grid;grid-template-columns:repeat(4, 1fr);gap:60px 30px}.teachers-grid .teachers-card{position:relative;overflow:hidden;border:2px solid transparent;transition:all 0.4s}.teachers-grid .teachers-card__image{display:flex;border-radius:30px;background:#14110D;height:426px;overflow:hidden;margin:0 0 60px}.teachers-grid .teachers-card__image img{width:calc(100% - 4px);height:100%;object-fit:cover;object-position:center;border:2px solid transparent;border-radius:30px}.teachers-grid .teachers-card__title{color:#FFF;font-size:34px;font-weight:400;line-height:120%;text-transform:uppercase;margin:0 0 24px}.teachers-grid .teachers-card__position{color:#FFF;font-size:25px;font-weight:300;line-height:110%;text-transform:uppercase}.teachers-grid .teachers-card__description{color:#FFF;font-size:18px;font-weight:300;line-height:130%;margin-top:24px;overflow-y:auto;flex:1 1 auto;min-height:0;scroll-behavior:smooth}.teachers-grid .teachers-card__description p{margin:0 0 15px}.teachers-grid .teachers-card__description p:last-child{margin:0}.teachers-grid .teachers-card .teachers-card__description::-webkit-scrollbar{width:2px !important;background:rgba(255, 255, 255, 0.5)}.teachers-grid .teachers-card .teachers-card__description::-webkit-scrollbar-thumb{width:10px !important;background:#FFF;border-radius:0}.teachers-grid .teachers-card__footer{padding-bottom:105px}.teachers-grid .teachers-card .button_open{display:block;border:none;padding:0;background:transparent;position:absolute;right:0;bottom:0}.teachers-grid .teachers-card .button_open svg path{transition:all 0.3s}.teachers-grid .teachers-card_back{display:flex;flex-direction:column;position:absolute;inset:0;background:#0e0b09;border-radius:20px;opacity:0;visibility:hidden;transform:translateY(20px);transition:all 0.4s ease;padding:20px 24px;z-index:2}.teachers-grid .teachers-card_back .teachers-card__title{font-size:34px;font-weight:400;line-height:120%;text-transform:uppercase;padding-right:20px}.teachers-grid .teachers-card .cls{position:absolute;right:24px;top:20px;cursor:pointer;transition:all 0.3s}.teachers-grid .teachers-card .cls:hover svg path{stroke:#FA5C01}.teachers-grid .teachers-card.active{border-radius:30px;border:2px solid #FA5C01}.teachers-grid .teachers-card.active .teachers-card_back{opacity:1;visibility:visible;transform:translateY(0)}.teachers-grid .teachers-card-front{cursor:pointer}.teachers-grid .teachers-card-front:hover .teachers-card__image img{border-color:#FA5C01}.teachers-grid .teachers-card-front:hover .teachers-card__title,.teachers-grid .teachers-card-front:hover .body-text{color:#FA5C01}.teachers-grid .teachers-card-front:hover .button_open svg path{fill:#FA5C01}@media (max-width:1500px){.teachers-grid{padding:100px 0}.teachers-grid__container{margin:0 60px}.teachers-grid .teachers-card__image{height:380px;margin:0 0 40px}.teachers-grid .teachers-card__position{font-size:23px}.teachers-grid .teachers-card__footer{padding-bottom:90px}}@media (max-width:1300px){.teachers-grid__wrapper{display:grid;grid-template-columns:repeat(3, 1fr)}}@media (max-width:992px){.teachers-grid__wrapper{display:grid;grid-template-columns:repeat(2, 1fr);gap:50px 30px}}@media (max-width:768px){.teachers-grid__wrapper{display:grid;grid-template-columns:repeat(2, 1fr);gap:30px 20px}}@media (max-width:576px){.teachers-grid__container{margin:0 15px}.teachers-grid__wrapper{display:grid;grid-template-columns:100%;gap:30px}.teachers-grid .teachers-card__title{font-size:24px}.teachers-grid .teachers-card__position{font-size:18px}.teachers-grid .teachers-card__footer{padding-bottom:100px}.teachers-grid .teachers-card .button_open{font-size:18px}.teachers-grid .teachers-card_back .teachers-card__title{font-size:24px}.teachers-grid .teachers-card__description{font-size:18px;margin-top:0}}