.gray-box {
    background: #F7F8F9;
    padding: 32px;
}

.gray-box .widget-title{
    margin-bottom: 16px;
    font-family: "Muli Semi Bold", Sans-Serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
}

.gray-box-content p:last-child{
    margin-bottom: 0;
}

.gray-box-content *{
    line-height: inherit;
}
.gray-box-content.link-black a,
.gray-box-content.link-black a:hover{
    color: #000000;
}

.custom-font .gray-box p{
    color: #47DCFF;
}