.ServicesM {
    background: #5C7DBE;
}
.ServicesM a {
    color: #fff;
}
.Content {
    width: 1000px;
    margin: 0px auto;
}
.ServiceCon {
    height: 345px;
    margin: 0px 0px 50px 0px;
}
.TextPlaceCon {
    float: left;
    width: calc(100% - 450px);
    background: #dbe7ff;
    padding: 55px 35px 105px 35px;
    position: relative;
    height: 100%;
}
.TextPlace {
    height: 100%;
    overflow: hidden;
}
.ServiceTitle {
    margin: 0px 0px 10px 0px;
    font-size: 23px;
    color: #5c7dbe;
    overflow: hidden !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 100;
}
.ServiceImg {
    width: 450px;
    float: right;
    height: 100%;
}
.ReadMore {
    display: block;
    background: #cbd0d4;
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.ReadMore a {
    display: block;
    color: #fff;
}
.ReadMore a:hover {
    color: #6d83af;
}
/* Responsive */

@media all and (min-width: 0px) and (max-width: 1025px) {
.Content {
    width: 100%;
    padding: 0px 5px;
}
}
@media all and (min-width: 0px) and (max-width: 740px) {
.ServiceCon {
    height: auto;
    text-align: center;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    display: -webkit-box;
    display: -moz-box;
    display: box;
}
.TextPlaceCon {
    float: none;
    width: 90%;
    text-align: left;
    margin: 0px auto;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
}
.TextPlace {
    height: 186px;
}
.ServiceImg {
    width: 90%;
    float: none;
    display: block;
    height: auto;
    margin: 0px auto;
}
}
@media all and (min-width: 0px) and (max-width: 400px) {
.TextPlaceCon {
    padding: 20px 20px 60px 20px;
}
}
@media all and (min-width: 0px) and (max-width: 340px) {
.TextPlaceCon {
    width: 100%;
}
.ServiceImg {
    width: 100%;
}
}
