.about-container{width:100%;height:100%;min-height:70vh;padding:1rem;max-height:auto;justify-content:center;align-items:center;display:flex;gap:2rem;animation:fadeIn .8s ease-out forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.about-circle-one{position:relative;padding:1.5rem;width:100%;max-width:33rem;max-height:auto;box-shadow:0 2px 8px #0000000d;color:#e2e1e1;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.about-circle-one h3{font-weight:300;margin-block-end:1rem;font-size:1.1rem}.about-circle-two{max-height:40rem;overflow:hidden;align-items:center;justify-content:center;padding:1rem}.about-circle-two img{max-height:40rem;width:auto}@media (max-width: 700px){.about-container{flex-direction:column}.about-circle-one{align-items:start;height:100%;max-height:100rem;padding:2rem}.about-circle-two{max-height:25rem;width:auto;padding:.5rem;margin-top:-3rem}.about-circle-two img{width:14rem;height:auto}}
