.country__tittle {
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
    width: 100%;
}

.country__background__tittle {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    background: url("/company/international-activity/sales-geography/img/back-for-p.png") 100% no-repeat;
    width: 230px;
    height: 40px;
}

.informations__news {
    width: 370px;
}

.informations__news .image {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 240px;
    background: #f5f5f5;
}


.informations__news .image img {
    width: auto;
}

.country__name {
    margin: 10px 0;
    text-align: center;
    color: #ffffff;
    font-family: Qanelas;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
}

.link__more {
    position: absolute;
    right: 30px;
    align-self: flex-start;
}

hr.underline__tittle {
    margin-top: 0;
    height: 2px;
    border-top: 2px solid #9c0f34;
}

.international__slide {
    list-style: none;
    padding: 0;
}

.new__name {
    font-family: Qanelas;
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    line-height: 24px;
}

h3.new__name> a {
    text-decoration: none;
    color: black;
}

.data__new {
    color: #999999;
    font-family: Qanelas;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}

.owl-prev,
.owl-next {
    position: absolute;
    bottom: 61%;
}

.owl-prev {
    left: -5%;
}

.owl-next {
    right: -5%;
}

.international__img__news {
    /*margin-bottom: 20px;*/
}

/* mobile version */

@media screen and (min-width:320px) and (max-width:568px) {
    .informations__news {
        width: 100%;
        height: 100%;
    }

    hr.underline__tittle {
        margin-bottom: 30px;
    }

    .new__name {
        padding: 0 15px;
        font-size: 15px;
        margin: 5px 0;
    }

    .international__img__news {
        padding: 0 1px 0 15px;
    }

    .data__new {
        padding: 0 15px;
    }

    .link__more {
    display: block;
    position: relative;
    right: 0;
    align-self: flex-start;
    font-size: 14px;
    }

    .caption {
        flex-direction: column;
    }
    

    
}