.bg-img {
    background-color: #974e14;
    padding-top: 89px;
}

.img-banner {
    object-fit: cover;
    width: 50%;
    height: 100%;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
    z-index: 0;
    object-position: 0 0;
}

.bg-grandient {
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,0.3337710084033614) 70%, rgba(151,78,20,1) 70%);
}

p {
	margin-bottom: 0;
}

.img-email {
    width: 50px;
    height: 50px;

    margin-top: 10px;
}

@media screen and (max-width:992px) {
    .bg-img{
        height: 100%;
    };
}
