.resouces-box {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.resource-item {
    background-size: cover;
    width: 250px;
    height: 250px;
    border: var(--default-border);
    border-radius: 25px;
}

.btn-go-to {
    display: none;
    padding: 1rem;
    border: var(--default-border);
    border-radius: 10px;
}