.block-about {
	--cwp-image: 344px;
	min-height: var(--cwp-image);
	position: relative;
	align-items: center;
}


.block-about .block-about__inner,
.editor-styles-wrapper .block-about .block-about__inner {
	gap: 0;
}

.block-about__content {
	flex-basis: 0;
	flex-grow: 1;
}

/* Social Icons */
.block-about ul.social-links {
	padding-left: 0;
}
.block-about ul.social-links li a:hover svg{
	fill: var(--wp--preset--color--senary)
}
.block-about ul.social-links svg {
	fill: var(--wp--preset--color--background)
}

/* About Image */
.block-about .block-about__image{
	position: relative;
}

/* Floating Logo Icon */
.block-about .block-about__image::before{
	content: "";
    display: block;
    position: absolute;
    background: url(../../assets/icons/logo/logo-icon.svg) no-repeat center;
    background-size: contain;
    z-index: -1;
    width: 104px;
    height: 105px;
    z-index: 1;
}

/* Button */
.wp-element-button.has-background:hover{
	background-color: var(--wp--preset--color--background)!important;
	color: var(--wp--preset--color--senary)!important;
}

@media only screen and (max-width: 760px) {

	.block-about.cwp-large,
	.block-about.cwp-large.has-background,
	.editor-styles-wrapper .wp-block-cwp-about.has-background {
		padding: 40px 16px;
	}

	.block-about .block-about__inner,
	.editor-styles-wrapper .block-about .block-about__inner {
		display: block;
	}

	.block-about .block-about__image{
		margin-bottom: var(--wp--custom--layout--block-gap-large);
		padding: 0 20px;
	}

	.block-about .block-about__image::before{
		bottom: -20px;
		left: 0px;
	}


}

@media only screen and (min-width: 760px) {

	.block-about.cwp-large,
	.block-about.cwp-large.has-background,
	.editor-styles-wrapper .wp-block-cwp-about.has-background {
		padding: 40px;
	}

	.block-about__image {
		align-self: stretch;
		width: var(--cwp-image);
		height: auto;
	}

	.block-about__image figure,
	.block-about__image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.block-about__image > figure:not(.is-selected) > .components-resizable-box__container {
		height: 100% !important;
	}

	.block-about .block-about__image::before{
		bottom: -20px;
		left: -20px;
	}

	.block-about .block-about__content {
		padding: 0 0 0 var(--wp--custom--layout--block-gap-large);
	}

}


/* Sidebar */
.block-area-sidebar .block-about .block-about__inner {
	display: block;
}

.block-area-sidebar .block-about.has-background,
.block-area-sidebar .editor-styles-wrapper .has-background[data-type="cwp/about"] {
	padding: 0;
}

.block-area-sidebar .block-about .block-about__content {
	padding: 40px;
}

.block-area-sidebar .block-about__image {
	position: relative;
	width: 100%;
	padding: var(--wp--custom--layout--block-gap-large);
	padding-bottom: 0px;
}

.block-area-sidebar .block-about .block-about__image::before{
	display: none;
}

