/*--------------------------------------------------------------
# About section
--------------------------------------------------------------*/

#about {
    background-image: url('../img/pools/piscina-sfioro-Trilogy-vista-dallalto.jpg');
    background-size: auto 1800px;
    background-repeat: no-repeat;
    background-position: center;
    height: 700px;
    width: auto;
    padding-top: 200px;
}

#about h1,
h3 {
    color: black;
}

#about .button-discover {
    background: #000;
    padding: 8px 60px;
    font-weight: 400;
    color: #ececec;
}

#about .border-left {
    border-left: 3.5px solid white;
}