.slider{
    display: flex;
    overflow-y: hidden;
    overflow-x: hidden;
    width: 80vw;
    padding-right: 2.5%;
    scroll-behavior: smooth;
}

.slider div{
    margin-right: 1.5%;
    width: 347px;
}

.controlRow{
    width: 80vw;
    display: flex;
    margin-bottom: 3%;
    justify-content: space-between;
}

.controlRow > .c-button{
    width: 180px;
    height: 50px;
    display: flex;
    justify-content: space-around;
    color: white;
    
}

#next{
    background-color: #117073;
    width: 60px;
    height: 60px;
    display: flex;
      justify-content: center;
      align-items: center;
    border-radius: 30px;
}

#pre{
    background-color: #117073;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
}

.geo-data{
    display: flex;
    width: 100%;
    height: fit-content;
    
    justify-content: space-between;
}

.map{
    display: flex;
    width: 80%;
    height:auto;
    justify-content: center;
    align-items: center;
    
}

.adressData{
    width: max-content;
    word-break: keep-all;
}