.comments {
	padding-top: 40px;
	padding-bottom: 40px;
}

.comments__count {
	color: #242424;
	font-size: 14px;
	margin-left: .625rem;
}
.title-with-bg {
	background: #FBF3F7;
	padding: .625rem 1rem;
}

@media screen and (min-width: 1400px) {
	.comments__title h3 {
			font-size: 1.25rem;
	}
}
.comments__title {
	font-size: 1.125rem;
	color: #ff8863;
}
.comments__title {
	line-height: 1.1;
	font-weight: 700;
}
@media (min-width: 1200px) {
	.comments__title {
			font-size: 1.75rem;
	}
}
.comments__title {
	font-size: calc(1.3rem + .6vw);
}

.comments__count {
	color: #242424;
	font-size: 14px;
	margin-left: .625rem
}

.comment {
	font-size: 18px
}

.comment__box {
	margin-left: 1rem
}

.comment__author {
	font-weight: 700;
	margin-bottom: 10px
}

.comment__date {
	color: #9e9e9e;
	font-style: italic;
	margin-left: 10px;
	font-weight: 400
}

.comment__mentioned {
	color: #3369d1
}

.response {
	padding-left: 20px
}

@media screen and (min-width: 992px) {
	.response {
			padding-left: 50px
	}
}

.response-2 {
	padding-left: 40px
}

@media screen and (min-width: 992px) {
	.response-2 {
			padding-left: 70px
	}
}

.link-big {
	font-size: 28px;
	line-height: 1.1;
	color: #ff8863;;
	font-weight: 700;
	text-decoration: underline;
}
.comment__img {
	width: 40px;
	height: 40px;
}
.comment__img > img {
	width: inherit;
	height: inherit;
	object-fit: contain;
	object-position: center;
	border-radius: 50%;
}

.comment__content {
	font-weight: normal;
}
