.hotelvrs-text-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 100px;
    padding: 10px;
}

.hotelvrs-text-container .title{
    text-align: center;
    font-size: 30px;
}

.hotelvrs-text-container .subtitle{
    color: #8C0352;
    margin-bottom: 50px;
    text-align: center;
    font-size: 30px;
}

.hotelvrs-text-container .text{
    width: 60%;
    text-align: center;
    gap: 20px;
    line-height: 1.5;
    letter-spacing: 1px;
    font-size: 14px;
    color: #A3A3A3;
}

@media  screen and (max-width: 600px) {
    .hotelvrs-text-container{
        margin-bottom: 50px;
    }

    .hotelvrs-text-container .text{
        width: 80%;
    }
}