.contentDots {
	padding: 2.25em 1em 2.25em 5.25em;
	position: relative;
	color: #68BBBF;
	background: rgba(242, 242, 242, 0.38);
}

.contentDots svg {
	width: 80px;
	height: 204.83px;
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	left: -20px;
	z-index: 3;
}

.contentDots p {
	color: inherit;
	line-height: 1.71428571429;
	font-size: 1.2rem;
	font-weight: 600;
	margin-top: 0;
}

.contentDots *:last-of-type {
	margin-bottom: 0;
}

.content-socials {
    display: flex;
    padding: 2em 0 0 0;
    justify-content: center;
    gap: 1em;
    position: absolute;
    right: 1.5em;
    bottom: 1.4em;
}

.content-socials .single-media a {
    background-color: #263640;
    width: 3em;
    height: 3em;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    color: #fff;
}

.content-socials .single-media a:hover {
    background-color: #68BBBF;
}



@media only screen and (min-width: 600px) {
	.contentDots p {
		font-size: 1.75rem;
	}
	
	.contentDots {
		padding: 4.25em 4em 4.25em 6.25em;
	}
}

@media only screen and (min-width: 960px) {
	.contentDots svg {
		top: 50%;
		left: -20px;
		transform: translateY(-50%);
	}
	.contentDots {
		padding: 4.25em 4em 4.25em 6.25em;
}
	
/* 	.contentDots {
		padding-left: 13.63953488372093%;
	} */
}

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

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