.img-landing{
    margin-top:1rem;
    width: auto;
    height: 400px;
    object-fit: contain;
    /* effect shadow */
    box-shadow: 0 0 10px rgb(13, 105, 82);
    border-radius: 1rem;
}

.img-landing img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.text-effect{
    text-shadow: 0 0 10px rgba(33, 28, 28, 0.834);
}