@import 'src/Components/GlobalStyles/mixins';

.container {
	@include MoneyBody;

	@media (max-width: 1000px) {
		div:first-of-type {
			//margin-left: 100px;
		}
	}

	.ebitdaMultiple {
		h3 {
			font-size: 16px;
			width: auto;
		}

		&.print {
			justify-content: center;

			svg {
				display: none;
			}
		}

		input[type='text'] {
			min-width: 20px;
			max-width: 90px;
			margin-left: 15px;
			appearance: textfield;
			border: none;
			border-bottom: 1px solid $black;
			padding: 3px;
			outline: none;
			text-align: center;
		}
	}
}

.subTitle {
	width: 50%;
	margin: 0 auto;

	.paragraph2 {
	}
}
