img {
    max-width: 100%;
    display: block;
    height: auto;
    background-attachment: fixed;
}
.title {
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #008000;
    text-align: center;
}
.decoration-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.decoration-item {
    width: 35rem;
    border-radius: 20px !important;
    padding: 20px;
}

.decoration-item:hover {
    color: #3CC234;
    text-decoration: none;
    font-weight: bold;
    background-color: #DCDADA!important;
}

.decoration-title {
    text-align: center;
}
.card-item {
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-title {
    text-align: center;
    color: #3CC234;
    font-weight: bold;

}
.card-text {
    text-align: center;
    color: #4b4a65 ;
}
.footer {
    background-color: #333333;
    width: 100%;
    height: auto;
    color: #fff;
}

iframe {
    margin-top: 20px !important;
    border-radius: 20px !important;
    width: 100% !important;
    height: 250px !important;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.contact-icon {
    margin-right: 20px;
}

ion-icon {
    font-size: 20px;
}

@media only screen and (max-width: 992px) {
    .footer {
      padding: 20px;
    }
    .footer-left-title {
        text-align: center;
    }
  }