.product-header {
    font-weight: 500;
}
.section-bg {
    position: relative;
    z-index: 0;
    background: url(../img/homebanner.jpg) center no-repeat,linear-gradient(360deg, #060606 0%, transparent 80%);
    background-blend-mode: color-burn;
}
.blog-author {
    color: #fff;
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 0.8rem;
}
.blog-author span+span {
    border-left: 1px solid #fff;
    padding-left: 5px;
}
.title {
    display: block;
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 5px;
}
.overview-title {
    font-size: 2rem;
    margin-bottom: 24px;
    font-weight: 600;
}
.info {
    padding-bottom: 18px;
    display: inline-block;
}
.list {
    padding-left: 18px;
}
.ulist {
    text-indent: 0px;
    margin-bottom: 8px;
}
.ulist:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #004f70;
    border-radius: 50%;
    display:inline-block;
    margin-right:12px;
}
.conclusion-cont {
    margin-top: 50px;
    background: #e7f6fd;
    padding: 40px 100px;
}
.conclusion-title {
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 20px;
}
.conclusion-info {
    font-size: 1.2rem;
}

@media screen and (max-width: 769px) {
    .ulist {
        text-indent: 24px;
    }
    .conclusion-cont {padding: 20px 40px;}
    .conclusion-title {
        margin-bottom: 12px;
    }
    section.section-bg-white.blog-container {
        padding-bottom: 0;
    }
}
@media screen and (max-width: 425px) {
    .reach-us-container {
        background-size: cover;
    }
}