.abou_contain {
    height: 2000px;
    background-color: white;
    position: relative;
    overflow: hidden;
}

.about_1box {
    height: 370px;
    text-align: center;
    margin-bottom: 10px;
}

.about_1box>p:first-child {
    position: relative;
    padding-top: 130px;
    font-size: 8vh;
    font-weight: bold;
    z-index: 99;
}

.about_1box>p:first-child::before {
    z-index: -99;
    position: absolute;
    top: 90px;
    left: 360px;
    font-size: 9vh;
    content: 'ABOUT US';
    color: #f2d05648;
}

.about_1box>p:last-child {
    padding-top: 10px;
    font-size: 4vh;
    font-weight: bold;
    color: #754C24;
}

.about_2box {
    padding-top: 1px;
    height: 2400px;
    margin: 0 auto;
    border-radius: 145px;
    /* box-shadow: 4px 4px 4px 2px rgba(81, 81, 81, 0.082),
        4px -4px 4px 2px rgba(81, 81, 81, 0.082),
        -4px 4px 4px 2px rgba(81, 81, 81, 0.082),
        -4px -4px 4px 2px rgba(81, 81, 81, 0.082); */
}

.about_2box>img {
    display: block;
    margin: 0 auto 50px;
    width: 780px;
    height: 400px;
    box-shadow: 4px 4px 5px 3px rgb(0, 0, 0);
    border-radius: 200px;

}

.about_p1 {
    margin: 0 auto;
    width: 1100px;
    line-height: 2;
    font-size: 24px;
    text-indent: 2em;
}

.about_3box {
    margin: 60px auto;
    width: 1100px;
    font-size: 24px;
}

.about_3box>p {
    margin: 20px 0;
    text-align: center;
    width: 180px;
    height: 50px;
    line-height: 50px;
    font-weight: bolder;
    background-color: #FAF3DB;
    border-radius: 25px;
}

.about_4box {
    width: 1980px;
    height: 210px;
    background-color: #000000;
    position: absolute;
    bottom: 780px;
    color: white;
}

.about_4box>p {
    margin: 20px 0 20px 240px;
    font-size: 24px;
}

.about_4box>p:first-child {
    font-weight: bolder;
}

.about_5box {
    margin: 260px auto 0;
    width: 1100px;
    height: 540px;
}