@media (min-width: 0px) {
	.profit {
		padding: 40px 0;

	}

	.profit__preheader {
		font-size: 20px;
		line-height: 120%;
		color: #BC625C;
	}

	.profit__header {
		font-size: 24px;
		line-height: 120%;
		margin-top: 8px;

		text-transform: uppercase;
	}

	.profit__items {
		display: flex;
		margin-top: 40px;
		flex-direction: column;
		gap: 20px;
	}

	.profit__item_num {
		font-size: 40px;
		line-height: 120%;
		text-transform: uppercase;
		color: #BC625C;
	}

	.profit__item_name {
		font-size: 20px;
		line-height: 120%;
	}

	.profit__item_des {
		font-family: 'Gotham Pro';
		margin-top: 10px;
		font-size: 14px;
		line-height: 150%;
	}

	.profit__box {
		margin-top: 15px;
		padding: 40px 0 0 0;
		display: flex;
		flex-direction: column;
	}

	.profit__box_name {
		font-size: 24px;
		line-height: 120%;
		text-transform: uppercase;
	}

	.profit__box_items {
		display: flex;
		overflow-x: scroll;
		gap: 16px;
		margin-top: 24px;
		padding-bottom: 25px;
	}

	.profit__box_item {
		min-width: 280px;
		padding: 12px 16px 12px 12px;
		background: #FAD1CE;
		border-radius: 11.5456px;
		position: relative;
		height: fit-content;
		max-width: 389px;
	}

	.profit__box_item_text {
		font-family: 'Gotham Pro';
		font-size: 11.48px;
		line-height: 130%;
	}

	.profit__box_item svg {
		position: absolute;
		right: 10%;
		bottom: -25px;
	}

	.profit__btn {
		margin-top: 10px;
		display: flex;
		align-self: center;
		align-items: center;
		justify-content: center;
		width: 100%;
		max-width: 598px;
		padding: 14px 0;
		background: #FAD1CE;
		border-radius: 56px;
		font-size: 20px;
		line-height: 20px;
		color: #1D1D1B;
	}



}

@media (min-width: 639px) {}

@media (min-width: 957px) {

	.profit__items {
		flex-direction: row;
		gap: 42px;
	}

	.profit__item {
		max-width: 300px;
	}

}


@media (min-width: 1243px) {



	.profit {
		padding: 128px 0;
	}


	.profit__header {
		font-size: 40px;
	}

	.profit__items {
		margin-top: 48px;
	}

	.profit__item_num {
		font-size: 98px;
	}

	.profit__item_name {
		font-size: 28px;
	}

	.profit__item {
		max-width: 374px;
	}

	.profit__item_des {
		font-size: 20px;
	}

	.profit__box {
		margin-top: 64px;
		padding: 0;
	}

	.profit__box_name {
		font-size: 40px;
	}

	.profit__box_items {
		margin-top: 48px;
		gap: 27px;
	}

	.profit__box_item {
		padding: 16px 22px 16px 16px;
	}

	.profit__box_item_text {
		font-size: 16px;
		line-height: 130%;
	}

	.profit__btn {
		margin-top: 48px;
	}

}