/* HERO */
.policy-hero {
    position: relative;
    padding: 120px 0 60px;
    background-color: #F8F9FC;
    text-align: center;
    overflow: hidden;
}

.policy-hero::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background-image: url(../images/bgr-breadbrumb.svg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}

/* CONTENT */
.policy-content {
    padding: 60px 0;
}

/* BOX */
.policy-content .col-lg-8 {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* TEXT */
.policy-content h2 {
    font-size: 22px;
    margin-top: 25px;
    color: #017077;
}

.policy-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #000000;
    margin-bottom: 10px;
}
.policy-content ul li {
    color: #000000;
    font-size: 16px;
}
a.btn-best:hover
 {
    background: #017077;
    color: #ffffff;
}
.policy-content .content h1
 {
    font-size: 28px;
    margin-bottom: 20px;
    text-align: center;
}