.row_click {
  text-decoration: none;
  color: black;
}

.row_click:hover {
  text-decoration: underline;
}

.row_img {
  width: 100%;
  object-fit: cover;
  transition: transform 0.3s ease; 
}

.row_click:hover .row_img{
  transform: scale(1.05);
}

#socialFollowArea {
  padding: 7% 7% 7% 7%;
  background-color: #EAE9E8;
}

#socialFollowArea > img {
  width: 200px;
}

#socialFollowArea > p {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

#socialFollowArea a > img {
  width: 25px;
  margin-right: 20px;
}


