
.why-buy-middle-text {
    color: white;
    background: var(--primary-color);
    padding: 20px 100px 20px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.why-buy-middle-text span a {
    text-decoration: underline;
    color: yellow;
    text-underline-offset: 5px;
}

.why-buy-middle-text a:hover {
    color: black;
    text-decoration-color: black;
}

@media only screen and (max-width: 1024px) {
    .why-buy-middle-text {
        padding: 20px 40px 20px 40px;
    }
}

.why-buy .live-auction-platforms {
    display: flex;
    justify-content: space-around;
}

.why-buy .live-auction-platforms > div:first-child {
    width: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.buyers-premium {
    width: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.why-buy .live-auction-platforms > div:last-child {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-buy .live-auction-platforms.antiquearena {
    border-bottom: 1px solid var(--primary-color);
    padding-bottom: 20px;
    padding-top: 20px;
}

.why-buy .live-auction-platforms.liveauctioneers {
    border-right: 1px solid var(--primary-color);
    padding-bottom: 20px;
    padding-top: 20px;
}

.why-buy .live-auction-platforms.bidspirit {
    /* border-right: 1px solid var(--primary-color); */
    padding-top: 20px;
    padding-bottom: 20px;
}

.why-buy .live-auction-platforms.invaluable {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media only screen and (max-width: 576px) {
    .why-buy .live-auction-platforms.liveauctioneers {
        border-bottom: 1px solid var(--primary-color);
        border-right: 0;
    }
    .why-buy .live-auction-platforms.bidspirit {
        border-bottom: 1px solid var(--primary-color);
        border-right: 0;
    }
    .why-buy .live-auction-platforms.invaluable {
        border-bottom: 1px solid var(--primary-color);
    }
}

.why-buy .live-auction-platforms div {
    text-align: center;
}

.why-buy .live-auction-platforms > div > span:nth-child(1) {
    font-size: var(--font-size-24);
    color: var(--primary-color);
    font-weight: var(--font-weight-500);
}


.online-auction-intro-text {
    font-size: var(--font-size-28);
    font-weight: 600;
    color: var(--primary-color);
}

.online-aucion-intro-links {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.online-aucion-intro-links i {
    color: white;
    text-transform: uppercase;
}

.online-aucion-intro-links > a {
    display: flex;
    align-items: center;
    color: var(--text-color-primary);
    gap: 40px;
}

.online-aucion-intro-links > a > div {
    width: 50px;
    height: 50px;
    background: var(--primary-color);
    text-align: center;
    font-size: 34px;
}

@media (max-width: 1200px) {
    .explore {
        position: unset;
        display: block;
        margin-bottom: 20px;
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        text-align: center;
    }
}