*{
    box-sizing: border-box;
}

.community-banner-detail {
    color: #101010;
    font-size: 25px;
    font-weight: 600;
}

.community-banner-content {
    background: none;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.community-banner-content .community-banner-title {
    color: #101010;
    text-align: center;
    padding-bottom: 9px;
    font-family: Toyota Type;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 57px;
    letter-spacing: 0em;
    text-align: center;
}

.community-banner-title {
    margin-bottom: 8px;
}

.community-banner {
    height: 350px;
    max-height: 350px;
}
.community-banner {
    margin-top: 150px;
}
@media (max-width: 1080px) {
    .community-banner {
        margin-top: 109px;
    }
}
@media (max-width: 769px) {

}
@media (max-width: 415px) {
    .community-banner-content .community-banner-title {
        padding-bottom: 13px;
        font-size: 24px;
        /* padding: 0 44px; */
    }
    .community-banner-detail{
        font-size:16px
    }
    .community-banner {
        height: 395px;
        max-height: 395px;
    }
}