@import url("https://fonts.googleapis.com/css2?family=Vollkorn&display=swap");

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
.l-card__userImage {
    width: auto !important;
}
     

img {
 	height: auto;
}
 
.l-card {
    width: auto !important;
    min-width: 360px !important;
    max-width: 360pc !important;
    height: auto !important;
    background: #ffffffe3 !important;
    color: #272727 !important;
    padding: 50px!important;
    border-radius: 21px!important;
    box-shadow: 0px 2px 5px rgba(100, 100, 100, 0.4)!important;
}

.l-card__text p {
	font-size: 30px;
	font-family: "Vollkorn", serif;
	font-weight: 400;
	color: #3f3f55;
	text-align: left;
}

.l-card__text p::after {
	content: "\201D";
	display: inline;
	color: #999;
}

.l-card__text p::before {
	content: "\201C";
	display: inline;
	color: #999;
}

.l-card__user {
	display: flex;
	flex-direction: row;
	padding-top: 24px;
	margin-top: 12px;
	/* border-top: 1px solid #c1c1c1; */
	align-items: center;
}
.l-card__userImage {
	width: 42px;
	height: 42px;
	overflow: hidden;
	border-radius: 50%;
}

.l-card__userImage img {
	width: 100%;
	height: 100%;
	object-filt: cover;
}

.l-card__userInfo {
	display: flex;
	flex-direction: column;
	margin-left: 16px;
}

.l-card__userInfo span:nth-child(1) {
	font-weight: bold;
	font-family: sans-serif;
	font-size: 14px;
	color: #3f3f55;
}
.l-card__userInfo span:nth-child(2) {
	color: #adada6;
	font-family: sans-serif;
	font-size: 12px;
	margin-top: 2px;
}

.l-card {
    width: auto;
    min-width: 360px;
    max-width: fit-content;
    height: auto;
    background: #f5f5f5;
    color: #272727;
    padding: 50px;
    border-radius: 21px;
    box-shadow: 0px 7px 8px rgba(100, 100, 100, 0.4);
}
.l-card__text p {
    text-align: left;
    font-family: Gravity-Regular;
    font-size: 16px;
    color: #3E3E3E;
    padding-top: 20px;
}
.l-card__text{
  
    padding-left: 7%;
}
#section-description-video{
  display: flex;
}
#video, iframe{
  width: 117% !important;
}
.section-about { 
    padding: 7% 25px; 
}


.l-card__userImage img {
	height: 100px; 

}
.l-card__userImage { 
   height: auto; 
}