.box {
    width: 100%;
    /* height: 300px*/
    ;
    /* background-color: wheat;*/
    display: block;
    overflow: auto;
}

.line {
    width: 40px;
    height: 100px;
    margin: 0 auto;
    border-bottom: 4px solid black;

}

h4 {
    text-align: center;
    font-size: 30px;
    font-weight: 300;
    margin-top: 30px;
}



.photofirst img {
    max-width: 100%;
    height: 400px;
    padding-left: 60px;
    padding-top: 60px;
    float: left;
}

.linetwo {
    width: 40px;
    height: 130px;
    margin: 0 auto;
    border-bottom: 4px solid black;

}

.photosecond img {
    max-width: 100%;
    height: 300px;
    padding-left: 60px;
    padding-top: 60px;
    float: left;

}

.photothird img {
    max-width: 100%;
    height: 380px;
    padding-left: 60px;
    padding-top: 60px;
    float: left;
}