.about-me{min-height:300px;width:100%;padding-bottom:128px;position:relative;box-shadow:0px 4px 8px inset rgba(0,0,0,0.15);background-color:#62779a;background-repeat:no-repeat;background-position:center;background-size:100% 100%;}.about-me .wrapper{display:grid;grid-template-columns:1fr 1fr;padding-block:64px;gap:8px;}.about-me-img{display:grid;place-items:center;}.about-me-img img{max-width:518px;max-height:518px;width:100%;height:auto;aspect-ratio:1/1;}.about-me-text h2{color:#fff;opacity:0.8;margin-bottom:8px;}.about-me-text p{color:#fff;margin-bottom:16px;font-weight:500;}.about-me-text .h-small{color:#c6a667;font-weight:400;}.about-me-rounder{position:absolute;width:50%;height:128px;bottom:0;right:0;background-color:#f2f3f5;border-top-left-radius:24px;box-shadow:-4px -4px 4px rgba(0,0,0,0.15);}.about-me-rounder:before{content:"";position:absolute;width:28px;height:28px;bottom:0;left:-28px;border-bottom-right-radius:24px;box-shadow:7px 7px #f2f3f5;}.about-me-mobile{display:none;}@media screen and (max-width:1200px){.about-me .wrapper{grid-template-columns:1fr;grid-template-columns:auto auto;}.about-me-img{grid-row:2/3;}.about-me-img img{max-width:400px;max-height:400px;}}@media screen and (max-width:700px){.about-me-img{display:none;}.about-me-mobile{display:block;max-width:315px;max-height:315px;width:100%;height:auto;aspect-ratio:1/1;margin-inline:auto;}.about-me-rounder{display:none;}.about-me{padding-bottom:0;}.about-me .wrapper{padding-block:24px;}}