#details {
    background: #fff;
    background-size: cover;
}

#main-description {
    font-size: 1.25rem;
}

@media (max-width: 1200px) {
    #details {
        background: white;
    }
}