.lfr-layout-structure-item-container {padding: 0;} .lfr-layout-structure-item-row {overflow: hidden;} .portlet-borderless .portlet-content {padding: 0;}.lfr-layout-structure-item-e8386c26-827f-7562-2f12-914bbca975b9 {
.responsive-div {
  padding-top: 100px;
  padding-bottom: 100px;
  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;
  }
}
}