:root{
    --green: rgb(0, 128, 0);
    --orange: rgb(200, 132, 7);
    --black: #1e1e1f;
    --white: rgb(255, 255, 255);
    --light-color: #666;
    --box-shadow: .5rem .5rem 0 rgba(22, 160, 133, .2);
    --border: .2rem solid rgba(0,0,0,1);
    --text-shadow: .4rem .4rem 0 rgba(0, 0, 0, .2);
    --outline: .1rem solid rgba(0,0,0,1);
} 

.about .about-content .about1{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.2rem;
}

.about .about-content .about1 .img{
    flex: 1 1 45rem;
}

.about .about-content .about1 .img img{
    width: 100%;
}

.about .about-content .about1 .content{
    flex: 1 1 45rem;
}

.about .about-content .about1 .content p{
    font-size: 3.5rem;
}