.btn_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 2.5rem 0; 
}

.btn_wrap a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    width: calc(50% - 0.5rem);
    box-sizing: border-box;
    padding: 1.5rem;
    background-color: #f4f4f4;
    border-radius: 1rem;
    font-size: 1.6rem;
    text-align: center;
    justify-content: center;
}

.btn_wrap img {
    margin-bottom: 1.5rem;
    height: 50%;
}
