/*Image with title*/
.topic_with_img {
	margin-bottom: 120px;
}
	.topic_with_img img {
		width: 200px;
		height: 100%;
		margin-right: 40px;
	}
	.topic_with_img .img_100p {
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
	}
	.topic_with_img .topic_content {
		width: calc(100% - 200px - 40px);
	}
	.topic_with_img .content_no_img {
		width: 100%;
	}
		.topic_with_img h3 {
			margin-bottom: 40px;
		}
		.topic_with_img h3.h-underline {
			padding-bottom: 40px;
		}
@media screen and (max-width: 950px) {
	.topic_with_img img {
		width: 100%;
		margin-bottom: 40px;
		margin-right: 0px;
	}
	.topic_with_img .topic_content {
		width: 100%;
	}
}
@media screen and (max-width: 750px) {
	.topic_with_img {
		margin-bottom: 60px;
	}
		.topic_with_img img {
			width: 57%;
			margin-left: calc(50% - 28.5%);
			margin-right: calc(50% - 28.5%);
			margin-bottom: 35px;
		}
		.topic_with_img img.img_100p {
			margin-left: 0;
			margin-right: 0;
		}
		.topic_with_img h4 {
			text-align: center;
			margin-bottom: 20px;
			font-size: 15px;
		}
		.topic_with_img h3 {
			margin-bottom: 30px;
			text-align: center;
		}
		.topic_with_img h3.h-underline {
			padding-bottom: 30px;
			margin-bottom: 30px;
		}
}
