.nearby {
    margin-bottom: 3rem;
}
.nearby .title {
    font-family: "Freehand", cursive;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 400;
    color: rgb(44, 44, 159);
    margin-bottom: 2rem;
}

.nearby .center-container {
    /* border: 3px solid rgb(44, 44, 159); */
    border-radius: 10px;
    position: relative;
}

.prev-btn {
    position: absolute;
    background-color: transparent;
    left: 6%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 50px;
    border: none;
    cursor: pointer;
}

.next-btn {
    position: absolute;
    background-color: transparent;
    left: 94%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 50px;
    border: none;
    cursor: pointer;
}

.nearby .center-container img{
    width: 100%;
}