.lb-main {
  padding-bottom: 3%;
  padding-top: 3%;
}
.lb-flex {
  display: flex;
  gap: 40px;
  padding-bottom: 3%;
}
.lb-flex div {
  flex: 0 0 calc(50% - 20px);
}

.lb-align {
  text-align: center;
}
.lb-align h4 {
  font-style: italic;
}
.lb-pl-4 {
  padding-left: 6%;
}
.lb-pr-4 {
  padding-right: 6%;
}

div h1 {
  margin-bottom: 3%;
}
div img {
  /* height: 100%; */
}
div p {
  font-size: 1.4rem;
  line-height: 1.7;
  font-weight: 500;
}

/* 

.btn-wrapper
*/

/*  */
.carousel-caption-button-1 {
  position: relative;
  display: inline-block;
  width: 400px;
  /* font-weight: bold; */
  /* text-transform: uppercase; */
  color: white !important;
  background-color: rgb(0, 79, 135);
  /* border: 1px solid white; */
  border-radius: 5px;
  cursor: pointer;
  overflow: hidden;
  transition: color 0.3s ease;
}

.carousel-caption-button,
.carousel-caption-button-1 {
  padding: 12px 0px;
  font-size: 14px;
  text-align: center;
}

.carousel-caption-button-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #ffd700;
  transition: left 0.3s ease;
  z-index: 0;
}

.carousel-caption-button:hover::before,
.carousel-caption-button-1:hover::before {
  left: 0;
}

.carousel-caption-button span,
.carousel-caption-button-1 span {
  position: relative;
  z-index: 1;
}
.btn-cover {
  text-align: center;
  padding-top: 3%;
}

.btn-cover a span {
  font-size: 1.25rem;
}
/* Table */

table {
  width: 100%;
}

table,
th,
td {
  border-collapse: collapse;
  font-size: 1.4rem;
  line-height: 1.7;
}
tr {
  border-top: 0px solid black;
  border-right: 0px solid black;
  border-left: 0px solid black;
  border-bottom: 1px solid black;
}
thead {
  border-top: 1px solid black;
}

/* Lod images */
.LOD-main {
  display: flex;
  justify-content: center; /* space between items */
  align-items: center; /* vertically center if needed */
  width: 100%; /* container spans full width */
  /* max-width: 1000px; optional: limit total width */
  /* margin: 0 auto; center container on page */
  flex-wrap: wrap;
  /* gap: 20px; */
}

.item {
  height: auto;
}
.item img {
  width: 100%;
  height: 240px;
}
.item h2 {
  text-align: center;
  font-weight: 600;
}
