.link-main-container {
    width: 100%;
    background-image: url(../media/links-bg.png);
    background-size: cover;
    background-position: top;
}

.link-button {
    width: 100%;
    background-color: #f7f7f7;
    border: 1px solid #939598;
    border-radius: 24px;
}

.link-button-hero {
    width: 100%;
    background-color: #d20001;
    border: 1px solid #d20001;
    border-radius: 24px;
}

.link-button a {
    text-align: center;
    text-decoration: none;
    color: black;

}

.link-button-hero a {
    text-align: center;
    text-decoration: none;
    color: white;

}

.link-button a:hover {
    text-align: center;
    text-decoration: none;
    color: black;

}

.link-button-hero a:hover {
    text-align: center;
    text-decoration: none;
    color: white;
}

.button-group {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.whatsapp-btn img {
    margin-bottom: 3px;
    margin-left: 8px;
}

.feature-btn {
    width: 100%;
    border: 1px solid #d20001;
    border-radius: 24px;
    text-decoration: none;
    color: black;
    background: linear-gradient(135deg, #fff, #fdf7f7);
}

.feature-btn:hover {
    text-decoration: none;
    color: black;
}

