#rec785552507 .border_css_image1 .tn-atom img {
  border-radius: 8px;
  width: 100%;
  height: auto;
}

#rec785552507 .border_css_button1 .tn-atom {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #333;
  color: white;
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
}

#rec785552507 .t396__elem[data-elem-id="1710839441999"] .tn-atom {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f0f0f0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

/* Hover effects */
#rec785552507 .border_css_image1 .tn-atom:hover img {
  filter: grayscale(100%);
}

#rec785552507 .border_css_button1 .tn-atom:hover {
  background-color: #555;
}

/* Media query for mobile devices */
@media (max-width: 640px) {
  #rec785552507 .t396__artboard {
    flex-direction: column;
  }
  
  #rec785552507 .border_css_image1 .tn-atom img {
    max-width: 100%;
  }
}