.box__header__text{
    font-size: 1.4rem;
}
.details__box__header{
    padding: 1rem 0;
}
.location__box__wrapper{
    padding: 0.5rem 1rem 0 2rem;

}
.location__box__title{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 2rem;
    border-radius: 5.1rem;
    border:0.5px solid #ababab ;
}
.location__box__title span{
    font-size: 1.5rem;
}

.location__box__image{
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.location__wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4rem;
}

.location__title{
    font-size: 1.7rem;
    font-weight: bold;

}

.border{
    border: 1px solid #8DC505;
    margin-top: 0.5rem;
}

.location__marginTop{
    margin-top: 1.5rem;
}
.location__title__between{
    margin: 0.5rem 0;
}
.location__title__bgColor{
    background-color: #8DC505;
    color: #fff;
}
.location__title__bgColor span{
    font-weight: bold;
}

/* @media only screen and (max-width: 600px) {
    .details__box{
        min-height: 600px;
        border-radius: 4rem;
    }
  } */