.body {
    background-color: #fff;
}

.blog-sub-text {
    padding-bottom: 50px;
}

.latest-blog {
    height: 900px;
}

.latest {
    position: relative;
    margin: auto;
    width: 800px;
    height: 500px;
    overflow: hidden;
    z-index: 0;
    margin-bottom: 100px;
}

.latest .grad {
    position: absolute;
    width: inherit;
    height: inherit;
    background: linear-gradient(transparent 40%, black 90%);
    z-index: 2;
}

.latest img {
    position: absolute;
    max-width: 800px;
    overflow: hidden;
    z-index: 0;
}

.latest .title {
    position: absolute;
    font-family: 'Montserrat', sans-serif;
    color: #f5f5f5;
    font-weight: bold;
    font-size: 18pt;
    margin-left: 20px;
    margin-top: 375px;
    z-index: 3;
}

.latest .sub-title {
    position: absolute;
    width: 400px;
    font-family: 'Montserrat', sans-serif;
    color: #f5f5f5;
    font-size: 12pt;
    margin-left: 20px;
    margin-top: 415px;
    z-index: 3;
}

.latest .link {
    position: absolute;
    width: 100px;
    height: 40px;
    background-color: #1f69d6;
    border-radius: 20px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    line-height: 40px;
    color: #f5f5f5;
    font-size: 12pt;
    font-weight: bold;
    margin-top: 445px;
    margin-left: 680px;
    z-index: 4;
}

.latest-button {
    display: none;
}