.about{background-color:var(--dark);width:100%;height:100svh;color:var(--light);grid-template-rows:repeat(5,1fr);grid-template-columns:repeat(5,1fr);justify-content:center;gap:8px;padding:2rem;display:grid;position:relative;overflow:hidden}.about h1{color:#fff;font-size:7em;font-weight:500;font-family:var(--font-main);font-style:italic;font-weight:600}.div1{grid-column:span 3/span 3}.div2{grid-area:2/1/span 4/span 3}.div2 p{color:#fff;text-align:left;font-size:1.2rem}.div3{flex-wrap:wrap;grid-area:1/4/span 5/span 2;place-content:center;display:flex}.div3 img{object-fit:cover;width:400px;height:auto}.about .about-heading{width:100%;max-width:800px;height:auto}.div2 .social-buttons{justify-content:center;gap:1rem;margin-top:3rem;margin-bottom:3rem;display:flex}.div2 .btn{cursor:pointer;color:var(--dark);border-radius:4px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:background-color .3s}.div2 .btn-instagram{background-color:#e1306c;border:1px solid #e1306c}.div2 .btn-instagram:hover{background-color:#c13584}.div2 .btn-facebook{background-color:#1877f2;border:1px solid #1877f2}.div2 .btn-facebook:hover{background-color:#166fe5}.div2 .btn-contact{background-color:var(--light);border:1px solid var(--light);color:var(--dark)}.div2 .btn-contact:hover{background-color:#ddd}@media (max-width:768px){.div2 .social-buttons{flex-wrap:wrap;justify-content:center}.div2 .btn{padding:.6rem 1.2rem;font-size:.9rem}.about .about-heading{width:80%;margin:0 auto}.about{flex-direction:column;gap:1.5rem;height:auto;min-height:100svh;padding:2rem 1rem;display:flex}.about h1{text-align:center;font-size:3.5em}.div2 p{text-align:center;justify-content:center;padding-bottom:1.2rem;font-size:1.1rem}.div3 img{width:100%;max-width:400px;height:auto}}
