section#block-panels-mini-product-menu {
    display: none;
}

section.banner {
    background-color: #caebff;
    text-align: center;
    padding: 110px 0px 120px;
}

.prodect-logo a>img {
    max-width: 99px;
}

.prodect-logo {
    font-size: 36px;
    display: inline-block;
}

.field-body .prodect-logo h3 {
    color: #000;
    line-height: 1;
    margin: 0px auto 0px;
    display: inline-block;
    padding-left: 6px;
    font-size: 36px;
    font-family: var(--zf-primary-bold);
}

.prodect-logo a {
    display: inline-block
}

.prodect-logo a,
.prodect-logo h3 {
    color: #000;
}

h1 {
    font-family: var(--zf-secondary-bold);
    font-size: 50px;
    margin-top: 10px;
}

.description {
    padding: 50px 0px 40px;
}

.description .content-wrap {
    max-width: 800px;
    padding: 20px 0px 40px;
}

.description h2 {
    font-family: var(--zf-secondary-bold);
}

.term-wrap h2 {
    margin-bottom: 24px;
    font-size: 30px;
}

.term-wrap ul li:not(:last-child) {
    margin-bottom: 15px;
}

.term-wrap ul li{
    padding-left: 30px;
}
.term-wrap p{
    text-align:center;
}
.term-wrap ul li:after,.term-wrap ul li:before{
    content: "";
    position: absolute;
    height: 8px;
    width: 8px;
    background-color: black;
    left: 9px;
    border-radius: 50%;
    top: 10px;
}
.term-wrap ul li{
    position:relative;
}


/* .term-wrap ul li:after{
	width: 18px;
	height: 18px;
	border: 1px solid #084413;
	left: 0px;
	top: 6px;
	border-radius: 50%;
}
.term-wrap ul li:before {
	width: 4px;
	height: 9px;
	border: 1px solid #084413;
	border-left: unset;
	border-top: unset;
	left: 7.2px;
	transform: rotate(45deg);
	top: 10px;
} */

@media screen and (max-width:480px) {
    section.banner {
        padding: 50px 0px;
    }
    h1{
    	font-size: 30px;
    	margin-top:0px;
    }
    .prodect-logo a>img {
        max-width: 76px;
    }
    .field-body .prodect-logo h3 {
        font-size: 28px
    }
    .description {
        padding: 30px 0px;
    }
    .term-wrap ul li {
        font-size: 16px;
    }
    .term-wrap h2 {
        margin-bottom: 20px;
        font-size: 26px;
    }
}