.grid-docs-wrapper .docs-list {
	list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
}

.grid-docs-wrapper .docs-list .docs-item {
	border-bottom: 1px solid #e5e5e5;
    padding: 14px 0;
	max-width: 480px;
}

.grid-docs-wrapper .docs-list .docs-item a {
	display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
	position: relative;
}

.docs-sub-category {
	margin-bottom: 60px;
}

.grid-docs-wrapper .docs-item a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.8371 3.13074C10.6332 2.94456 10.3169 2.95895 10.1307 3.16289C9.94456 3.36683 9.95895 3.68309 10.1629 3.86927L16.3307 9.5H2.5C2.22386 9.5 2 9.72386 2 10C2 10.2761 2.22386 10.5 2.5 10.5H16.3279L10.1629 16.1281C9.95895 16.3143 9.94456 16.6305 10.1307 16.8345C10.3169 17.0384 10.6332 17.0528 10.8371 16.8666L17.7535 10.5526C17.8934 10.4248 17.9732 10.2573 17.993 10.0841C17.9976 10.0568 18 10.0287 18 10C18 9.97313 17.9979 9.94675 17.9938 9.92103C17.9756 9.74512 17.8955 9.57446 17.7535 9.44478L10.8371 3.13074Z' fill='%23373941'/%3E%3C/svg%3E");
}

.category-docs .betterdocs-category-box-wrapper .betterdocs-category-icon img {
	width: 38px;
	height: auto;
}