.page {
	overflow-x: clip;
}

img{
	border-radius: 25px;
}

.funeral-page {
  	width: 100%;
}

.section-0, .section-1, .section-2, .section-4, .section-5, .section-6, .section-7 {
	margin: 0;
    background-color: #fff;
    margin-left: 10px;
    margin-right: 10px;
}

.section-0 .line, .section-2 .line {
	width: 100%;
	text-align: center;
	text-align: -webkit-center;
	margin-top: 40px;
	margin-bottom: 20px;
}

.caption, p{
	font-size: 1rem;
    font-family: "Roboto", sans-serif;
}

.section-0 .caption, .section-2 .caption {
	width: 70%;
}

.section-1 img {
	border-collapse: collapse;
    border-radius: 8px;
}

.section-2 .container, .section-4 .container, .section-5 .container, .section-6 .container, .section-7 .container {
	margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-4, .section-5, .section-6, ,section-7 {
	margin-top: 60px;
}

.section-2 .left{
	width: 35%;
	margin: 0;
    margin-left: auto;
}
.section-2 .right{
	width: 50%;
}

.section-2 p{
	font-size: 1.2rem;
}

.section-4 .left{
	width: 50%;
	margin: 0;
    margin-left: auto;
}

.section-4 .right{
	width:50%;
	padding-left: 20px;
}

.section-5 .left {
	width: 30%;
	margin: 0;
    margin-left: auto;
}

.section-5 .right {
	width:65%;
	margin: 0;
    margin-right: auto;
}

.section-6 .left{
	width:50%
}

.section-6 .right{
	width:30%;
	margin: 0;
	margin-right: auto;
	padding-left: 20px;
}

.section-3{
	margin-top: 30px;
}

.text_color{
	font-weight: 600;
	color: #bd9664;
}

.section-4 .text_color {
	color: #67d0c1;
}

.section-5 .text_color {
	color: #dd6555;
}

.section-3 .line-1 {
	text-align: center;
}

.section-3 .line-img {
  	display: flex;
  	justify-content: center;
}

.section-3 .line-img .img-border {
  	margin: 10px;
	width: 32%;
	height: 32%;
}
/*--------------------------------------*/

table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
	margin-bottom: 16px;
}

table .bold{
	font-weight: 900;
	color: #6bcdc0;
}

tr:nth-child(odd) {
    background-color: #f8f8f8;
}

tr:last-child td:first-child, tr:last-child td:last-child{
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px
}

th,
td {
    padding: 12px;
    text-align: left;
}

td {
    padding-top: 8px;
    padding-bottom: 8px;
}

th {
    background-color: #be9660;
    color: #fff;
}

th:first-child {
    border-top-left-radius: 8px;
}

th:last-child {
    border-top-right-radius: 8px;
    text-align: center;
}

td:first-child {
    text-align: left;
}

td:nth-child(2),
td:last-child {
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
th:first-child,
td:first-child {
    width: 60%;
}

th:nth-child(2),
td:nth-child(2),
th:last-child,
td:last-child {
    width: 20%;
    text-align: center;
}

/*--------------------------------------*/

#promote {
    display: flex;
    justify-content: space-between;
    align-items: center;
	padding: 20px 60px 0px 60px;
}

.promo-item {
    flex: 1;
    margin-right: 10px;
    background: #fff;
    border-collapse: collapse;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.promo-item img {
    width: 100%;
    border-radius: 8px;
}

#promote div:last-child {
    margin-right: 0;
}

/*--------------------------------------*/
@media (max-width: 480px) {
	.section-0 .caption, .section-2 .caption {
		width: 100%;
	}
	
	.section-2 .container, .section-4 .container, .section-5 .container, .section-6 .container, .section-7 .container{
		display: block;	
	}
	
	.section-2 .left{
		width: 100%;
	}
	
	.section-2 .right{
		margin-top: 10px;
		width: 100%;
	}
	
	.section-2 p{
		font-size: 1rem;
	}
	
	.section-4 .left{
		width: 100%;
	}
	
	.section-4 .right{
		margin-top: 10px;
		width: 100%;
		padding-left:0;
	}
	
	.section-5 .left{
		width: 100%;
	}
	
	.section-5 .right{
		width: 100%;
	}
	
	.section-6 .left{
		width: 100%;
	}
	
	.section-6 .right{
		padding: 0;
		margin-top: 10px;
		width: 100%;
	}
	.section-7 .left{
		width: 100%;
	}
	
	.section-7 .right{
		padding: 0;
		margin-top: 10px;
		width: 100%;
	}
	
	.funeral-page .slideshow-container .mySlides1 {
		padding: 10px;
		width: 100%;
		height: 100%;
	}
	
	.funeral-page .slideshow-container img {
		border-radius: 8px;
	}
	
	#promote {
		display: block;
		padding: 0;
	}
	
	.promo-item {
		margin: 0;
		margin-bottom: 12px;
	}
	
	.section-6 .right{
		width: 100%;
	}
}

@media (max-width: 768px) {
	.section-0 .caption, .section-2 .caption {
		width: 100%;
	}
	
	.section-2 .container, .section-4 .container, .section-5 .container, .section-6 .container, .section-7 .container{
		display: block;	
	}
	
	.section-2 .left{
		width: 100%;
	}
	
	.section-2 .right{
		margin-top: 10px;
		width: 100%;
	}
	
	.section-2 p{
		font-size: 1rem;
	}
	
	.section-4 .left{
		width: 100%;
	}
	
	.section-4 .right{
		margin-top: 10px;
		width: 100%;
		padding-left:0;
	}
	
	.section-5 .left{
		width: 100%;
	}
	
	.section-5 .right{
		width: 100%;
	}
	
	.section-6 .left{
		width: 100%;
	}
	
	.section-6 .right{
		padding: 0;
		margin-top: 10px;
		width: 100%;
	}
	.section-7 .left{
		width: 100%;
	}
	
	.section-7 .right{
		padding: 0;
		margin-top: 10px;
		width: 100%;
	}
	
	.funeral-page .slideshow-container .mySlides1 {
		padding: 10px;
		width: 100%;
		height: 100%;
	}
	
	.funeral-page .slideshow-container img {
		border-radius: 8px;
	}
	
	.funeral .section-0{
		padding: 0;
		margin-bottom: 20px;
	}
	
	#promote {
		display: block;
		padding: 0;
	}
	
	.promo-item {
		margin: 0;
		margin-bottom: 12px;
	}
	
	.section-6 .right{
		width: 100%;
	}
}

@media (max-width: 992px) {
	.section-2 p{
		font-size: 1rem;
	}

	.section-3 {
		margin-top: 40px;
	}

	.section-3 .line-img .img-border {
		margin: 10px;
	}
	.section-6 .right{
		width: 100%;
	}
}

@media (max-width: 1200px) {
	.section-2 p{
		font-size: 1rem;
	}

	.section-3 {
		margin-top: 40px;
	}

	.section-3 .line-img .img-border {
		margin: 10px;
	}
	.section-6 .right{
		width: 100%;
	}
}

@media (max-width: 1400px) {
	.section-2 p{
		font-size: 1rem;
	}
	
	.section-3 {
		margin-top: 40px;
	}

	.section-3 .line-img .img-border {
		margin: 10px;
	}
}