.main-Aboutinfo{min-height:60vh;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#170102}.main-Aboutinfo h1{margin-top:10vh;font-size:2.5rem;font-weight:600}.main-Aboutinfo p{margin-top:20px;font-size:1.2vw;width:50vw;text-align:center}.about-us-img{width:80%;height:90vh;margin-top:20px;border-radius:1em}@media (max-width:900px){.main-Aboutinfo h1{margin-top:2vh;font-size:4rem}.main-Aboutinfo p{font-size:2.2vw;width:80vw;text-align:center}.about-us-img{width:95%;height:45vh;margin-top:50px}}@media (max-width:500px){.main-Aboutinfo{min-height:40vh;padding:0 2vw}.main-Aboutinfo h1{font-size:3rem}.main-Aboutinfo p{font-size:1rem;width:90vw}.about-us-img{width:100%;height:50vh}}.main-Aboutmanagement{width:100%;min-height:60vh;height:auto}.main-Aboutmanagement h1{display:flex;justify-content:center;align-items:center;height:30vh;font-size:2.5rem;font-weight:600;text-align:center}.management-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:2rem;gap:2rem;margin-top:2rem;padding:0 2rem}.management-card{background:#ffecc8;color:#170102;box-shadow:inset 5px 5px 10px #e3d2b2,inset -5px -5px 10px #ffffde;border-radius:1em;padding:1.5rem 1rem;text-align:center;display:flex;flex-direction:column;align-items:center;transition:box-shadow .2s}.management-img{width:90%;height:30vh;object-fit:contain;margin-bottom:1rem;border:1px solid #000}.management-card h3{margin:.5rem 0 .3rem;font-size:1.5rem}.management-card p{font-size:.95rem}@media (max-width:1100px){.management-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:700px){.management-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:500px){.main-Aboutmanagement h1{width:50%;display:flex;align-items:center;justify-content:center;margin:0 auto}.management-grid{grid-template-columns:1fr}.main-Aboutmanagement{height:auto}}