@media (max-width: 768px) {
    #block-218282 { 
        padding:45px 0;
    }
}
#block-218282>.block-overlay {
z-index:1;position:absolute;width:100%;height:100%;top:0;left:0;
  	  background-color:rgba(252,252,252,1);
	}

#block-218282 .container{
    z-index:2;
}
#block-218282 .divider:before {
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    background: currentColor;
    border-radius: 50%;
    margin: 0 auto;
}
#block-218282 .divider:after {
    height:2px;
}
#block-218282 .list-item img {
    width:48px;
    height:48px;
}
#block-218282 .card-body {
    display:grid;
    grid-template-columns:48px auto;
    column-gap:1rem;
}

#block-218282 .col-12.list-item:last-child .card-body {
    margin-bottom: 0!important;
}
  @media (min-width:768px) {
      #block-218282 {
    	padding: 64px 0!important;
      }
      #block-218282 .img-section img {
        object-fit: cover;
        aspect-ratio: 2/1.35;
      }
  }
  @media(max-width:768px) {
    #block-218282 .item-title h4 {
      font-size:17px;
    }
    #block-218282 .item-dtl .display-1 {
      font-size:14px!important;
    }
    #block-218282 .card-body {
      column-gap:.75rem;
    }
  }
