@media (max-width: 768px){

.header__primary{

	width:60%;

}

.header__secondary{

	width:30%;

}

}





.hissu{

    font-size: 1.2rem;

    color:#f56289;

}



.nini{

    font-size: 1.2rem;

}





.link-button--green{

    color:#15a98f !important;

    color:var(--brand-color) !important;

    background:#fff !important;

    border-color:#15a98f! important;

    border-color:var(--brand-color) !important;

}



.link-button--green:before{

    color:#00b8df !important;


}
.link-button--inner{
    margin-top: 30px;
    display: inline-block;
}

.link-button--green:hover,.link-button--green:hover:before{

    background:#00b8df !important;

    background:#00b8df!important;

    border-color:#15a98f!important;

    border-color:var(--brand-color)!important;

    color: #fff!important;

}
.link-button--gray{
    color:#fff !important;


    background:#ccc !important;

    border-color:#ccc! important;
    cursor: initial;
}

.link-button--gray::before{
    color: #fff;
}

.link-button--gray:hover::before{
    color: #fff;
}

.section__title--page-title {

    font-size: 3.4rem;

    line-height: 1.4;

    font-weight: 600;

    background: none;

    color: #000;

    color: var(--text);

    padding-bottom: 0;

}
