.about-me-section{display:grid;grid-template-columns:repeat(4,4fr);min-height:570px;grid-gap:30px;gap:30px;grid-auto-rows:minmax(170px,auto);grid-auto-columns:minmax(100px,auto);justify-content:space-between}.about-me-section #koum-img{grid-column:1/3;grid-row:1/2}.about-me-section #koum-img img{max-width:450px;width:100%;height:auto;position:relative}.about-me-section .text-container{grid-column:3/5;grid-row:1/2;display:flex;flex-direction:column;gap:20px;width:-webkit-fill-available}.about-me-section .text-container h2{font-size:20px;width:-moz-fit-content;width:fit-content}.about-me-section .text-container .title{font-size:70px;font-family:Lost Days;font-weight:unset;width:-moz-fit-content;width:fit-content}.about-me-section .text-container .title .brand,.about-me-section .text-container .title .mw-w:nth-child(2){color:#ff8bda}.about-me-section .text-container p{font-size:18px;width:auto}.about-me-section .text-container .buttons-container{display:flex;gap:20px}.about-me-section h3{font-family:Lost Days;font-weight:unset}.about-me-section .get-in-touch{grid-column:3/5;grid-row:2/3;height:100%;display:grid;grid-template-columns:repeat(2,2fr);grid-template-rows:auto 1fr;grid-gap:10px 20px;gap:10px 20px}.about-me-section .get-in-touch h3{grid-column:1/3;height:max-content;grid-row:1}.about-me-section .get-in-touch .contact-container{height:100%;grid-row:2;border-radius:20px;padding:20px 15px;display:flex;flex-direction:column;justify-content:space-between;font-size:12px;font-weight:800;transition:scale .3s,background-color .3s}.about-me-section .get-in-touch .contact-container p{border-top:solid #fff;color:#fff;padding-top:15px}.about-me-section .get-in-touch .contact-container svg{filter:invert(100%) sepia(0) saturate(7500%) hue-rotate(129deg) brightness(110%) contrast(101%)}.about-me-section .get-in-touch .contact-container#email-contact-container{grid-column:1;background-color:#353535}.about-me-section .get-in-touch .contact-container#email-contact-container:hover{background-color:#1c1c1c}.about-me-section .get-in-touch .contact-container#linkedin-contact-container{grid-column:2;background-color:#0470ad}.about-me-section .get-in-touch .contact-container#linkedin-contact-container:hover{background-color:#03507b}.about-me-section .get-in-touch .contact-container:active{scale:.9}.about-me-section .interests{grid-column:1/2;grid-row:2/3;height:100%;display:grid;grid-template-columns:repeat(2,2fr);grid-template-rows:auto 1fr 1fr;grid-gap:10px 14px;gap:10px 14px}.about-me-section .interests h3{grid-column:1/3;height:max-content;grid-row:1}.about-me-section .interests .interest{border-radius:10px;padding:5px;background-color:#ebebeb;align-items:center;display:flex;-webkit-user-select:none;-moz-user-select:none;user-select:none}.about-me-section .interests .interest img{width:50px;height:auto;margin:auto;display:block}.about-me-section .soft-skills{grid-column:2/3;grid-row:2/3;height:100%}.about-me-section .soft-skills h3{margin-bottom:10px}.about-me-section .soft-skills .list-container{display:flex;flex-wrap:wrap;gap:6px 4px}.about-me-section .soft-skills .list-container .chip{-webkit-user-select:none;-moz-user-select:none;user-select:none}.about-me-section .soft-skills .list-container .chip.cognitive{background-color:#ffbeea}.about-me-section .soft-skills .list-container .chip.cognitive:hover{background-color:#ff8bda}.about-me-section .soft-skills .list-container .chip.organizational{background-color:#8d79ff;color:#fff}.about-me-section .soft-skills .list-container .chip.organizational:hover{background-color:#6146ff}.about-me-section .soft-skills .list-container .chip.interpersonal{background-color:#4f4f4f;color:#fff}.about-me-section .soft-skills .list-container .chip.interpersonal:hover{background-color:#353535}.about-me-section .soft-skills .list-container .chip.personal{background-color:#ebebeb}.about-me-section .soft-skills .list-container .chip.personal:hover{background-color:#d2d2d2}.about-me-section .soft-skills .list-container .MuiChip-root{height:16px}.about-me-section .soft-skills .list-container .MuiChip-label{font-size:8px;padding:5px}@media(max-width:768px){.about-me-section{display:grid;grid-template-columns:repeat(2,2fr);grid-template-rows:auto auto auto auto;grid-gap:40px;gap:40px}.about-me-section #koum-img{max-width:450px;width:100%;grid-column:1/3;grid-row:1;height:auto;margin:auto;right:0}.about-me-section .text-container{grid-column:1/3;grid-row:2}.about-me-section .text-container h2,.about-me-section .text-container p{margin:auto}.about-me-section .text-container .title,.about-me-section .text-container h2,.about-me-section .text-container p{text-align:center}.about-me-section .text-container .buttons-container{width:max-content;margin:auto}.about-me-section .text-container .title{align-items:center;display:flex;flex-direction:column;margin:auto}.about-me-section .get-in-touch{grid-column:1/3;grid-row:4;height:100%}.about-me-section .interests{grid-column:1/2;grid-row:3;height:100%}.about-me-section .soft-skills{grid-column:2;grid-row:3;height:100%}.about-me-section .soft-skills .list-container{gap:8px 4px}.about-me-section .soft-skills .list-container .MuiChip-root{height:16px}.about-me-section .soft-skills .list-container .MuiChip-label{font-size:12px;padding:8px}}@media(max-width:480px){.about-me-section .text-container h2{font-size:24px}.about-me-section .text-container .title{font-size:50px}.about-me-section #koum-img img{right:0}.about-me-section .get-in-touch{grid-column:1/3;grid-row:5}.about-me-section .get-in-touch .contact-container{font-size:18px;display:flex;align-items:center;flex-direction:row;justify-content:unset;gap:8px;height:max-content;padding:10px;border-radius:14px}.about-me-section .get-in-touch .contact-container svg{width:20px}.about-me-section .get-in-touch .contact-container p{border-top:none;padding-top:0;height:max-content}.about-me-section .get-in-touch .contact-container#email-contact-container{grid-column:1/3;grid-row:2}.about-me-section .get-in-touch .contact-container#linkedin-contact-container,.about-me-section .interests{grid-column:1/3;grid-row:3}.about-me-section .soft-skills{grid-column:1/3;grid-row:4;height:max-content}}