.lfr-layout-structure-item-container {padding: 0;} .lfr-layout-structure-item-row {overflow: hidden;} .portlet-borderless .portlet-content {padding: 0;}.lfr-layout-structure-item-eaf1d4d8-9459-5b92-5686-716e6f088b6b {
.responsive-div {
  padding-top: 100px;
  padding-bottom: 60px;
  border-top: 1px solid #dbdbdb;
}

/* Desktop: Hide borders for the first two divs */
@media (min-width: 601px) {
  .first-div, .second-div {
    border-bottom: none;
  }
}

/* Mobile: Hide border for the first div only */
@media (max-width: 600px) {
  .first-div {
    border-bottom: none;
  }
}
	
/* Mobile: Adjust padding top and bottom */
@media (max-width: 600px) {
  .responsive-div {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
}