.supt-section-logo {
	@mixin clamp padding-block, $spacing-8, $spacing-16, $breakpoint-xs, $breakpoint-xl;
	background-color: $color-grey-background;

	&__inner {
		@mixin clamp padding-block, $spacing-8, $spacing-16, $breakpoint-xs, $breakpoint-xl;
		border-top: 1px solid $color-grey-2;
		border-bottom: 1px solid $color-grey-2;
	}

	&__image {
		/* Adjustment to the closest to the design */
		@media (max-width: calc($breakpoint-sm - 1px)) {
			padding-right: 0;
		}

		img {
			display: block;
			width: 100%;
			max-width: 164px;
			height: auto;

			/* Adjustment to the closest to the design */
			@media (min-width: $breakpoint-xl) {
				padding-right: $spacing-6;
			}
		}
	}

	&__content {
		@extend %t-body-s;
		color: $color-grey-5;

		p {
			&:not(:first-child) {
				margin-top: 1.2em;
			}
		}
	}
}
