#about_us .section{padding:4rem 1.25rem}#about_us .container{margin-left:auto;margin-right:auto;display:flex;flex-direction:column;align-items:center;gap:2.5rem}@media (min-width:1024px){#about_us .container{flex-direction:row}}#about_us img{width:100%;border-radius:.5rem;--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}@media (min-width:1024px){#about_us img{width:50%}}#about_us .team-card{overflow:hidden;border-radius:.5rem;--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1));text-align:center;--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}#about_us .team-card img{height:12rem;width:100%;object-fit:cover}#about_us .team-card h3{font-size:1.25rem;line-height:1.75rem;font-weight:700}#about_us .team-card p{font-size:.875rem;line-height:1.25rem}#about_us .card{position:relative;width:220px;height:320px;background:gold;border-radius:15px;cursor:pointer}#about_us .card,#about_us .card:after,#about_us .card:before{display:flex;align-items:center;justify-content:center;font-size:25px;font-weight:700}#about_us .card:after,#about_us .card:before{position:absolute;content:"";width:20%;height:20%;background-color:#c28800;transition:all .5s}#about_us .card:before{top:0;right:0;border-radius:0 15px 0 100%}#about_us .card:after{bottom:0;left:0;border-radius:0 100% 0 15px}#about_us .card:hover:after,#about_us .card:hover:before{width:100%;height:100%;border-radius:15px;transition:all .5s;color:#fff}#about_us .card:hover:after{content:"HELLO"}