.widget-title {
    font-family: 'Jura', sans-serif;
    display: flex;
    align-items: center;
}
.widget-title img {
    margin-right: 20px;
}
.widget-title h3 {
    font-size: 52px;
    font-weight: bold;
    color: #DEA328;
    line-height: 100%;
    margin: 12px 0px;
}
.widget-title p {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 100%;
    color: #686868;
}
.widget-title .wrap-title {
    overflow: hidden;
}
.widget-content {
    font-family: 'IBM Plex Sans', sans-serif;
}
.widget-content ul {
    padding: 0px;
}
.widget-content li {
    list-style: none;
    display: flex;
    align-items: center;
    margin-top: 50px;
}
.widget-content li p {
    font-size: 16px;
    line-height: 27px;
    color: #686868;
    margin-bottom: 0px;
}
.widget-content li p a {
    color: #008AEA;
    text-decoration: underline;
}
.widget-content .entry-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;
    color: #2B2B2B;
    margin-bottom: 0px;
}
.widget-content li img {
    margin-right: 35px;
}
.widget-content .hot-line {
    position: relative;
    padding-left: 15px;
}
.widget-content .hot-line:before {
    content: '';
    position: absolute;
    height: 9px;
    width: 9px;
    background-color: #E9BF33;
    border-radius: 100%;
    top: 9px;
    left: 0px;
}
.widget-out-of-trail {
    max-width: 500px;
    text-align: left;
    margin: 100px auto;
}