section.market-update-page {
    background: #021334;
}
.body-update-page {
    margin: 0 auto;
    display: flex;
}

.market-update-title {
    width: 50%;
    padding: 150px 50px 150px 320px
}
.entry-text {
    width: 50%;
}
.market-update-title h1{
    color:#fff;
}
.widget.widget-snippet .market-update-title h4 {
    color: #fff;
    font-size: 34px;
    line-height: 30px;
    font-weight: 500;
    font-family: "aller", sans-serif;
    padding: 0 0 10px;
}
.widget-snippet .market-update-title p{
    color:#fff;
}
.widget.widget-snippet a{
    font-family: "Assistant", sans-serif;
    font-size: 16px;
    color: #2785e7;
    font-weight: 400;
    text-decoration: underline;
}
.widget.widget-snippet a:hover{
opacity: 0.9;
color: #fff;
}

.widget-snippet .market-update-title a.button {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    padding: 10px 10px;
    width: 100%;
    display: block;
    background: #5c7fb3;
    text-align: center;
    text-decoration: none;
    max-width: 190px;
    margin: 15px 0 0;
    font-family: "Assistant", sans-serif;
}
.widget-snippet .market-update-title a.button:hover{
background: #021334;
color: #FFF;
}
