.subscribe-svg {
    color: black;
    font-size: 62px;
    font-weight: 700;
    font-style: oblique;
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25D366;
  color: white;
  padding: 10px 14px;
  border-radius: 50px;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-family: Arial, sans-serif;
  font-size: 14px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
  z-index: 9999;
}

.whatsapp-float img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.whatsapp-float:hover {
  background-color: #1ebe5d;
}
 .btn-find {
      display: inline-block;
      padding: 12px 44px;
      background-color: #ffeac9;
      color: #111;
      text-decoration: none;
      border-radius: 24px;
      font-size: 1rem;
      font-weight: 600;
      margin-bottom: 50px;
    }

   .btn-find:hover
   {
     background-color:  black;

    color: white;
   }

.price
{
  font-size: 18px;
  font-weight: 600;
    margin-bottom: 20px;


}
.price span
{
  font-size: 18px;
  font-weight: 700px; 
}

@media(max-width: 1024px)
{
    
       .subscribe-svg {
     text-align: center;
        font-size: 36px;
        margin-bottom: 24px;
        flex: none;
    }

}