.guides-container {
    padding-top: 120px;
    padding-bottom: 60px;
}

.guides-container .title {
    text-align: center;
}

.guides article {
    padding: 0 6px;
    margin-bottom: 15px;
}

.guides .post-inner {
    border: 1px solid #eee;
    border-radius: 10px;
}

.guides .post-inner:hover {
    box-shadow: 0px 14px 40px rgb(0 0 0 / 15%);
}

.guides a {
    padding: 20px;
    border: none;
    display: block;
}

.guides h3 {
    color: #0064C0;
    font-size: 17px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 5px;
}

.guides.tutorial p {
    padding: 0 20px;
    font-size: 13px;
}

.guides.tutorial a {
    padding-bottom: 5px;
    font-weight: 500;
    line-height: 27px;
}

.guides-img {
    width: 100%;
    height: auto;
}

.guides-title {
    text-align: center;
}

@media (min-width: 992px) {
    .guides a {
        text-decoration: none;
    }

    .guides h4 {
        color: #0064C0;
        font-weight: 600;
        font-size: 16px;
        line-height: 30px;
    }

    .guides.tutorial {
        display: flex;
        flex-wrap: wrap;
    }
}
