.ya-share2 .ya-share2__container_size_m .ya-share2__icon  {
  background-size: cover !important;
}

.alf-news-icon{
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-position-y: top;
  background-position-x: center;
  background-size: 100%;
  margin-right: 16px;
}

.wins50{
    margin-bottom: 50px;
}

.win50-container{
    margin-top: 20px;
}
.win50-border{
    border: 1px #bfbfbf solid;
}
.win50-header{
    color: #2b3052;
    margin-top: 30px;
    margin-bottom: 40px;
}
.win50-main-title{
    width: 100%;
    height: 100px;
    font-size: 60px;
    line-height: 80px;
    overflow-x: hidden;
    overflow-y: hidden;
    margin-top: 50px;
    color: #2b3052;
    text-align: left;
    padding-left: 10px;
    box-sizing: border-box;
}
.win50-divider{
    width: 100%;
    height: 10px;
}
.win50-divider .line-draw{
    width: 80%;
    height: 10px;
    margin-left: 20px;
    border-bottom: 2px #d29751 solid;
    box-sizing: border-box;
}

.win50-description{
    width: 100%;
    padding: 10px 20px 20px 20px;
    margin-top: 10px;
    text-align: left;
    margin-bottom: 30px;
    box-sizing: border-box;
}

.win50-image{
    width: 100%;
    height: 280px;
    background-position: center;
    background-size: cover;
}

.win50-image-col{
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.avia100{
    margin-bottom: 20px;
}

.avia100-row{
    background-image: url('/themes/mintrans/assets/images/2024/banner_clouds.jpg');
    background-size: cover;
}

.avia100-img{
    padding: 2rem;
    box-sizing: border-box;
}

.avia100-text-row{
    padding: 2rem 2rem 2rem 0;
    height: 100%;
}

.avia100-main-title{
    font-family: Roboto, Arial, Sans-Serif;
    font-weight: bold;
    font-size: 1.3rem;
    color: white;
    margin-bottom: 20px;
    padding-left: 20px;
    box-sizing: border-box;
}

.avia100-description{
    font-family: Roboto, Arial, Sans-Serif;
    font-weight: normal;
    color: white;
    padding-left: 13px;
    box-sizing: border-box;
}

.avia100-border{
    border-left: 2px white solid;
}

.avia100-border-horizontal{
    border-top: none;
}

@media (max-width: 767px) {
    .avia100-border-horizontal{
        border-top: 2px white solid;
    }
    .avia100-border {
        border-left: none;
    }
}



.avia100-image{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
}

@media (max-width: 767px) {
    .win50-main-title{
        font-size: 36px;
        line-height: 50px;
        text-align: center;
        height: 50px;
    }

    .win50-divider .line-draw {
        margin-left: 10%;
    }

    .win50-description{
        text-align: center;
    }
}

@media (max-width: 500px) {
    .logo-h{
        width: 380px !important;
    }
}
