
        header {
           font-family: Inter, sans-serif;
            padding: 20px;
            width: 300px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            text-align: center;
            font-size: 40px;
            
            border-radius: 20px 0px 20px 0px;
           background-color: #2eca8c;
            font-weight: 300;
        
}
            .about-section {
            display: flex;
            align-items: top;
            justify-content: center;
            flex-wrap: wrap;
            padding:  .5%;
            background-color: #f9f9f9;
        }

        .about-content {
            flex: 1;
            max-width: 1200px;
            padding: 20px;
        }

        .about-content h2 {
            font-size: 2rem;
            margin-bottom: 15px;
            color: #333;
        }

        .about-content p {
            font-size: 1rem;
            color: #555;
            font-weight: 500;
            line-height: 1.6;
        }

        .about-image {
           background-image: url(../img/image-01.jpg);
            width: 100%;
            background-size: cover;
        }


        }


