html, body {
    /* background: #F4F8F9; */
}

.partners .container {
    background: #F4F8F9;
    padding-top: 60px;
    padding-bottom: 60px;
}
.partners .title {
    font-weight: 700;
    font-size: 32px;
}
.partners .content {
    margin-top: 52px;
}
.partners .media h5 {
    font-weight: 700;
    font-size: 18px;
    line-height: 19px;
}
.partners .media .date {
    display: block;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    
    color: #33A3DC;
}
.partners .media p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.partners .media {
    margin-bottom: 20px;
}
.partners .media .media-body {
    position: relative;
}