.trade-in_image__inner {
    position: relative;
    margin-bottom: 3rem;
}

@media(max-width: 767px) {
    .trade-in_image__inner {
     height: 45rem;
    }
}

.trade-in_image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}


@media(max-width: 767px) {
    .trade-in_image {
        object-fit: cover;
        object-position: right;
    }
}

.trade-in_image--overfill {
    background: rgba(0, 0, 0, 0.15);
    height: 100%;
    width: 100%;
    content: '';
    position: absolute;
    top: 0;
}
.trade-in_content{
    position: absolute;
    top: 4.5rem;
    color: #fff;
    left: 5rem;
    background-color: #2a6175;
    border-radius: 1rem;
    padding: 2rem 4rem;
}
@media(max-width: 767px) {
    .trade-in_content{
        top: 8rem;
        left: 2rem;
        padding: 1rem 2rem;
        right: 2rem;
    }
}
.trade-in_content__title{
    font-size: 3.8rem;
    margin-bottom: 1rem;
    font-weight: 600;
}
.trade-in_content__description{
    font-size: 2rem;
    font-weight: 600;
}
@media(max-width: 767px) {
    .trade-in_content__title{
        font-size: 1.6rem;
    }
    .trade-in_content__description{
        font-size: 1.4rem;
    }
}

.trade-in_button__inner {
    position: absolute;
    bottom: 3rem;
    width: 100%;
    left: 5rem;
    right: 4rem;
    display: flex;
}

@media(max-width: 767px) {
    .trade-in_button__inner {
        display: flex;
        flex-direction: column;
        bottom: 1rem;
        left: 2rem;
        right: 2rem;
        width: auto;
    }
}

.trade-in_button {
    border-radius: 1rem;
    background-color: #2a6175;
    margin-right: 1rem;
    display: flex;
    width: 20.85rem;
    height: 5rem;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s;
}

.trade-in_button:hover {
    background-color: #fff;
    color: #2a6175;
}


@media(max-width: 767px) {
    .trade-in_button {
       width: 100%;
        margin-right: 0;
        margin-bottom: 1rem;
        text-align: center;
        font-size: 1.4rem;
        height: 4rem;
    }
}
.trade-in_button:last-child {
    margin-left: 0;
}

.trade-in_button:hover {
    opacity: .9;
}
.trade-in_text__inner{

}
.trade-in_text{
    font-size: 1.6rem;
    margin-bottom: 1rem;
}
.trade-in_button.red {
    background-color: #CD0000;
}
.trade-in_button.red:hover {
    background-color: #E95128;
    color: #fff;
    opacity: 1;
}
.trade-in_phone{
    font-size: 1.8rem;
}