.ser-box {
    display: inline-block;
    background-color: #e7f2f8;
    position: relative;
}
.ser-box:before {
    content: '';
    width: 19%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #fff;
}
.ser-box a.thumb {
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    width: 37%;
    float: left;
    position: relative;
}
.ser-box a.thumb img {
    float: left;
}
.ser-box .info {
    display: inline-block;
    width: 63%;
    vertical-align: top;
}
.ser-box .info a {
    color: #0f75bc;
    text-decoration: none;
}
.ser-box .info a:hover {
    color: #000;
}




@media screen and (max-width: 1362px) {
}
@media screen and (max-width: 992px) {
	.ser-box .info {
	    padding: 15px;
	}
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 479px) {
	.ser-box a.thumb, .ser-box:before {
	    display: none;
	}
	.ser-box .info {
	    width: 100%;
	    padding: 15px;
	}
}
