.box-tournament__header {

    background-color: #325edc; /*#325edc;*/
    position: relative;
    z-index: 1;
    background-size: cover;
    color: #fff;
    padding: 10px;
    margin-bottom: 20px;

}

.box-tournament__header__left {

    float: left;
    width: 60%;

}

.box-tournament__title {

    font-size: 18px;
    line-height: 20px;
    font-weight: 300;

}

.box-tournament__title a, .box-tournament__title:hover, .box-tournament__title:focus {

    color: #fff;
text-decoration: none;
transition: color .4s ease-in-out;

}

.box-tournament__title a:hover {
text-decoration: underline;
}

.box-tournament__subtitle {

    font-size: 12px;
    line-height: 15px;
    font-weight: 300;
    margin-top: 5px;

}

.box-tournament__header__right {

    float: left;
    padding-left: 10px;
    border-left: 1px solid #fff;
        border-left-color: rgb(255, 255, 255);
    width: 40%;
    box-sizing: border-box;
border-color: #3F9202; /* #4ea8f6;*/
}

.box-tournament__header__right a {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 3px 0;
    display: block;
    position: relative;
text-decoration: none;
transition: color .4s ease-in-out;
}
.box-tournament__header__right a:hover {
text-decoration: underline;
}
.box-tournament__header .dataimg-arrow-right {

    background-image: none;

}

.box-tournament__header__right .dataimg-arrow-right svg {

    height: 10px;
    position: absolute;
    top: 2px;
    right: 0;
    overflow: hidden;

}