.tripadvisor-header{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tripadvisor-header-img{
    width: 100%;
    max-width: 300px;
}

.tripadvisor-comments{

    margin-top: 2rem;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.contacts{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    width: 100%;
}

.contacts-text{
    min-width: 50%;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    color: #0E345F;
    font-weight: bold;
}

.contacts-text span{
    color: grey;
}

.contacts-text strong{
    font-size: 18px;
    color: grey;
}


.contacts-header{
    font-size: 32px;
    color: #0E345F;
}