.max-width-theme.docs {
    margin-bottom: 0;
}

.docs .heading {
    text-align: center;
}

.docs_wrapper {
    flex-wrap: wrap;
    gap: 10px 0;
    justify-content: space-between;
}

.docs_wrapper > div {
    flex-basis: 49%;
    border: 1px solid #D7E6F2;
    border-radius: 14px;
    padding: 20px;
    gap: 10px;
}

.docs_wrapper > div a:hover {
    text-shadow: var(--light-blue-color) 1px 0 10px;
}

.docs_wrapper .img_wrapper {
    padding: 20px;
    background-color: #ffffff;
    border-radius: 10px;
}

.docs_wrapper .img_wrapper img {
    height: 100%;
    max-width: unset;
}

.docs_wrapper .text_wrapper {
    justify-content: space-between;
}

.docs_wrapper .text_wrapper a {
    color: var(--gray-color);
}

.docs_wrapper .text_wrapper > div:last-child {
    font-size: 12px;
    color: var(--text-color);
}