.businessinstarem_row {
    display: flex;
    align-items: center;
}

.logo_dot_bg {
    background-image: url("../images1/home/logomark_dot.svg");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top 30px right 30px;
}

@media screen and (max-width: 767px) {
    .businessinstarem_row {
        text-align: center;
        padding: 0;
        flex-direction: column;
    }
    .businessinstarem_row .page_desc {
        text-align: center;
    }
}