.nestedGermanCurriculum{border:1px solid grey;width:100%;border-radius:10px;overflow:hidden}.nestedGermanCurriculum-Head{background-color:var(--customColor);padding:10px;display:flex;justify-content:flex-start;align-items:center}.nestedGermanCurriculum-Head>h4{color:white;margin-top:5px}.nestedGermanCurriculum-Content{padding:20px}.nestedGermanCurriculum-Content>h4{color:var(--customColor)}.nestedGermanCurriculum-Content>p>h5{color:var(--customColor);font-size:25px}.nestedGermanCurriculum-Content>p>li{padding:5px;list-style:none;display:flex;justify-content:flex-start;align-items:center;gap:10px;margin:10px;font-size:20px}.nestedGermanCurriculum-Content>p>li>img{width:20px;height:20px}#nestedGermanCurriculum-Content1{padding:10px}#nestedGermanCurriculum-Content1>h4{color:var(--customColor)}#nestedGermanCurriculum-Content1>p{font-size:20px;text-align:justify}.nestedGermanInstructor{padding:10px;display:flex;justify-content:center;align-items:center;gap:15px;background-color:rgb(252,232,232);border-radius:10px}.nestedGermanInstructor-content:first-child{border:5px solid var(--customColor);border-radius:100%;width:150px;height:150px;overflow:hidden}.nestedGermanInstructor-content:first-child>img{width:100%;height:100%;object-fit:cover}.nestedGermanInstructor-content:nth-child(2){width:80%}.nestedGermanInstructor-content:nth-child(2)>h5{width:80%;color:var(--customColor);font-weight:700}.nestedGermanInstructor-content:nth-child(2)>p{text-align:justify}.nestedGermanInstructor-features{width:100%;flex-wrap:wrap;gap:30px;overflow:hidden}.instructorCard{width:300px;height:300px;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:0;border-radius:10px;overflow:hidden;box-shadow:0 0 10px grey;position:relative}.instructorCard>img{width:100%;height:100%;object-fit:cover}.instructorCardCover{width:100%;position:absolute;justify-content:flex-start;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:10px;background-color:rgba(0,0,0,.385);transform:translateY(85%);border-radius:10px;transition:.3s ease-in-out}.instructorCard:hover .instructorCardCover,.instructorCardCover{height:100%;display:flex;align-items:center;flex-direction:column;gap:30px}.instructorCard:hover .instructorCardCover{transform:translateY(0);justify-content:center}.instructorCardCover>h5{font-weight:600;text-align:center;color:white}.instructorCardCover>p{text-align:justify;color:white}.nestedGermanInstructor-item{display:flex;justify-content:center;align-items:center;padding:10px;overflow:hidden}.nestedGermanReview{width:100%}.reviewsContainer{width:100%;height:100%;margin-top:30px;overflow:hidden}#reviews{font-size:30px}@media screen and (max-width:768px){.nestedGermanInstructor{flex-direction:column}}