.section-banner {
    min-height: 17.5rem;
}

.section-one-chapter5 .text {
    width: 50rem;
    padding: 2rem 0 4rem;
}
.section-one-chapter5 .text h1 {
    margin: 0 0 0rem;
}
.section-one-chapter5 ul {
    margin: 0;
    flex-wrap: wrap;
}
.section-one-chapter5 ul li {
    padding: 0 1.23rem;
    margin: 0;
    list-style: none;
}
.section-one-chapter5 ul li a {
    font-size: var(--font-size-h3);
    color: #41273C;
    text-decoration: none;
    font-family: 'din_procondensed_regular';
    line-height: 2.3;
}
.section-one-chapter5 ul li:first-child {
    padding-left: 0;
}
.section-one-chapter5 ul li:last-child {
    padding-right: 0;
}
.section-one-chapter5 ul li.active a {
    color: var(--main-color);
}
.section-one-chapter5 ul li .arrow {
    width: 2rem;
    height: 2rem;
    position: absolute;
    z-index: 2;	
    background-color: var(--white-color);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    bottom: -1.35rem;
    transform: translateX(-0.75rem);	
	
}
.section-one-chapter5 ul li .arrow svg {
    width: 1rem;
    height: 1rem;
	margin: 0.3rem 0 0;
}
.section-one-chapter5 ul li.active .arrow {
    opacity: 1;
}
.section-one-chapter5 ul li.disable a {
    color: #BEAEBB;
}
/***section-two-chapter5***/
.section-two-chapter5 {
	background-position: center 10vw;
    background-size: 101%;
    background-color: #40273c;
    padding: 3rem 0;
    background-attachment: fixed;
}
.section-two-chapter5 .inner {
    height: calc(100% - 8px);
    backdrop-filter: blur(15px);
    background: rgb(255, 255, 255, 0.2);
    margin: 0.12rem;
    padding: 2rem;
    color: var(--white-color);
}
.section-two-chapter5 .inner h3 {
    margin: 0 0 1.5rem;
	font-family: 'din_promedium';
}
.section-two-chapter5 ul li {
    list-style: none;
    color: var(--white-color);
    position: relative;
    display: flex;
    align-items: flex-start;
	margin: 0 0 2rem 0;
}
.section-two-chapter5 ul li span {
    position: absolute;
    left: -2rem;
    font-size: var(--font-size-h3);
    margin-top: -0.5rem;
}


/****responsive-style***/
@media (max-width: 991px){
	.section-banner {
		min-height: 11.5rem;
	}
	.section-one-chapter5 .text {
		width: 100%;
		padding: 2rem 0 1rem 0rem;
	}
	.section-one-chapter5 .text h1 {
		padding-left: 2rem;
	}
	.section-one-chapter5 ul li a {
		font-size: var(--font-size-h4);
		line-height: 2.1;
	}
	.section-one-chapter5 ul li .arrow {
		display: none;
	}
	.section-one-chapter5 ul li:first-child {
		padding-left: 0.4rem;
	}
	.section-one-chapter5 ul li {
		padding: 0 0.4rem;
		line-height: 1;
		height: 29px;
	}
	.section-one-chapter5 ul {
		margin: 0 0 0.75rem;
	}
	.section-two-chapter5 .inner {
		height: auto;
		padding: 1rem;
	}
	.section-two-chapter5 ul li span {
		display: none;
	}
	.section-two-chapter5 .inner h3 {
		font-size: 1.25rem;
	}
}

