.content {
    padding-top: 70px;
    padding-bottom: 100px;
    background-color: #F8FAFC;
}

.content .blog-img {
    width: 80%;
    margin-bottom: 50px;
    border-radius: 10px;
}

.content .blog-img img {
    width: 100%;
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.content .blog-content {
    color: black;
    margin-bottom: 50px;
}

.content #btn-blogs {
    text-decoration: none;
    font-weight: 600;
}

@media screen and (max-width: 575px) {
    .content .blog-img {
        width: 100%;
        margin-bottom: 25px;
    }
}