.section-adviser {
    background-image: url('https://creatrs.s3.us-east-2.amazonaws.com/spnsr.co/site elements-23.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: start;
}
.footer1 {
    border-top: 1px solid white;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    width: 100%;
    bottom: 0;
}
.footer1 p {
    margin: 0;
}
@media (max-width: 767px) {
    .footer1 {
        position: inherit;
        border-top: 1px solid white;
        color: #fff;
        background-color: #333;
    }
    .imgdiv {
        display: none;
    }
}