/* ===== MAIN SECTION ===== */
.homevisit-section{
  max-width:1200px;
  margin:60px auto;
  padding:0 20px;
}

/* ===== TOP ROW ===== */
.homevisit-top{
  display:grid;
  grid-template-columns:1fr 1.2fr;
  gap:40px;
  align-items:flex-start;
}

/* IMAGE */
.homevisit-image img{
  width:100%;
  border-radius:16px;
  object-fit:cover;
}

/* TEXT */
.homevisit-text{
  font-size:16px;
  font-weight:400;
  line-height:26px;
  color:rgb(0,0,0);
  margin-bottom:20px;
}

.homevisit-subtitle{
  font-size:16px;
  font-weight:700;
  margin:20px 0 10px;
  color:#000;
}

/* LIST */
.homevisit-list{
  padding-left:20px;
  margin-bottom:30px;
}

.homevisit-list li{
  font-size:16px;
  font-weight:400;
  line-height:26px;
  color:#000;
  margin-bottom:10px;
}

/* ===== BOTTOM CONTENT ===== */
.homevisit-bottom{
  margin-top:40px;
}

/* ===== RESPONSIVE ===== */
@media(max-width:768px){
  .homevisit-top{
    grid-template-columns:1fr;
  }

  .homevisit-image{
    margin-bottom:20px;
  }
}
