.lfr-layout-structure-item-container {padding: 0;} .lfr-layout-structure-item-row {overflow: hidden;} .portlet-borderless .portlet-content {padding: 0;}.lfr-layout-structure-item-16a4c237-5503-9e27-705d-2ea3372c40d4 {
margin-bottom: 0px !important;
}
.lfr-layout-structure-item-a818d894-1f02-8702-2acb-b1b258e1c509 {
.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;
  }
}
}