.is-pc {
    display: none;
}
.page-title {
    display: none !important;
}
#main {
    padding-top: 0;
}
ul {
    list-style: none;
    display: flex;
    flex-direction: column;
}
h2 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 16px;
}
h3 {
    font-weight: bold;
    color: black;
    font-size: 16px;
    margin: auto 0;
}
ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}
li {
    width: 46%;
}
a {
    text-decoration: none;
    color: black;
}
a:hover {
    color: black;
}
li img {
    max-width: 100%;
}
.wizard-rooms ul {
    justify-content: center;
}
.wizard-rooms ul li {
    width: 400px;
}
.contact-container h2 {
    text-align: center;
}
.contact-container a {
    display: block;
    border: 2px solid #1EC39C;
    border-radius: 40px;
    font-size: 12px;
    margin: 0 auto;
    max-width: 40%;
    text-align: center;
    padding: 11px 40px;
    color: black;
    text-decoration: none;
}
.contact-container p {
    margin-bottom: 22px;
}
.contact-container {
    text-align: center;
    margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
    .is-mobile {
        display: none;
    }
    .is-pc {
        display: block;
    }
    p {
        text-align: center;
    }
    .content-container {
        max-width: 990px;
        margin: 0 auto;
    }
    .coach li {
        justify-content: center;
    }
    h2 {
        font-size: 32px;
        text-align: center;
        margin-bottom: 32px;
    }
    .contact-container {
        text-align: center;
        margin-bottom: 60px;
    }
    ul {
        flex-direction: row;
        justify-content: left;
        flex-wrap: wrap;
    }
    .content-container li {
        width: 32%;
        margin-left: 10px;
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25) ;
        margin-bottom: 35px;
    }
    h3 {
        color: black;
        text-decoration: none;
    }
    .room-detail-box {
        border-top: 1px solid #D9D9D9;
        margin: 0 17px;
        padding: 14px 0 0;
    }
    .room-detail-box p {
        text-align: left;
    }
}