/* NODE 5583 - STUDY LOUNGE CLONE */
/* ************************** */
/* ************************** */

.page-node-5583 a.btn {
    color: #3B3B3B;
}

.page-node-5583 .info {
    color: white;
    padding: 50px 30px;
    background-image: url('../img/study-lounge-background.png');
    background-position: center; 
    background-size: cover;
}

.page-node-5583 .info-text {
    padding: 30px;
}

.page-node-5583 .info .info-video p {
    width: 100%;
    /* max-width: 400px; */
    /* margin: 0; */
    aspect-ratio: 9 / 16;
}

.page-node-5583 .info .info-video iframe {
    /* height: 815px;
    width: 458px; */
    width: 100%;
    height: 100%;
    /* display: block; */
}

.page-node-5583 a.btn.btn_yellow {
    padding: 1rem 3rem;
    font-weight: bold;
}

.page-node-5583  .contact-container {
    background-color: #F5F0E6;
    padding: 3.75rem 3rem;
}