.ap-howitsdone {
	padding: 35px 0;

	@media screen and (min-width: 768px) {
		padding: 80px 0;
	}

	.ap-howitsdone__wrapper {

		.title {
			margin: 0;
		}

		.description {
			max-width: 450px;
			margin: 0;
			margin-top: 16px;
		}
	}

	.ap-howitsdone__accordion {
		display: flex;
		justify-content: flex-end;
		margin-top: 32px;

		.ap-howitsdone__accordion-wrapper {
			max-width: 800px;
			width: 100%;
		}

		.accordion-title {
			display: grid;
			gap: 20px;
			grid-template-columns: repeat(2, 1fr);
			margin-bottom: 8px;

			@media screen and (min-width: 768px) {
				padding-left: 38px;
				gap: 105px;	
			}

			.title {
				font-size: 19px;
				line-height: 25px;
				text-transform: uppercase;
				font-family: 'GTAmerica-Light';

				@media screen and (min-width: 768px) {
					font-size: 22px;
				}

				&:first-child {
					opacity: .5;

					@media screen and (min-width: 768px) {
						margin-left: -38px;
					}
				}
			}


		}

		.accordion--trigger {
			padding: 16px 0;

			@media screen and (min-width: 768px) {
				padding: 24px 0;
				padding-left: 38px;
			}

			&:after {
				right: auto;
				left: 0px;
				top: 12px;
				font-size: 40px;

				@media screen and (max-width: 767px) {
					line-height: 1;
				}	
				
			}

			&.open {
				&:after {
					top: 8px;
				}
			}
		}

		.accordion--content {
			padding: 0 0 24px;

			@media screen and (min-width: 768px) {
				padding-left: 38px;	
			}
			
			.content-wrapper {
				display: grid;
				gap: 20px;
				grid-template-columns: repeat(2, 1fr);

				@media screen and (min-width: 768px) {
					gap: 105px;
				}
			}

			.they-do-content {
				opacity: .5;
			}

			.they-do-content,
			.we-do-content {
				margin: 0;
			}
		}

		.item-title {
			display: grid;
			gap: 20px;
			grid-template-columns: repeat(2, 1fr);
			align-items: center;

			@media screen and (max-width: 767px) {
				padding-top: 40px;
			}

			@media screen and (min-width: 768px) {
				gap: 105px;
			}

			.they-do-title {
				font-size: 15px;
				line-height: 16px;
				font-weight: 500;
				font-family: 'Maax-Medium';
				margin: 0;
				opacity: .5;
			}

			.we-do-title {
				font-size: 22px;
				line-height: 25px;
				font-weight: 500;
				font-family: 'Maax-Medium';
				margin: 0;
			}
		}

	}
}