.ja-flex{
    display: flex !important;
    width: 100%;        
    justify-content: space-between;
    align-items: center;
    }
    .ja-flex h3.c-teaser__title{
        margin-bottom: 0;
        padding: 16px 0;
    }
    .ja-flex h1{
        margin-bottom: 0;
        padding: 16px 0;
    }
    .title-box{
        width:68%;
    }
    .serach-well .title-box{
            width:auto;
        }
    .right-btn img{
        height: auto;
        width:18px
    }

    .c-btn--small.bg-delete-1{
        line-height: 0;
    }
    .btn-text-1{
        font-size: 18px;
        font-weight: 600;
    }
    .btn-text-1:hover{color:#daa60c;}
    @media only screen and (min-width: 320px) and (max-width: 1060px) {
        .ja-flex{
            display: block !important;
            margin-bottom: 20px;
        }
        
        .ja-flex.serach-well{
            display: flex !important;
            margin-bottom: 20px;
        }
        .serach-well .title-box{
            width:auto;
        }
        .title-box{
            width:100%;
        }
        
    }
    .highlight {
        background-color: yellow;
    }

    