.bg-thirth {
  background-color: #68391c !important; }  
  
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #faeddf;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.card-style1:hover {
    background-color: #556b2f; /* verde */
    transition: background-color 0.3s ease;
}

.text-green {
	color: #556B2F !important;	
}


@media screen and (max-width: 480px) {
  .main-banner .banner-img {
    margin-top: 70px;
  }  
  .main-banner .circle1 {
    top: 60px;
    right: -55px;
    height: 58%;
  }
  .main-banner .circle2 {
    bottom: 60px;
    left: -55px;
    height: 58%;
  }
}