.deivf-section{
  background:#f8f1e8;
  color:#4c4039;
  overflow:hidden;
}
.deivf-inner{
  width:calc(100% - 32px);
  margin:0 auto;
}
.deivf-grid{
  display:grid;
  grid-template-columns:repeat(12,minmax(0,1fr));
  align-items:stretch;
}
.deivf-card{
  min-width:0;
  overflow:hidden;
  transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease;
}
.deivf-layout-third{grid-column:span 4}
.deivf-layout-half{grid-column:span 6}
.deivf-layout-full{grid-column:1/-1}
.deivf-pos-left,
.deivf-pos-right{
  display:flex;
  min-height:270px;
}
.deivf-pos-left .deivf-media,
.deivf-pos-right .deivf-media{
  flex:0 0 38%;
  height:auto;
  min-height:100%;
}
.deivf-pos-left .deivf-content,
.deivf-pos-right .deivf-content{
  flex:1 1 auto;
  min-width:0;
}
.deivf-pos-right .deivf-media{order:2}
.deivf-media{
  position:relative;
  overflow:hidden;
}
.deivf-media img{
  width:100%;
  height:100%;
  display:block;
  object-position:center;
}
.deivf-media-placeholder{
  background:
    radial-gradient(circle at 35% 35%,rgba(212,131,119,.18),transparent 30%),
    linear-gradient(135deg,#ead8cc,#f8ece3);
}
.deivf-media-placeholder span{
  position:absolute;
  inset:0;
  display:block;
}
.deivf-media-placeholder span:before,
.deivf-media-placeholder span:after{
  content:"";
  position:absolute;
  border-radius:50%;
  border:1px solid rgba(169,95,89,.16);
}
.deivf-media-placeholder span:before{
  width:120px;height:120px;left:50%;top:50%;transform:translate(-50%,-50%);
}
.deivf-media-placeholder span:after{
  width:68px;height:68px;left:50%;top:50%;transform:translate(-50%,-50%);
}
.deivf-content{
  position:relative;
}
.deivf-heading{
  display:flex;
  align-items:flex-start;
  gap:13px;
}
.deivf-number{
  flex:0 0 auto;
  display:grid;
  place-items:center;
  font-weight:700;
  line-height:1;
}
.deivf-title{
  margin:2px 0 0;
  line-height:1.2;
}
.deivf-description p{
  margin:0;
}
.deivf-group-label{
  grid-column:1/-1;
  display:flex;
  align-items:center;
  gap:14px;
}
.deivf-group-label:before{
  content:"";
  width:42px;
  height:1px;
  flex:0 0 42px;
}
.deivf-group-title{
  font-family:Georgia,"Times New Roman",serif;
  font-size:30px;
  line-height:1.2;
  font-weight:600;
}
@media (max-width:1024px){
  .deivf-layout-third{grid-column:span 6}
  .deivf-layout-half{grid-column:span 6}
}
@media (max-width:767px){
  .deivf-inner{width:calc(100% - 20px)}
  .deivf-layout-third,
  .deivf-layout-half,
  .deivf-layout-full{grid-column:1/-1}
  .deivf-pos-left,
  .deivf-pos-right{
    display:block;
    min-height:0;
  }
  .deivf-pos-left .deivf-media,
  .deivf-pos-right .deivf-media{
    width:100%;
    height:220px;
    min-height:0;
  }
  .deivf-pos-right .deivf-media{order:initial}
  .deivf-group-title{font-size:26px}
}
