.grey01{
    color: #A09384;
}

.background-grey01{
    background-color: rgba(244,244,244,0.95);
}

.background-metod{
    background: linear-gradient(180deg, rgba(244,244,244,0.55) 0%, rgba(244,244,244,0.55) 100%);
    background-size: auto 100%;
    background-repeat: no-repeat;
    padding: 20% 20% 20% 100px !important;
}

.bg-logo{
    background-image: url(../img/bg-logo.png);
    background-repeat: no-repeat;
    background-size: auto 70%;
    background-position: center;
}