.section-content-1 {
    font-family: "Lato";
    font-weight: 300;
    padding: 80px 0 40px;
}
.section-content-1 .s1 h3 {
    font-size: 30px;
    font-weight: 400;
}

.section-service-options {
    background: #F7F3EE;
    padding: 60px 10px;
}
.section-service-options .sh1 {
    font-size: 15px;
}

.service-options .item {
    border-bottom: 1px solid #28292D;
    margin-bottom: 20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
}
.service-options.cols-2  {
    margin: 0 -12px;
}
.service-options.cols-2 .c {
    width: 50%;
	display: inline-block;
    padding-left: 12px;
    padding-right: 12px;
}
.service-options .item.no-desc {
    align-items: center;
}
.service-options .item.no-border {
    border: none;
}
.service-options .item.mt-50 {
    margin-top: 50px;
}

.service-options .item .s1 {
    max-width: 1000px;
}

.service-options .item.add-ons {
    display: block;
}
.service-options .item.add-ons .s1 {
    max-width: 100%;
}
.service-options .e0 {
    font-size: 20px;
    margin-bottom: 5px;
}
.service-options .e1 {
    font-size: 24px;
    margin-bottom: 5px;
}
.service-options .e2 {
    color: #A7A8AA;
    font-style: italic;
    font-size: 19px;
    font-weight: 400;
}
.service-options .e3 {
    margin-top: 15px;
}
.service-options .e3 span {
    font-weight: 300!important;
}
.service-options .e4 {
	background: #fff;
	width: 110px;
	flex-shrink: 0;
	height: 110px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 18px;
	margin-left: 20px;
    line-height: 1.4;
    font-family: "Lato";
    font-weight: 300;
}
.service-options .s2.e4.e8 {
    width: 220px;
    padding: 0 10px;
    text-align: center;
}
.service-options .e5 {
    font-size: 15px;
    display: block;
}
.service-options .e6 {
    font-size: 30px;
    display: block;
}
.section-so-more-info{
    padding: 60px 10px;
    position: relative;
}
.section-so-more-info .wrapper:after {
    content: "";
    position: relative;
    width: 100%;
    border-bottom: 1px solid;
    bottom: -60px;
}
.section-so-more-info .info-title{
    margin-top: 20px;
    font-size: 25px;
}

.section-faq {
    padding: 120px 0 0;
}

.section-related-posts {
	margin: 100px 0 120px;
}

.pdf-btn-container {
    text-align: center;
    margin-top: 50px;
}

html>body .entry .custom-price-list {
    margin-left: 0;
}
.custom-price-list li {
    list-style: none;
	display: flex;
	margin-bottom: 10px;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 10px;
    border-bottom: 1px solid #28292D;
}
.custom-price-list li:last-child {
    border-bottom: none;
}
.custom-price-list .l {
	font-family: "Playfair Display";
    font-weight: 700;
    font-size: 19px;
}
.custom-price-list .v {
	margin-left: 20px;
	background: #fff;
	align-items: center;
	display: flex;
	justify-content: center;
	width: 110px;
	height: 110px;
	font-size: 30px;
	padding: 5px;
}

.custom-price-list .l2 {
    font-family: Lato;
	font-size: 14px;
	font-weight: 400;
}

@media(max-width:1024px){
    .section-content-1 {
        padding: 80px 0;
    }
    .section-content-1 .s1 {
        margin-right: 20px;
    }

    .section-faq {
        padding: 80px 0 0;
    }
}

@media(max-width:1023px){
    .section-content-1 {
        padding: 40px 20px;
    }
    .section-content-1 .flex {
        display: block;
    }
    .section-content-1 .s1 {
        width: 100%;
        margin: 0;
    }
    .section-content-1 .s2 {
        width: 100%;
    }
    .section-content-1 blockquote {
        font-size: 15px;
	    padding: 0 0 0 10px;
    }
}

@media(max-width:420px){
    .custom-price-list li,
    .service-options .item {
        display: block;
        text-align: center;
    }   
    .service-options .e4 {
        margin: 20px auto 0;
    }
    .custom-price-list .v {
        margin: 5px auto 0;
    }

    .service-options.cols-2 .c {
        width: 100%;
    }

    .service-options .item .e3 ul {
        padding-left: 0!important;
        margin-left: 0!important;
        list-style: none;
    }
}