section.about-me .wrapper{display:grid;grid-template-columns:1fr;column-gap:auto;row-gap:auto;position:relative;gap:2rem;background:#fef0af;border-radius:2rem;border:solid 4px #202020;padding:40px}section.about-me .wrapper:after{content:"";position:absolute;bottom:-1rem;right:-1rem;width:100%;height:100%;background:#202020;border-radius:2rem;z-index:-1}section.about-me .wrapper .content .socials{display:flex;align-items:center;justify-content:flex-start;flex-direction:row;flex-wrap:wrap;gap:1rem;margin-top:2rem}section.about-me .wrapper .content .socials .social{display:flex;align-items:center;justify-content:flex-start;flex-direction:row;flex-wrap:auto;gap:.5rem;text-decoration:none;font-family:Google Sans Flex,sans-serif;font-weight:600;font-size:1rem;color:#202020;line-height:1.3;position:relative}section.about-me .wrapper .content .socials .social:after{content:"";position:absolute;width:0;border-radius:3px;height:3px;background:#202020;bottom:-8px;left:0;transition:all .3s ease}section.about-me .wrapper .content .socials .social:hover:after{width:100%}section.about-me .wrapper .content .socials .social .icon{width:24px;height:24px;min-width:24px;min-height:24px}section.about-me .wrapper .image-wrapper{position:relative;aspect-ratio:1/1;width:100%;max-width:500px}section.about-me .wrapper .image-wrapper .flower{max-width:100px;min-width:100px;aspect-ratio:1/1;position:absolute;top:1rem;right:1rem;z-index:4}section.about-me .wrapper .image-wrapper .border{width:100%;aspect-ratio:1/1;border-radius:44% 56% 49% 51%/55% 44% 56% 45%;overflow:hidden;background:#ffc8dd}section.about-me .wrapper .image-wrapper .image{position:absolute;z-index:2;aspect-ratio:1/1;border-radius:44% 56% 49% 51%/55% 44% 56% 45%;border:solid 5px #202020;width:96%;right:1%;bottom:4%;overflow:hidden}section.about-me .wrapper .image-wrapper .image img{width:100%;height:100%;object-fit:cover;object-position:center}section.about-me .wrapper .image-wrapper .small-img{position:absolute;bottom:0;right:0;border-radius:44% 56% 49% 51%/55% 44% 56% 45%;background:#fef0af;overflow:hidden;border:solid 3px #202020;aspect-ratio:1/1;max-width:170px;min-width:170px;display:flex;align-items:center;justify-content:center;flex-direction:row;flex-wrap:auto;text-align:center;z-index:3}section.about-me .wrapper .image-wrapper .small-img img{width:100%;height:100%;object-fit:cover;object-position:center}section.about-me .wrapper .image-wrapper .small-img-border{background:#cdb4db;border-radius:44% 56% 49% 51%/55% 44% 56% 45%;overflow:hidden;position:absolute;bottom:-.5rem;right:-.5rem;aspect-ratio:1/1;max-width:170px;min-width:170px}@media only screen and (min-width: 992px){section.about-me .wrapper{display:flex;align-items:center;justify-content:space-between;flex-direction:row;flex-wrap:auto;border-radius:14% 16% 19% 11%/45% 24% 66% 45%}section.about-me .wrapper:after{border-radius:14% 16% 19% 11%/45% 24% 66% 45%}section.about-me .wrapper .content{flex-basis:50%}section.about-me .wrapper .image-wrapper{flex-basis:50%}}
