#sobre-nos {
    background-color: #957799;
    height: 870px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sobre {
    width: 1000px;
    height: 740px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.coluna1-sobre {
    width: 40%;
    margin-right: 50px;
}
.coluna2-sobre {
    width: 60%;
    display: flex;
    justify-content: flex-end;
}
.icones-sobre {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}
.icones-horario {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}
.coluna1-sobre h2 {
    color: #fff;
    font-family: Poppins-SemiBold;
    font-size: 35px;
}
.coluna1-sobre p {
    color: #fff;
    font-size: 17px;
    margin: 0;
}
.icones-sobre p {
    font-size: 17px;
}
.ico {
    width: 7%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pp {
    width: 82%;
}
.icones-horario p {
    font-size: 17px;

}
.btn-sobre {
    width: 250px;
    height: 44px;
    background-color: #D6B185;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-items: center;
    text-align: center;
    border-radius: 100px;
}
.btn-sobre a {
    color: #fff;
    text-decoration: none;
}