.construction .bt,
.construction .bt-secondary {
  display: flex;
}


.construction .pillars .model {
  width: clamp(10rem, 15rem, 20rem);
  padding: 1rem 1rem 1rem 1rem;
  justify-content: flex-start;
  cursor: pointer;
}

.construction .model .link {
  width: 100%;
}

.construction .model img {
  width: 100%;
  height: clamp(5rem, 7rem, 9rem);
  object-fit: cover;
  border-radius: 1rem;
  margin: 0 0 0.5rem 0;
}

.construction .model h3 {
  margin: 0 0 0.5rem 0;
  font-size: 1.2rem;
}

.construction .model p {
  margin: 0 0 0 0;
  font-size: 0.9rem;
}



.construction .detail { 
  width: clamp(20rem, 100%, 68.75rem); 
  margin: 0 auto 0 auto; 
  padding: 1.25rem 1.25rem 1.25rem 1.25rem; 
}

.construction .thumb { 
  float: right; 
  width: clamp(10rem, 22.5rem, 22.5rem); 
  margin: 0 0 1rem 1.75rem; 
  border-radius: 0.5rem; 
  box-shadow: 0 0.375rem 1.125rem rgba(0,0,0,0.08); 
}

.construction .description { 
  overflow: hidden; 
  background-color: var(--rich-white, #ffffff);
  border: 1px solid rgba(0, 0, 0, 0.06);
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  border-radius: 1rem;
}

.construction .description p {
  margin: 0 0 0.75rem 0;
  line-height: 1.6;
}

.construction .floorplan { 
  clear: both; 
  margin: 1.75rem 0 0 0; 
  text-align: center; 
}

.construction .floorplan img {
  width: clamp(10rem, 100%, 100%); 
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 0.375rem 1.125rem rgba(0,0,0,0.08);
}