*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

.container-6{
    width: 100%;
    height: 600px;
    background-color: whitesmoke;
    display: flex;
}

.apart{
    width: 50%;
    height: 100%;
    /* background-color: rgba(0,0,0,0.4); */
    background-image: url(./fon/image-2-copyright.webp);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 700px;
}

.about-ap{
    width: 50%;
    height: 100%;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-right3{
    padding: 20px;
    width: 600px;   /* --------*/
    height: 500px;
    /* background-color: rgba(0,0,0,0.4); */

    align-content:space-evenly ;
}


.about-ap p{
    /* font-size: 18px;
    font-weight: 100; */
    margin: 30px 0px;
    color: black;
}
.about-ap h1{
    margin: 30px 0px;
    color: black;
}