h2
{
    font-size: xx-large;
    text-align: center;
    padding-top: 150px;
    color: rgb(0, 0, 0);
    

}
.aboutus-container
{
    
    display: flex;
    flex-direction:row;
    justify-content: space-evenly;
}
.about-item
{
    height: auto;
    font-family: 'Baskerville', sans-serif;
    
}
.about-item-1
{
    text-align: center;
    

}
.about-item-2
{
    
    width: 250px;

    

}
.about-item-3
{
    color: #fff;
    background-color:  #FF5757;
    
    border-radius: 15px;
    border: solid black 2px;
    text-align: left;
    width: 400px;
}
.about-item-4
{
    color: #fff;
    background-color:  #FF5757;
    border-radius: 15px;
    border: solid black 2px;
    text-align: left;
    width: 250px;
    
    
    
}
h3
{
    text-align: center;
    font-size: x-large;
    text-decoration: underline;
    

}

body
{

    background-color: #f8f1f1f8;
    
}
.btn-book-now
{
    padding-top: 100; 
    margin-top:50px; 
    margin-bottom: 43px;
    color: #fff;
}

@media (max-width: 640px) {


    .aboutus-container
    {

        flex-direction: column;
        align-items: center;
    }
    .about-item-2
    {
        text-align: center;

    }
    .about-item-3
    {

        width: 63%;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .container-btn-book
    {
        
        margin-bottom: 50px;
    }
}



