.workers-container{
    width:1230px;
    margin-left:auto;
    margin-right:auto;
}
.media-container{
    display:inline-block;
    
}
.workers_image{
    width:600px;
    float:left;
    margin-bottom:10px; 
    cursor:pointer;
}
.workers_image img{
    width:600px; 
    border:1px solid transparent;
    margin-top:25px;
}
.workers_image:nth-child(2n+2){
    margin-left:25px;
}
.workers_image img:hover{
    opacity:0.6;
    transition-timing-function: ease-in;
    transition:1s;   
}
.workers-container h1{
    border-bottom: 1px solid #E5E5E5;
    font-family: 'Source Sans Pro', 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    font-weight: normal;
    color: #000;
    font-size: 24px;
    line-height: 1.5;
}
.workers-container h1:after{
    content: "";
    display: block;
    bottom: 0;
    width: 120px;
    height: 2px;
    background: #42B3E5;
    margin-top: 7px;
    margin-bottom:25px;
    margin-top: 
}
.gallery_container{
    width:1230px;
    margin-left:auto;
    margin-right:auto; 
}
.gallery_container .image-item{
    width:395px;
    float:left;
    margin-bottom:15px; 
}
.gallery_container .image-item img{
    width:395px;
    cursor:pointer;
}
.gallery_container .image-item:nth-child(3n+2){
    margin-left:21px;
    margin-right:21px;
}
.gallery_container .image-item:hover{
    opacity:0.5;
    transition:1s;
}
.gallery_container h1{
   font-size:24px;
   line-height:1.5;
   font-family: 'Source Sans Pro', 'Arial', sans-serif;
   margin: 0;
   padding: 0;
   font-weight: normal;
   color: #000;
   border-bottom: 1px solid #E5E5E5;
   margin-bottom: 25px;
 
}
.gallery_container h1:after{
  content: "";
    display: block;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #42B3E5;
    margin-top: 7px;
    margin-bottom:25px;
    
    
}

