.title-sl{
    margin-bottom: 5%;
    margin-top: 5%;
    margin-left: 20%;
    width: 60%;
    font-family: Rubic;
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}
@media (max-width: 767px) {
    .title-sl{
        margin-top: 5%;
        font-size: 20px;
        text-align: left;
        margin-left: 1%;
        width: 100%;
      /*  margin-left: 10%;*/
    }
}
.blog-container .owl-next{
    top: 37% !important;
}
.blog-container .owl-prev{
    top: 37% !important;
}
.blog-sl{
    padding: 60px 0;
}
.blog-sl .sector{
    max-width: 760px;

    margin: 0 auto;
    position: relative;
}
.blog-sl .tag{
    margin: 0 0 15px -10px;

    color: #33ad43;
    font-size: 13px;

    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

.blog-sl .tag a{
    color: #33ad43;

    border-bottom: 1px solid transparent;

    text-decoration: none;
    transition: .3s linear;
}

.blog-sl .tag a:hover{
    border-bottom-color: #33ad43;
}
.blog-sl .tag span{
    margin-left: 10px;
    display: block;
}
.blog-sl .name{
    margin-bottom: 18px;

    font-size: 24px;
    font-weight: 700;
}
.blog-sl .name a{
    color: #000;

    text-decoration: none;
    transition: .3s linear;
}

.blog-sl .name a:hover{
    color: #33ad43;
}
.blog-sl .text{
    margin-bottom: 20px;

    font-size: 13px;
    line-height: 24px;
}