.wrapper__photos-one .row {
    margin: 0 -10px;
}
.wrapper__photos-one .col-md-4{padding:10px}
.photo-block__whith-text {
    background: #fff;
    padding: 5px 5px 10px;
    box-shadow: 0px 4px 10px rgba(185, 185, 185, 0.16);
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
    color: #363534;
	height:100%
}
.photo-block__link{display:block}
.photo-block__whith-text img{border-radius: 5px;margin-bottom: 10px;}
.photo-block__whith-text:hover{color: #e31e24; text-decoration:none; box-shadow: 0px 4px 12px rgba(185, 185, 185, 0.16), 0px 0 0 2px #e31e24;}
@media(max-width:991px){
	.photo-block__whith-text {font-size: 14px; line-height: 20px}
}
@media(max-width:420px){
	.wrapper__photos-one .col-md-4{-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;}
}