.title-text-list-section {
	position: relative;
	display: flex;
	flex-direction: column;
	margin: 0.86rem 0 1.35rem;

}
@media screen and (max-width: 768px) and (orientation: portrait) {
	.title-text-list-section {
		margin: 0.4rem 0;

}
	}
.title-text-list-section .title-text-list-wrap {
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		width: 100%;
		gap: 0.58rem;
	}
@media screen and (max-width: 768px) and (orientation: portrait) {
	.title-text-list-section .title-text-list-wrap {
			gap: 0.8rem;
	}
		}
:is(.title-text-list-section .title-text-list-wrap) .list-item {
			position: relative;
			display: flex;
			flex-direction: row;
			align-items: flex-start;
			justify-content: flex-start;
			width: 100%;
			gap: 0.4rem;
		}
@media screen and (max-width: 768px) and (orientation: portrait) {
	:is(.title-text-list-section .title-text-list-wrap) .list-item {
				flex-direction: column;
				gap: 0.4rem;
		}
			}
:is(:is(.title-text-list-section .title-text-list-wrap) .list-item) .left-side {
				position: relative;
				display: flex;
				flex-direction: column;
				align-items: flex-start;
				justify-content: flex-start;
				width: 6.29rem;
			}
@media screen and (max-width: 768px) and (orientation: portrait) {
	:is(:is(.title-text-list-section .title-text-list-wrap) .list-item) .left-side {
					width: 100%;
			}
				}
:is(:is(:is(.title-text-list-section .title-text-list-wrap) .list-item) .left-side) .title {
					color: var(--blue);
				}
:is(:is(.title-text-list-section .title-text-list-wrap) .list-item) .right-side {
				position: relative;
				display: flex;
				flex-direction: column;
				align-items: flex-start;
				justify-content: flex-start;
				gap: 0.4rem;
				width: 5.22rem;
			}
@media screen and (max-width: 768px) and (orientation: portrait) {
	:is(:is(.title-text-list-section .title-text-list-wrap) .list-item) .right-side {
					width: 100%;
			}
				}
:is(:is(:is(.title-text-list-section .title-text-list-wrap) .list-item) .right-side) .title-text-list-item-text {
					color: var(--dark-grey);
				}
