@media screen and (min-width:890px) {
    .about-text {
        width: 38%;
    }
    .about-text h4 {
        font-size: 60px;
        color: white;
        font-weight: 700;
    }
    .about-text h4 span {
        color: #0D79C1;
    }
    .about-text p {
        font-size: 1.4em;
        color: white;
        line-height: 40px;
    }
     .first-flex .image 
            img {
                height: 380px;
                width: 370px;
                border-radius: 30%;
            }
}


@media screen and (max-width:880px) {
  
   
    .gallery {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    .gallery img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .text-flex {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .text-bar {
        text-align: center;
    }

    /* .text {
        text-align: center;

        h2 {
            font-size: 36px;
            color: white;
        }

        p {
            font-size: 1em;
            color: white;
            width: 430px;
        }
    } */

    .btn {
        margin-top: 20px;
    }

    .btn1 {
        margin-top: 20px;
    }

    .first_section {
        height: 390vh;
        padding: 0 0 40vh 0;
    }

    /* .first-flex {
        height: 140vh;
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin-bottom: 40px;

        
    } */
    .first-flex .image {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .first-flex .image 
            img {
                height: 310px;
                width: 300px;
                border-radius: 50%;
                margin-top: 20px;
            }
            .text{
                text-align: center;
            }
            .text p{
                font-size: 1.2em;
            }
            .text h2 {
                font-size: 30px;
                font-weight:700 ;
            }
            .text-bar {
                height: 38px;
                width: 200px;
                display: flex;
                justify-content: center;
                align-items: center;
                color: white;
                background: #0D79C1;
                font-size: 1.1em;
            }
        

    .about-flex {
        margin: 10px 0;
        flex-direction: column;
        gap: 20px;
        width: auto;
    }

    .about-text {
        width: 75%;}

        .about-text  h4 {
            font-size: 40px;
            color: white;
            font-weight: 700;

            span {
                color: #0D79C1;
            }
        }

        .about-text  p {
            font-size: 1.2em;
            color: white;
            line-height: 40px;
        }

    }

    .about-image img {
        height: 250px;
    }
    .projects {
        padding: 10vh 0 10vh 0;
        text-align: center;
        color: white;

        h3 {
            font-size: 30px;
            font-weight: 700;
            margin-bottom: 20px;
        }
    }