

.c1{
    position: absolute;
}

.maps{
    width: 100%;
    height: 550px;
    display: flex;
    justify-content: center;
}

.maps iframe{
    border-radius: 15px;
    content: '';
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
}

.setToBottom{
    position: absolute;
    bottom: 0;
}

@media(max-height: 900px){
    .setToBottom{
        position: relative;
    }
}

@media(max-width: 1070px){
    .setToBottom{
        position: relative;
    }
}