.cd-header {
    font-size: 24px;
    line-height: 35px;
    font-weight: bold;
}
.cd-image, .cd-content-wrapper .cd-title {
    text-align: center;
}
.cd-image img {
    max-width: 60px;
    max-height: 60px;
}
.cd-content-wrapper .cd-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}
.cd-content-wrapper .cd-desc {
    font-size: 16px;
    line-height: 24px;
}
.cd-all-wrapper {
    margin-bottom: 16px;
}
.coverage-wrapper, .discount-wrapper {
    border-radius: 8px;
    border: solid 1px #c4cdd5;
    padding: 16px 27px 14px 20px;
}
.coverage-wrapper ul, .discount-wrapper ul{
    padding-inline-start: 20px;
}
.coverage-discount {
    margin-top: 24px;
}
.home_coverage_discount .container {
    background: #fff;
    box-shadow: 0px 3px 6px rgb(214, 214, 214);
}
.home_coverage_discount .container h2 {
    color: #000;
    font-size: 24px;
    line-height: 35px;
    font-weight: bold;
    text-align:center;
    margin-bottom: 24px;
}
.home_coverage_discount .container h2:nth-of-type(2) {
    margin-top: 30px;
}
.home_coverage_discount .container p {
    color: #000;
    font-size: 16px;
}
@media screen and (min-width: 768px) {
    .cd-image, .cd-content-wrapper .cd-title {
        text-align: left;
    }
    .cd-image img {
        max-width: 100px;
        max-height: 100px;
    }
    .cd-all-wrapper {
        margin-bottom: 24px;
    }
    .coverage-wrapper, .discount-wrapper {
        padding: 16px 27px 14px 20px;
    }
    .cd-image {
        margin-right: 32px;
    }
    .coverage-discount {
        margin-top: 50px;
    }
    .home_coverage_discount .container h2 {
        text-align: left;
        margin-bottom: 19px;
    }
}