.content{
    margin-top: 80px;
    width: 100%;
}

.galary-w{
    width: 940px;
    margin: auto;
    margin-bottom: 30px;
}

.galary-w1{
    width: 690px;

}

h1{
    font-family: "OpenSansLight";
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    padding: 0 20px;
    margin-bottom: 40px;
    color: #333;
}

h1 span{
    font-weight: 600;
}

.photo{
    display: inline-block;
    width: 300px;
    height: 147px;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
}


.photo1{
    display: inline-block;
    width: 342px;
    height: 200px;
    margin-top: 20px;
/*    margin-bottom: 20px;*/
    position: relative;
    margin-left: 0%;
}


.photo:nth-of-type(3n+2){
    margin: 20px 15px;
}
