.about-details-wrap{border-radius:2rem;background:linear-gradient(0deg,#e3f2ff,#fff);display:flex;gap:3.5rem}@media screen and (max-width:768px){.about-details-wrap{flex-direction:column;gap:2rem;padding:0 2rem}}.about-details-wrap .img-title-wrap{max-width:21rem;display:flex;flex-direction:column;gap:3rem;flex:0 0 21rem;justify-content:space-between}@media screen and (max-width:768px){.about-details-wrap .img-title-wrap{margin:0 auto;gap:2rem}}.about-details-wrap .img-title-wrap h1{color:var(--footer-bg-color);font-size:3rem;text-align:center;font-weight:700;padding:3rem 1rem 0;line-height:normal}@media screen and (max-width:550px){.about-details-wrap .img-title-wrap h1{font-size:2rem}}.about-details-wrap .img-title-wrap img{width:21rem;aspect-ratio:.96/1}@media screen and (max-width:550px){.about-details-wrap .img-title-wrap img{width:unset}}.about-details-wrap .text-wrap{padding:3rem 2rem 1.875rem 0;display:flex;flex-direction:column}@media screen and (max-width:768px){.about-details-wrap .text-wrap{padding-top:0}}.about-details-wrap .text-wrap p{color:var(--black-20);font-size:.875rem;white-space:break-spaces}.about-details-wrap .text-wrap h2,.about-details-wrap .text-wrap h3{color:var(--footer-bg-color);font-size:1rem}.about-details-wrap .text-wrap h2{font-weight:700}.about-details-wrap.is-tablet{flex-direction:column;align-items:center;gap:2.5rem}.about-details-wrap.is-tablet .img-title-wrap{max-width:100%;flex:unset;align-items:center;text-align:center}.about-details-wrap.is-tablet .text-wrap{padding:0 2rem 2rem;align-items:center;text-align:left}.about-details-wrap.is-mobile{flex-direction:column;align-items:center;gap:2rem;padding:0 1rem}.about-details-wrap.is-mobile .img-title-wrap{max-width:100%;flex:unset;align-items:center;text-align:center}.about-details-wrap.is-mobile .img-title-wrap img{width:100%;max-width:18rem}.about-details-wrap.is-mobile .text-wrap{padding:0 1rem 2rem;align-items:center;text-align:left}.info-card-wrap{display:flex;flex-direction:column}.info-card-wrap:nth-child(2) .img-wrap img{width:10rem}.info-card-wrap .img-wrap{border-radius:1rem;border:1.005px solid var(--cu-card-border-color);background:linear-gradient(106deg,#e3f2ff -6.26%,#fff 109.38%);aspect-ratio:1.61/1;padding:1rem;display:flex;justify-content:center;align-items:center;overflow:hidden}.info-card-wrap .img-wrap img{width:17rem;height:unset}.info-card-wrap .text-wrap{background:var(--footer-bg-color);display:flex;justify-content:center;align-items:center;padding:1rem;flex-direction:column;border-radius:1rem;min-height:10rem}.info-card-wrap .text-wrap h2{font-size:4.5rem;font-weight:700}.info-card-wrap .text-wrap h3{font-size:1rem;font-weight:600}.info-card-wrap .text-wrap h2,.info-card-wrap .text-wrap h3{color:var(--cu-white);line-height:normal}