.sell-title-box{
    background-image: linear-gradient(rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0.5)), url("../img/scenery.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.sell-title{
    color: white;
    font-size: 2.5em;
}

.sell-advice-answer{
    background-color: var(--color-primary);
    text-align: justify;
    font-size: 1.2em;
    line-height: 2;
    color: rgb(24, 24, 24);
}

.sell-advice-section{
    padding: 2em;
    width: 100%;
}
.sell-advice-section:first-child, .sell-advice-section:nth-child(2){
    border-bottom: 7px solid rgba(228,228,228,1);;
}

.sell-advice-question{
    font-size: 1.3em;
    background-color: rgba(228,228,228,0.2);
}

.sell-button{
    background-color: var(--color-primary);
}
.sell-button button{
    border: none;
    border-radius: 20px;
    font-size: 1.2em;
    padding: 1em;
}
.sell-button>button>a{
    width: 100%;
}
.sell-button button:hover{
    background-color: rgb(182, 182, 182);
}

@media(max-width: 470px){
    .sell-title{
        padding: 0.5em !important;
    }
}