#bottom{
    font-size: 1rem;
    margin:20px ;
    width: 70%;
    height: auto;
    background-color: #008486;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    border-radius: 25px;
}
#bottom-head{
    margin:20px ;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
#bottom-div{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#bottom-logo{
    height: 150px;
    width: 150px;
}
#title-bottom{
    font-family: "Montserrat", sans-serif;
    color: white;
    text-align: center;

}
#info-title{
    font-family: "Montserrat", sans-serif;
    font-size: 1.5em;
    color: white;
}
.info{
    display: flex;
    align-items: center;
}
.img-info{
    margin: 10px;
}
.txt-info{
    font-size: 1rem;
    font-family: "Montserrat", sans-serif;
    color: white;
    font-weight: 600;
    max-width: 300px;
}
#copyrigt{
    color: white;
    font-family: "Montserrat", sans-serif;
    text-align: center;
}
@media screen and (max-width: 770px) {
    #bottom{

        width: 90%;
        font-size: 13px;
    }
}
