.sell-banner {
    background-image: url("../img/banner9.jpg");
    background-position: center;
    height: 40vh;
    background-size: cover;
}

.sell-cards-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.sell-cards-container div {
    height: 500px;
    width: 270px;
}

.sell-cards-container h3 {
    padding-top: 15px;
}

.sell-cards-container div p {
    text-align: justify;
    padding-top: 10px;
}

.card-header {
    background-color: #fff;
    border: 0px;
}

.faqs-btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    color: #002e53;
    text-decoration: none;
    background-color: #fff;
}

.faqs-btn:hover {
    text-decoration: none;
}

.faqs-btn:active {
    text-decoration: none;
}