.content {
    background-image: url('/img/conservation-background.jpg');
    background-position: center;
}

@media (max-width: 768px) {

    .first-section-content {
        top: 50%;
    }

    .info-section{
        padding-bottom: 20px;
    }
}