.cms-width {
    margin-top: 3rem;
    text-align: center;
    /*padding-bottom: 20px;*/

 }
.cms-h1-size{
    font-size:40px;
    margin-left: 25%;
    margin-right: 25%;
    margin-bottom: 38px;
}

.cms-h1-size-long{
    font-size:40px!important;
    margin-bottom: 38px;
}
/*.page-cms-7, .page-cms-8, .page-cms-9, .page-cms-10*/
/*{*/
/*    background: #FAF9F8 !important;*/
/*}*/

.page-cms
{
    background: #FAF9F8 !important;
    min-height: 460px;
}

.cms-text-width{
    text-align: justify;
margin-left: 25%;
    margin-right: 25%;
    text-align-last:center;
}

.cms-text-width-faq{
    text-align: justify;
    margin-left: 25%;
    margin-right: 25%;
}

.cms-text-rules{
    text-align: left;
    margin-left: 25%;
    margin-right: 25%;
}
.page-header{
    display:none;
}
.cms-contact
{
    display: flex;
    justify-content: center;
    align-items: end;
    padding-bottom: 30px;
    margin-bottom: 1rem;
    padding-top: 20px;

}
.cms-contact2
{
    display: flex;
    justify-content: center;
    align-items: end;

}
.cms-contact3
{
    display: flex;
    justify-content: center;
    align-items: end;

}


.cms-contact-font
{
    display: flex;
    justify-content: center;
    align-items: end;
    font-size: 30px;
    padding-top: 20px;
    padding-bottom: 30px;
}

.cms-social
{
    display:grid;
    text-align:center;
    padding-top: 20px;
    cursor: pointer;
}
.cms-social:hover
{
    transform: scale(0.9);
    transition: 0.5s;

}
/*****Category*****/
.cms-category {
    justify-content: center;
    display: contents;
    overflow:hidden;
}
.cms-category-header{
    background-color: #FAF9F8!important;
    display: block;
    text-align: center;
    min-height: 8.75rem!important;
    padding-top: 20px;
    margin-bottom: 0.1rem!important;
}
.cms-category-font {
    font-weight: 500;
    color: #3B3B3B;

}
.cms-subcastegory-header{
    background-color: #FAF9F8!important;
}
.cms-subcategory-aling{
    text-align: center;
    justify-content: center;
}

.cms-subcategory-image{
    width: 40px;
    height: 40px;
    display: inline-flex;
    margin-bottom: 14px;
}

.cms-subcategory-ul:hover{
    scale: 0.95;
    transition: all 0.2s ease;
    filter: brightness(110%)
}
.cms-subcategory-name{
    font-weight: 500;
}
.cms-faq-ul{
    color: #3B3B3B!important;
    font-size: 1rem!important;
    line-height: 24px!important;
 }
.cms-faq-title{
    font-weight: 500;
    font-size: 18px;

}
.cms-bold{
    color: #E2BB53;
    font-weight: 588;
}

@media (max-width: 600px) {
    .cms-text-width
     {
        margin-left: 10%;
        margin-right: 10%;
    }
    .cms-text-rules{
        margin-left: 10%;
        margin-right: 10%;
    }
    .cms-h1-size{
        margin-left: 1%;
        margin-right: 1%;
    }
    .cms-text-width-faq{
        margin-left: 10%;
        margin-right: 10%;
    }


}
@media (min-width: 600px) {
    .break
    {
        display: none;
    }

}
@media only screen and (max-width: 448px) {
    .cms-category-header {
        text-align: center;
    }
}

@media only screen and (max-width: 430px){
    .cms-subcategory-ul{
        min-width: 140px!important;
    }
}

@media only screen and (max-width: 429px) {
    .cms-subcategory-name{
        font-weight: 500;
        font-size: 13px;
    }
    .submenu-ul{
        min-width: 150px!important;
    }
}

