.about {
    background-color: #2B1E16;
}

.about-wp {
    background-color: white;
}

.about-wrapper {
    width: 100%;
    margin: auto;
    padding-top: 120px;
}

.about-intro {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.img-right img {
    width: 100%;
    object-fit: cover;
    height: 700px;
}

.color-back {
    background-color: #E6E3D2;
    font-size: 32px;
    position: relative;
}

.color-back p {
    line-height: 2;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}

.about-info {
    color: #E6E3D2;
    width: 80%;
    margin: auto;
}

.about-info h1 {
    padding-top: 40px;
}

.about-info p {
    width: 70%;
    margin: auto;
    line-height: 3;
    font-size: 22px;
}

.about-wp-info {
    color: black;
    width: 60%;
    margin: auto;
    padding-bottom: 30px;
    text-align: left;
}

.about-wp-info h1 {
    padding-top: 40px;
    text-align: center;
}

.about-wp-info p {
    margin: auto;
    line-height: 3;
    font-size: 22px;
}

#foot-line1 {
    border-radius: 50%;
    border-color: #E38200;
    width: 20%;
}

#contact-link {
    color: #E38200;
}


@media screen and (max-width: 600px) { 
    .about-intro {
        flex-direction: column;
    }

    .img-right img {
        height: 300px;
    }

    .about-intro div{
        height: 300px;
    }

    .color-back {
        font-size: 26px;
        order: 2;
    }

    .about-wp-info {
        width: 90%;
    }

    .about-wp-info p {
        width: 90%;
        line-height: 2;
        font-size: 20px;
    }

    .about-info p {
        width: 90%;
        line-height: 2;
        font-size: 20px;
    }

    .about-info {
        width: 90%;
    }

    #editorial-policy{
        text-align: left;
        width: 90%;
        margin: auto;
        line-height: 2;
        font-size: 22px;
    }
}

@media screen and (min-width: 601px) { 
    .about-intro div{
        flex: 1
    }

    .about-intro {
        height: 700px;
    }

    .about-info {
        height: 400px;
    }

    #editorial-policy{
        text-align: left;
        width: 60%;
        margin: auto;
        line-height: 2;
        font-size: 22px;
    }
}