#header-wrap {
    background: #fff;
}

#service .vertical-middle.dark {
    padding: 0 60px;
}

@media only screen and (max-width: 575px) {
    #service {
        max-height: 600px;
    }

    #service .vertical-middle.dark {
        top: 10% !important;
        margin-top: 0 !important;
    }

    #service .vertical-middle.dark h2 {
        font-size: 40px !important;

    }

    #service .heading-block {
        margin-bottom: 0px;
    }
}

#advisor_stream_embed>div>div:last-child {
    border: none;
}

#advisor_stream_embed>div>div {
    padding: 20px;
    border-bottom: 1px solid #ccc;
    margin-left: 15px;
    margin-right: 15px;
}

#advisor_stream_embed>div>div>div {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

#advisor_stream_embed>div>div>div>div:first-child {
    width: 30%;
    height: 200px;
    max-width: 400px;
    display: flex;
    margin-right: 20px;
}

@media only screen and (max-width: 575px) {
    #advisor_stream_embed>div>div>div>div:first-child {
        width: 100%;
    }
}

#advisor_stream_embed>div>div>div>div:first-child img {
    object-fit: cover;
    width: 100%;
}

#advisor_stream_embed>div>div>div>div:last-child {
    width: 60%;
}

@media only screen and (max-width: 575px) {
    #advisor_stream_embed>div>div>div>div:last-child {
        width: 100%;
    }
}

#advisor_stream_embed>div>div>div>div:last-child p a {
    display: block;
}