.twrpb-general-image {
	&__title {
		margin-bottom: 0.5rem;
		font-size: 1.1rem;
		font-weight: 500;
		line-height: 1.3;
		color: #333;
	}

	&__description {
		margin-bottom: 0.6rem;
	}

	&__btn {
		margin-right: 0.7rem;
	}

	&__btns-wrapper {
		display: flex;
		align-items: center;
		margin-top: 1rem;
	}

	&__img-preview-wrapper {
		position: relative;
		display: flex;
		align-items: center;
		max-width: 300px;
		padding: 0;
		margin: 1rem 0 0;
		overflow: hidden;
		border-width: 0;

		&::before {
			display: block;
			padding-top: 56.25%;
			content: "";
		}
	}

	&__img-preview {
		position: absolute;
		left: 0;
		display: block;
		width: 100%;
		height: auto;
		min-height: 100%;
		padding: 0;
		margin: 0;
		overflow: visible;
		border: 0;
		border-width: 0;
	}
}
