.separate-containers .site-main,
.inside-article .entry-content {
    margin-top: 0 !important;
}

.inside-article {
    padding-top: 0 !important;
}

.separate-containers .featured-image,
.entry-header {
	display: none !important;
}

.promotion-type1-row .promotion-type1-row-inner-cont {
	max-width: var(--max-width-content);
	padding: 2.5rem 0rem;
}

.promotion-type1-row .promotion-type1-row-inner-cont-a {
	display: flex;
    flex-direction: column-reverse;
    gap: 2.5rem;
}

h1.wp-block-heading {
    margin-bottom: 0;
}

.promotion-type1-row .promotion-type1-row-inner-cont-a h1 {
	line-height: 1;
}

.promotion-type1-row .promotion-type1-row-inner-cont-a .promotion-type1-row-content {
    margin-top: 2.5rem;
}

.promotion-type1-row .promotion-type1-row-inner-cont-b {
	margin-top: 1.5rem;
    float: left;
    display: contents;
}

.promotion-type1-row .promotion-type1-row-inner-cont-b .promotion-type1-row-content .promotion-type1-row-btn-cont {
	display: flex;
	position: relative;
	flex-wrap: wrap;
	gap: 2%;
}
    
.promotion-type1-row .promotion-type1-row-inner-cont-a .promotion-type1-row-content p {
	margin-bottom: 1.25rem;
    max-width: 330px;
    font-size: 18px;
}

.promotion-type1-row .promotion-type1-row-inner-cont-a .promotion-type1-row-content .btn-width-half,
.promotion-type1-row .promotion-type1-row-inner-cont-a .promotion-type1-row-content .btn-width-full {
	width: 100%;
}

.promotion-type1-row .promotion-type1-row-inner-cont-b a {
	text-decoration: none;
	margin-bottom: 0.5rem;
}

/*.promotion-type1-row .promotion-type1-row-inner-cont-b a i {
	margin-left: 0.625rem;
}
*/
.promotion-type1-row .promotion-type1-row-inner-cont-a .promotion-type1-row-image {
	display: flex;
	flex-direction: column;
	flex: 2;
	gap: 1rem;
	
}

svg {
	width: auto;
	height: auto;
	display: block;
}

.promotion-type1-row .promotion-type1-row-inner-cont-a .promotion-type1-row-image .image-without-svg {
	background-size: cover;
    background-position: center;
    width: 100%;
	height: 27rem;
}
.promotion-type1-row-image a.btn.btn-outline,
.promotion-type1-row-image a.btn.btn-primary {
	display: none;
}
@media screen and ( min-width: 769px ) and ( max-width: 1024px ) {
	.promotion-type1-row-inner-cont-b a.btn.btn-outline,
	.promotion-type1-row-inner-cont-b a.btn.btn-primary {
		display: none !important;
	}
	.promotion-type1-row-image a.btn.btn-outline,
	.promotion-type1-row-image a.btn.btn-primary {
		display: block !important;
		max-width: 178px;
		margin-left: auto;
	}

}

@media only screen and (min-width: 769px) {

	.promotion-type1-row .promotion-type1-row-inner-cont {
		padding-top: 5rem;
		/* max-width: var(--max-width-content); */
		max-width: 1056px;
		margin: 0 auto;
	}

	.promotion-type1-row .promotion-type1-row-inner-cont-a {
		gap: 2.5rem;
		display: flex;
		flex-direction: row;
	}

	.promotion-type1-row .promotion-type1-row-inner-cont-a .promotion-type1-row-content {
		width: 35%;
		margin-top: 0;
		z-index: 999;
        margin-right: -1.2rem;
	}

	.promotion-type1-row .promotion-type1-row-inner-cont-a .promotion-type1-row-image {
		width: calc(70% + 1rem);
		min-height: 21.875rem;
	}

	.promotion-type1-row .promotion-type1-row-inner-cont-b {
	    float: right;
	    display: block;
		padding-bottom: 5rem;
	}

	.promotion-type1-row .promotion-type1-row-inner-cont-b a {
		text-decoration: none;
	}

	.promotion-type1-row-content-inner .wp-block-spacer {
		height: 2.50rem !important;
	}
	.promotion-type1-row-image a.btn.btn-outline,
	.promotion-type1-row-image a.btn.btn-primary {
		display: none;
	}

}
@media only screen and (min-width: 1200px) {
	.promotion-type1-row .promotion-type1-row-inner-cont-a .promotion-type1-row-content{
		width: 32%;
	}
	.promotion-type1-row-image a.btn.btn-outline,
	.promotion-type1-row-image a.btn.btn-primary {
		display: none;
	}
}
