/* Basic styling for demonstration purposes */
.about-section-padding {
    padding-top: 5rem;
}

.hero {
    background-color: var(--c1);
    color: white;
}

.hero h1 {
    font-size: 4rem;
    font-weight: bold;
}

.gsap-box {
    width: 150px;
    height: 150px;
    background-color: #3d3931;
    border-radius: 20px;
    margin: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
}

.box-container {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: center;
}
