.content {
    min-height: 600px;
    display: flex;
}

p, li {
    line-height: 20px;
}

p {
    text-indent: 20px;
}

.content-body {
    flex: 1;
    margin: 20px;
}

.portal-banner {
    background-image: url(../images/banner-price.png) !important;
    width: 100%;
    min-width: 900px;
    background-size: 100% 100%;
}
