.teachers-page{background:url(/img/teachers/background_main.png) 0 100% no-repeat;padding-top:6rem;padding-bottom:15rem}.teachers-page .title{text-align:center;margin-bottom:1rem;font-family:NyghtSerif DarkItalic;font-size:3.75rem;font-weight:700}.cards-container{grid-gap:2rem;grid-template-columns:repeat(3,1fr);max-width:60rem;margin:0 auto;display:grid}.cards-container .teacher-card{cursor:pointer;border:1px solid #000;width:300px;height:300px;transition:all .1s linear;position:relative}.cards-container .teacher-card:hover{transform:scale(1.1)}.cards-container .teacher-card .rating{position:absolute;top:1rem;right:1rem}.cards-container .teacher-card .rating p{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:-5px;left:2px}.cards-container .teacher-card h3{color:#e2d9b5;background:#4a3e3099;border-top:1px solid #000;width:100%;padding:1rem;font-family:NyghtSerif DarkItalic;font-size:1.5rem;font-weight:700;position:absolute;bottom:0;left:0}.cards-container .teacher-card>img{aspect-ratio:1;object-fit:cover;width:100%}.registration-section{justify-content:space-between;align-items:center;max-width:60rem;margin:2rem auto 0;font-family:NyghtSerif DarkItalic;font-weight:700;display:flex}.registration-section h2{max-width:29rem;font-size:2.25rem}.registration-section button{letter-spacing:1px;cursor:pointer;background-color:#d5f166;border:1px solid #282218;border-radius:50px;margin-top:2rem;padding:.5rem 3.5rem;font-family:NyghtSerif DarkItalic;font-size:1.25rem;font-weight:700}.registration-section button:hover{background-color:#76a025;transition:all .3s linear}@media (max-width:1000px){.teachers-page .cards-container{padding:0 1rem}.teachers-page .cards-container .teacher-card{width:250px;height:250px;margin:0 auto}.registration-section{padding-left:1rem;padding-right:1rem}}@media (max-width:860px){.teachers-page .title{font-size:2.5rem}.teachers-page .cards-container{grid-template-columns:repeat(2,1fr)}.teachers-page .cards-container .teacher-card{width:unset;height:unset;display:flex}}@media (max-width:768px){.teachers-page .registration-section h2{font-size:1.5rem}.teachers-page .registration-section button{padding:.5rem 2.5rem}}@media (max-width:600px){.teachers-page .registration-section{flex-direction:column}.teachers-page .registration-section h2{text-align:center;font-size:2rem}.teachers-page .registration-section button{padding:.5rem 2.5rem}}@media (max-width:500px){.teachers-page{padding-bottom:10rem}.teachers-page .cards-container{grid-template-columns:repeat(1,1fr)}.teachers-page .registration-section h2{font-size:1.5rem}}
