.index-content{
    min-width: 360px;
    width: 90%;
    height: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    text-align: center;
    flex-wrap: wrap;
}
.index-content h2{
    width: 100%;
    margin: 20px;
    font-size: 2.5rem;
}
.index-informate{
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-left: 20px;
    font-size: 2rem;
    text-align: start;
}
.index-img{
    flex-grow: 1;
    width: 20%;
    margin-right: 20px;
}
.index-img img{
    width: 100%;
    
    max-width: 13rem;
}
.maps{
    width: 90%;
    height: 500px;
    min-width: 360px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.maps h3{
    font-size: 2rem;
    text-align: center;
    margin: 10px;
    height: 2.5rem;
}
.maps iframe{
    width: 100%;
    height: 90%;
}