.tg-block-2 {

	.block-title {
		padding-bottom: 25px;
	}

	.post-carousel-container {

		.swiper-carousel-wrapper {

			.tg-block {

				.tg-block-content {

					.tg-block-title.entry-title {
						padding-bottom: 7px;
						line-height: 1.2;
					}

					.entry-meta {
						margin-bottom: 16px;
					}
				}
			}
		}
	}

	.swiper-button-next,
	.swiper-button-prev {
		top: 14px;
		background-image: none;
		background-color: #0fbe7c;
		padding: 10px 20px;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
		border-radius: 3px;
		height: 40px;

		&::before {
			font-family: FontAwesome;
			font-size: 25px;
			color: #ffffff;
		}
	}

	.swiper-button-next {
		right: 0;
		left: auto;

		&::before {
			content: '\f105';
			margin-left: -2px;
		}
	}

	.swiper-button-prev {
		right: 50px;
		left: auto;

		&::before {
			content: '\f104';
			margin-left: -6px;
		}
	}
}
