.jdw-tabs-4 {
	--jdw-tabs-4-accent: #ea543f;
	--jdw-tabs-4-accent-hover: #ff6550;
	width: 100%;
}

.jdw-tabs-4,
.jdw-tabs-4 * {
	box-sizing: border-box;
}

.jdw-tabs-4 .flex-container {
	display: flex;
}

.jdw-tabs-4 .tab-btn-list {
	align-self: flex-start;
	border-right: 1px solid #15233f;
	box-sizing: border-box;
	padding: 60px 0;
	width: 20%;
}

.jdw-tabs-4 .tab-content-list {
	box-sizing: border-box;
	padding: 60px 0 0 60px;
	width: 80%;
}

.jdw-tabs-4 .tab-content-item {
	display: none;
}

.jdw-tabs-4 .tab-content-item.active {
	display: block;
}

.jdw-tabs-4 .tab-btn-item {
	appearance: none;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-sizing: border-box;
	color: #000;
	cursor: pointer;
	display: block;
	font: inherit;
	margin: 0 0 60px;
	padding: 0 40px 0 0;
	position: relative;
	text-align: left;
	width: 100%;
}

.jdw-tabs-4 .tab-btn-item:last-child {
	margin-bottom: 0;
}

.jdw-tabs-4 .tab-btn-item h3 {
	color: inherit;
	font-family: "Bai Jamjuree", sans-serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0;
	padding: 0;
	text-align: start;
}

.jdw-tabs-4 .tab-btn-item .dot {
	align-items: center;
	background-color: #fff;
	border: 1px solid #15233f;
	border-radius: 50%;
	display: flex;
	height: 30px;
	justify-content: center;
	position: absolute;
	right: 0;
	top: -2px;
	transform: translateX(50%);
	width: 30px;
}

.jdw-tabs-4 .tab-btn-item .dot::before {
	background-color: #15233f;
	border-radius: 50%;
	content: "";
	height: 14px;
	width: 14px;
}

.jdw-tabs-4 .tab-btn-item.active h3,
.jdw-tabs-4 .tab-btn-item:hover h3,
.jdw-tabs-4 .tab-btn-item:focus-visible h3 {
	color: var(--jdw-tabs-4-accent);
}

.jdw-tabs-4 .tab-btn-item.active .dot,
.jdw-tabs-4 .tab-btn-item:hover .dot,
.jdw-tabs-4 .tab-btn-item:focus-visible .dot {
	border-color: var(--jdw-tabs-4-accent);
}

.jdw-tabs-4 .tab-btn-item.active .dot::before,
.jdw-tabs-4 .tab-btn-item:hover .dot::before,
.jdw-tabs-4 .tab-btn-item:focus-visible .dot::before {
	background-color: var(--jdw-tabs-4-accent);
}

.jdw-tabs-4 .tab-content-item > h3 {
	color: #000;
	font-family: "Bai Jamjuree", sans-serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0;
	padding: 0;
}

.jdw-tabs-4 .tab-content-item > p {
	color: #000;
	font-family: Poppins, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	margin: 10px 0 0;
	max-width: 950px;
}

.jdw-tabs-4 .content-container {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

.jdw-tabs-4 .img-wrap {
	width: 45%;
}

.jdw-tabs-4 .img-wrap img {
	display: block;
	height: auto;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	transition: all 0.24s ease;
	width: 100%;
}

.jdw-tabs-4 .text-wrap {
	width: 53%;
}

.jdw-tabs-4 .text-wrap h4 {
	color: #000;
	font-family: "Bai Jamjuree", sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
	padding: 0;
}

.jdw-tabs-4 .text-wrap p {
	color: #000;
	font-family: Poppins, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	margin: 10px 0 0;
}

.jdw-tabs-4 .text-wrap ul {
	list-style: none;
	margin: 30px 0 0;
	padding: 0;
}

.jdw-tabs-4 .text-wrap li {
	margin: 0;
	padding: 0;
}

.jdw-tabs-4 .text-wrap li a {
	color: #787878;
	display: block;
	font-family: Poppins, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	margin-top: 10px;
	padding-left: 22px;
	position: relative;
	text-decoration: none;
}

.jdw-tabs-4 .text-wrap li a::before {
	background-color: #787878;
	border-radius: 50%;
	content: "";
	display: block;
	height: 10px;
	left: 0;
	position: absolute;
	top: 6px;
	width: 10px;
}

.jdw-tabs-4 .text-wrap li a:hover,
.jdw-tabs-4 .text-wrap li a:focus-visible {
	color: var(--jdw-tabs-4-accent);
}

.jdw-tabs-4 .text-wrap li a:hover::before,
.jdw-tabs-4 .text-wrap li a:focus-visible::before {
	background-color: var(--jdw-tabs-4-accent);
}

.jdw-tabs-4 .btn-wrap {
	margin-top: 40px;
}

.jdw-tabs-4 .red-btn {
	background-color: var(--jdw-tabs-4-accent);
	color: #eee;
	display: inline-block;
	font-family: Poppins, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	padding: 15px 30px;
	text-decoration: none;
	transition: all 0.34s;
}

.jdw-tabs-4 .red-btn:hover,
.jdw-tabs-4 .red-btn:focus-visible {
	background-color: var(--jdw-tabs-4-accent-hover);
	color: #eee;
}

@media (max-width: 800px) {
	.jdw-tabs-4 .flex-container {
		display: block;
	}

	.jdw-tabs-4 .tab-btn-list {
		border: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding: 0;
		width: 100%;
	}

	.jdw-tabs-4 .tab-btn-item {
		border: 1px solid #15233f;
		border-radius: 5px;
		box-sizing: border-box;
		margin: 0 10px 10px;
		padding: 10px;
		width: calc(25% - 20px);
	}

	.jdw-tabs-4 .tab-btn-item.active {
		border-color: var(--jdw-tabs-4-accent);
	}

	.jdw-tabs-4 .tab-btn-item h3 {
		font-size: 14px;
		font-weight: 400;
		text-align: center;
	}

	.jdw-tabs-4 .tab-btn-item .dot {
		display: none;
	}

	.jdw-tabs-4 .tab-content-list {
		padding: 30px 20px 0;
		width: 100%;
	}
}

@media (max-width: 540px) {
	.jdw-tabs-4 .tab-btn-item {
		width: calc(50% - 20px);
	}

	.jdw-tabs-4 .content-container {
		display: block;
	}

	.jdw-tabs-4 .img-wrap,
	.jdw-tabs-4 .text-wrap {
		width: 100%;
	}
}
