.main{width: 1200px;margin: 0 auto;}
.title-bar {
    padding:50px 0 0 0;
}
.title-bar h1 {
    color: #41464b;
    text-align: center;
    font-weight: 700;
    margin: 20px auto 10px auto;
}
.title-bar .heading-border {
    width: 60px;
    height: 10px;
    background-color: #2196f3;
    margin: 0 auto 20px auto;
}
#comp-offer {
    padding:50px 0 100px 0;
}
.desc-comp-offer h2, .desc-comp-offer>.heading-border-light {
    margin-left: 20px;
}
.desc-comp-offer h2, .desc-comp-offer>.heading-border-light {
    margin-left: 20px;
}
.desc-comp-offer h2{font-size: 1.7em}
.desc-comp-offer span{font-size: 0.85em}
.heading-border-light {
    width: 30px;
    height: 5px;
    background-color: #2196f3;
    margin: 0 0 20px 0;
}
.desc-comp-offer-cont {
    margin-bottom: 10px;
    box-shadow: 3px 3px 10px 1px rgba(158, 158, 158, 0.68);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.thumbnail-blogs {
    position: relative;
    overflow: hidden;
}
.caption {
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(33, 150, 243, 0.72);
    width: 100%;
    height: 100%;
    padding: 2%;
    display: none;
    text-align: center;
    color: #fff !important;
    z-index: 2;
}
.caption i {
    margin: 30% 4px;
    border: 2px solid #fff;
    cursor: pointer;
    font-size: 25px;
    border-radius: 50%;
    padding: 5px;
    transition: border 0.2s ease, font-size 0.2s ease;
}
.desc-comp-offer-cont h3 {
    padding: 30px 10px 0 10px;
    font-size: 18px;
    text-transform: none;
}
.desc-comp-offer-cont p {
    padding: 0 10px;
    font-size: 14px;
}
.desc-comp-offer-cont .desc{height: 100px;}
 @media (min-width: 1600px) {
    .desc-comp-offer-cont p {
        padding: 0 10px;
        font-size: 16px;
    }
     p {
        font-family: "SourceHanSansCN-Normal";
        color: #64707b;
        font-size: 16px;
        font-weight: 300;
    } 
}

.desc-comp-offer-cont a {
    padding: 0px 10px;
    font-size: 16px;
}
.desc-comp-offer-cont:hover {
    margin-bottom: 10px;
    border-bottom: 5px solid #2196f3;
    margin-top: -5px;
    cursor: pointer;
}
.desc-comp-offer-cont:hover .caption{display: block;}
.container-fluid{padding: 0 !important;}
.fa-arrow-circle-o-right:before{
	content: "\f18e" !important;
}