.Floating_banner{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 49%;
    padding: 50px 35px 35px;
    color: #fff;
    background: url(/images/front/banners/floating_banner.jpg) no-repeat center;
    background-size: cover;
}
.Floating_banner .top{
    font-size: 1.75rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 28px;
}
.Floating_banner .top > p{
    line-height: 32px;
    margin-bottom: 20px;
}
.Floating_banner .bottom > p{
    font-size: 1.125rem;
    font-weight: normal;
    line-height: 22px;
}
@media (max-width: 768px){
    .Floating_banner{max-width: 100%; margin-bottom: 15px}
}