.opu-main-wrapper .opu-banner-section {
			background-color: #fffadd;
			padding: 80px 0;
			color: #fff;
			position: relative;
			z-index: 1
		}

		.opu-main-wrapper .opu-banner-section::before {
			position: absolute;
			content: "";
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: url("./images/rogue-detection/bg-node-pattern.svg") no-repeat;
			z-index: -1;
			opacity: 0.5;
		}
		.opu-main-wrapper .opu-banner-section::after {
			position: absolute;
			content: "";
			right: 0;
			bottom: 0;
			width: 100%;
			height: 100%;
			background: url("./images/rogue-detection/bg-node-pattern.svg") no-repeat;
			opacity: 0.5;
			z-index: -1;
			transform: scaleY(-1) scaleX(-1);
		}

		.whychoose-icon svg {
			width: 48px;
			height: 48px;
		}