
	.title-with-info-brown-boxes .bg-frame {
		position: absolute;
		z-index: -1;
		width: calc(100% + 0.8rem);
		top: -12.8rem;
		left: -0.4rem;
		pointer-events: none;
	}
:is(.title-with-info-brown-boxes .bg-frame) .deco-img {
			display: block;
			width: 100%;
			height: auto;
			opacity: 0.3;
		}
@media screen and (max-width: 768px) {
		.title-with-info-brown-boxes .bg-frame {
			width: 150%;
			left: -25%;
			top: -5.2rem;
	}
		}
.title-with-info-brown-boxes.type-2 {
		padding-left: 0.4rem;
		padding-right: 0.4rem;
	}
@media screen and (max-width: 768px) {
		.title-with-info-brown-boxes.type-2 {
			padding-left: 0.2rem;
			padding-right: 0.2rem;
	}
		}
.title-with-info-brown-boxes.type-3 {
		padding-left: 0.4rem;
		padding-right: 0.4rem;
		background-color: var(--color-dirty-beige);
		border-radius: 0.24rem;
		overflow: hidden;
	}
@media screen and (max-width: 768px) {
		.title-with-info-brown-boxes.type-3 {
			padding-left: 0.2rem;
			padding-right: 0.2rem;
	}
		}
.title-with-info-brown-boxes .title-info-wrapper {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-end;
		gap: 0.2rem;
		width: 100%;
	}
@media screen and (max-width: 768px) {
		.title-with-info-brown-boxes .title-info-wrapper {
			flex-direction: column;
			align-items: flex-start;
			gap: 0.16rem;
	}
		}
:is(.title-with-info-brown-boxes .title-info-wrapper) .subtitle-title-wrapper {
			width: 6.9rem;
		}
@media screen and (max-width: 768px) {
		:is(.title-with-info-brown-boxes .title-info-wrapper) .subtitle-title-wrapper {
				width: 100%;
		}
			}
:is(:is(.title-with-info-brown-boxes .title-info-wrapper) .subtitle-title-wrapper) .subtitle {
				text-transform: uppercase;
			}
:is(.title-with-info-brown-boxes .title-info-wrapper) .info-text-btn-wrapper {
			width: 4.4rem;
		}
@media screen and (max-width: 768px) {
		:is(.title-with-info-brown-boxes .title-info-wrapper) .info-text-btn-wrapper {
				width: 100%;
		}
			}
:is(:is(.title-with-info-brown-boxes .title-info-wrapper) .info-text-btn-wrapper) .info-btn-wrapper {
				display: flex;
				flex-direction: row;
				justify-content: flex-end;
				margin-top: 0.2rem;
			}
@media screen and (max-width: 768px) {
		:is(:is(.title-with-info-brown-boxes .title-info-wrapper) .info-text-btn-wrapper) .info-btn-wrapper {
					justify-content: flex-start;
			}
				}
.title-with-info-brown-boxes .brown-boxes-row {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 0.2rem;
	}
@media screen and (max-width: 768px) {
		.title-with-info-brown-boxes .brown-boxes-row {
			flex-direction: column;
	}
		}
:is(.title-with-info-brown-boxes .brown-boxes-row) .brown-box {
			width: calc((100% / 3) - (0.2rem * 2 / 3));
			display: flex;
			flex-direction: column;
			justify-content: space-between;
			padding: 0.24rem;
			background-color: var(--color-rust);
			border-radius: 0.35rem;
			overflow: hidden;
			color: var(--color-peach);
			min-height: 2.74rem;
		}
@media screen and (max-width: 1024px) {
		:is(.title-with-info-brown-boxes .brown-boxes-row) .brown-box {
				width: calc((100% / 2) - (0.2rem * 1 / 2));
		}
			}
@media screen and (max-width: 768px) {
		:is(.title-with-info-brown-boxes .brown-boxes-row) .brown-box {
				width: 100%;
				gap: 0.2rem;
				min-height: 2rem;
		}
			}
.label-title-description-wrapper:is(:is(.title-with-info-brown-boxes .brown-boxes-row) .brown-box) {
				min-height: 2.42rem;
				width: calc((100% / 2) - (0.2rem * 1 / 2));
			}
@media screen and (max-width: 768px) {
		.label-title-description-wrapper:is(:is(.title-with-info-brown-boxes .brown-boxes-row) .brown-box) {
					width: 100%;
					min-height: 2rem;
			}
				}
:is(:is(.title-with-info-brown-boxes .brown-boxes-row) .brown-box) .info-box-top-content {
				display: flex;
				flex-direction: row;
				flex-wrap: wrap;
				align-items: center;
			}
:is(:is(.title-with-info-brown-boxes .brown-boxes-row) .brown-box) .percentage-description-wrapper {
				display: flex;
				flex-direction: column;
				gap: 0.1rem;
			}
@media screen and (max-width: 768px) {
		:is(:is(.title-with-info-brown-boxes .brown-boxes-row) .brown-box) .percentage.heading-large {
					font-size: 0.6rem;
					line-height: 1;
			}
				}
:is(:is(.title-with-info-brown-boxes .brown-boxes-row) .brown-box) .up-down-arrow-text-wrapper {
				position: relative;
				display: flex;
				flex-direction: row;
				align-items: center;
				gap: 0.08rem;
			}
:is(:is(:is(.title-with-info-brown-boxes .brown-boxes-row) .brown-box) .up-down-arrow-text-wrapper) .up-down-arrow {
					position: relative;
					display: flex;
				}
.reverse-arrow:is(:is(:is(:is(.title-with-info-brown-boxes .brown-boxes-row) .brown-box) .up-down-arrow-text-wrapper) .up-down-arrow) {
						transform: rotate(180deg);
					}
:is(:is(:is(:is(.title-with-info-brown-boxes .brown-boxes-row) .brown-box) .up-down-arrow-text-wrapper) .up-down-arrow) svg {
						position: relative;
						width: 0.22rem;
						height: 0.22rem;
					}
:is(:is(.title-with-info-brown-boxes .brown-boxes-row) .brown-box) .label-title-wrapper {
				display: flex;
				flex-direction: column;
				justify-content: flex-start;
				align-items: flex-start;
				gap: 0.08rem;
			}
:is(:is(:is(.title-with-info-brown-boxes .brown-boxes-row) .brown-box) .label-title-wrapper) .label {
					/* font-size: 0.16rem;
					font-weight: var(--semi-bold-font); */
					text-transform: uppercase;
					background-color: var(--color-peach);
					padding: 0.08rem 0.12rem 0.07rem 0.12rem;
					border-radius: 0.16rem;
					color: var(--color-rust);
				}
.title-with-info-brown-boxes .button-under-boxes-wrapper {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 0.32rem;
		align-items: center;
		justify-content: flex-end;
	}
.title-with-info-brown-boxes .text-under-boxes-text-wrapper {
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		gap: 0.24rem;
	}
:is(.title-with-info-brown-boxes .text-under-boxes-text-wrapper) .small-icon {
			display: flex;
			flex-shrink: 0;
		}
:is(.title-with-info-brown-boxes .text-under-boxes-text-wrapper) .text-under-boxes-text {
			max-width: 9rem;
			display: flex;
			flex-direction: column;
			gap: 0.16rem;
		}
