.contact1-box{
    width:1200px;
    margin:20px auto;
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
}

.contact1-box h2 {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    font-weight: normal;
    color: white;
    margin-bottom: 60px;
}

.contact1-box div{
    width:265px;
    height:165px;
    margin-right: 35px;
    box-shadow:5px 5px #403c41;
    margin-bottom: 50px;
}
.contact1-box div img{
    width:100%;
    height:100%;
}