* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.body {
    background-color: #effffe;
}


.rw-head h1 {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 400;
    font-size: 81px;
    line-height: 97px;
    text-align: center;
    position: absolute;
    width: 800px;
    height: 128px;
    left: calc(50% - 699px/2);
    top: 86px;
    color: white;

}

.info {
    display: flex;
    justify-content: space-around;
    margin-left: 100px;
    margin-right: 100px;
    margin-top: 100px;
}

.text h3 {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 700;
    font-size: 46px;
    line-height: 161.34%;
    margin-bottom: 100px;
}

.text p {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 230%;
    width: 600px;
}

.devision {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    margin-bottom: 15px;
}


.quote {
    position: absolute;
    left: 45%;
    margin-top: 50px;
    text-align: center;
    text-decoration: none;
    color: white;
    padding: 15px 20px;
    background: #008091;
    border-radius: 9px;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 33px;
}

.quote:hover {
    background: #00B8D1;
}

.rooms {
    background-color: #EEEEEE;
    margin-top: 30px;
}

.rooms h3 {
    padding-top: 70px;
    margin-top: 280px;
    margin-left: 80px;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 700;
    font-size: 59px;
    line-height: 70px;
    text-align: center;
    letter-spacing: -0.015em;
    text-align: left;
}

.room-details {
    text-align: center;
    display: flex;
    width: 1902px;
    justify-content: space-around;
    margin-top: 100px;
    padding-bottom: 80px;
    margin-bottom: 100px;
}

.room-details img {
    width: 400px;
    height: auto;
}

.room-details p {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 300;
    font-size: 25px;
    line-height: 39px;
    text-align: center;
    letter-spacing: -0.015em;
    margin-top: 30px;
}
