@media (min-width: 320px) {
	.reviews-list {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
    	gap: 28px;
	}
	.reviews-list .review-item {
		gap: 28px;
		display: flex;
		flex-direction: column;
		background-color: var(--background-light);
		padding: 24px 20px;
		min-height:442px;
		height: 100%;
	}

	.review-item .review-item__title {
		font-family: Unbounded;
		font-weight: 200;
		font-size: 16px;
		line-height: 1.2;
		margin-bottom: 4px;
		margin-top:0px;
	}

	.review-item .review-item__detail {
		font-size: 12px;
		line-height: 1.3;
		margin-bottom: 24px;
	}

	.review-item .review-item__detail a {
		color: var(--main-basic);
	}

	.review-item .review-item__text {
		font-family: Wix Madefor Text;
		font-weight: 400;
		font-size: 14px;
		line-height: 1.4;
		letter-spacing: 0;
	}

	.review-item .review-item__thumb {
		-webkit-box-shadow: 0px 2.65px 15.89px 0px rgba(22, 54, 90, 0.1607843137);
		box-shadow: 0px 2.65px 15.89px 0px rgba(22, 54, 90, 0.1607843137);
		max-width: 110px;
		margin-bottom: 16px;
	}

	.review-item .review-item__thumb--descr {
		font-size: 12px;
		max-width: 110px;
		line-height: 1.3;
		font-family: Wix Madefor Text;
		line-height: 1.3;
		letter-spacing: 0;
		color: var(--text-light);
	}

	.review-item .review-item--right a {
	color: var(--text-light);
	display: block;
	max-width: 110px;
	}
	.review-item .review-item__thumb--descr {
		text-transform: lowercase;
	}
	.thumb-wrapper .thumb-overlay {
    display: none;
    transition: 0.3s;
    cursor: pointer;
  }
  .thumb-wrapper:hover {
    position: relative;
  }
  .thumb-wrapper:hover .thumb-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    background: rgba(0, 0, 0, 0.2);
    align-items: center;
    justify-content: center;
  }
}

@media (min-width: 968px) {
	.reviews-list .review-item {
		display: flex;
		justify-content: space-between;
	}
  .thumb-wrapper .thumb-overlay {
    display: none;
    transition: 0.3s;
    cursor: pointer;
  }
  .thumb-wrapper:hover {
    position: relative;
  }
  .thumb-wrapper:hover .thumb-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    background: rgba(0, 0, 0, 0.2);
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .reviews-list {
    gap: 24px;
  }

  .reviews-list .review-item {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
    padding: 32px 20px;
	min-height:540px;
  }

  .review-item .review-item__title {
	font-family: Unbounded;
	font-weight: 200;
	font-size: 24px;
	line-height: 1.33;
	letter-spacing: 0;
	margin-top:0px;
  }

  .review-item .review-item__detail {
	font-family: Wix Madefor Text;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: 0;
	margin-bottom: 20px;
  }

  .review-item .review-item__text {
	font-family: Wix Madefor Text;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0;
  }

  .review-item .review-item__thumb {
    max-width: 160px;
    margin-bottom: 16px;
  }

  .review-item .review-item__thumb--descr {
    font-size: 14px;
    line-height: 1.4;
  }

  .review-item .review-item--right a {
    max-width: 160px;
    font-size: 14px;
  }
}
@media (min-width: 1140px) {
	.reviews-list .review-item {
		display: flex;
		justify-content: space-between;
		flex-direction: row;
		gap: 24px;
		padding-top: 32px;
		padding-bottom: 50px;
		padding-left: 20px;
		padding-right: 20px;
		min-height:300px;
	}
	.review-item--left {
		display: flex;
		gap: 48px;
		flex-direction: column;	
	}
	.review-item .review-item--left {
		min-width: 404px;
		width: 100%;
	}


	.review-item .review-item__title {
		font-family: Unbounded;
		font-weight: 200;
		font-size: 24px;
		line-height: 1.33;
		letter-spacing: 0;
		margin-top: 0;
	}
	.review-item .review-item__detail {
		font-family: Wix Madefor Text;
		font-weight: 400;
		font-style: Regular;
		font-size: 14px;
		line-height: 1.4;
		letter-spacing: 0;
		margin: 0;
	}
}
