.about-section-wrapper{margin:25px auto;display:flex;flex-direction:column;padding:30px;width:100%;gap:12px;border:3px solid var(--color-bw-50);border-radius:10px}@media screen and (max-width:640px){.about-section-wrapper{padding:20px}}.about-section-wrapper .title{font-size:27px;font-weight:700;line-height:1.3}.about-section-wrapper .description,.about-section-wrapper .more-info{font-size:16px;line-height:1.4;font-weight:600}.about-section-wrapper .more-info{display:flex;flex-direction:column;gap:12px;width:350px}@media screen and (max-width:640px){.about-section-wrapper .more-info{width:100%}}.about-section-wrapper .more-info>div{display:flex;justify-content:space-between;width:100%;font-weight:600}.about-section-wrapper .more-info>div div:first-child,.about-section-wrapper .more-info>div.notice{color:var(--color-bw-50)}.about-section-wrapper .more-info>div div:last-child{text-align:right}.about-section-wrapper .more-info>div div:last-child a{color:var(--foreground)}.about-section-wrapper .more-info>div div:last-child .website-link{max-width:250px;word-break:break-all;display:inline-block}.about-section-wrapper .about-section-footer{display:flex;justify-content:space-between;align-items:flex-end}@media screen and (max-width:640px){.about-section-wrapper .about-section-footer{flex-direction:column;gap:15px}.about-section-wrapper .about-section-footer .socials{justify-content:flex-end;width:100%}}.about-section-wrapper .about-section-footer .copyright{color:var(--color-bw-50);font-weight:600;font-size:16px;line-height:1.4}.about-section-wrapper .about-section-footer .socials{display:flex;gap:14px;align-items:flex-end}.about-section-wrapper .about-section-footer .socials>a{font-size:0}.about-section-wrapper .about-section-footer .socials svg{color:var(--foreground);height:34px;width:34px;background-color:var(--color-bw-10);border-radius:8px}