.nubisoft-pickup-point-wrappper {
	padding-block: 15px;

	[data-tab-content] {
		display: none;
	}

	.nav-tab-active[data-tab-content] {
		display: block;
	}

	h2 {
		font-size: 21px;
	}

	h3 {
		font-size: 18px;
	}

	.nav-tab-wrapper li {
		margin-left: 0.5em;
		margin-bottom: 0;
		cursor: pointer;
	}

	.section-wrapper {
		display: flex;
		flex-direction: column;
		margin-left: 20px;
	}

	.img-wrapper {
		margin-bottom: 50px;
		max-width: 900px;

		img {
			width: 100%;
			object-fit: contain;
		}
	}

	.small-img-wrapper {
		max-width: 600px;
	}
}
