@media all and (max-width:414px){

    section.producer-socialButtons{
        padding-top: 50px;

    }

}


section.producer-socialButtons .container-box{
    position: relative;
}

.article-story-logos{

    display: flex;
    justify-content: center;
    align-items: center;
}

@media all and (max-width: 768px){

    .article-story-logos{
        flex-direction: column;
        align-items: center;
    
    }

}

.article-story-logos::before{
    position: absolute;
    display: block;
    width: 100%;
    background-color: rgba(99,99,99,0.5);
    height: 1.5px;
    top: -50px;
    left: 0%;
}

.logos-style{
    max-width: 200px;
    margin: 0 21px;
  
}

.square-logos-style {
    max-width: 150px;
    margin: 0 35px;
}

.logos-three {
    transform: translateY(-23%);
}
@media all and (max-width: 768px){

    .logos-style{
        margin: 10px 0px;
    
    }

    .square-logos-style {
        margin: 20px 0
    }

}

@media all and (max-width: 428px){

    .square-logos-style {
        max-width: 130px;
        margin: 20px 0
    }

}

.logos-style a, .square-logos-style a{
    display: block;

}


.article-story-producer{
    display: flex;
    margin-top: 30px;

}

@media all and (max-width:449px){

    .article-story-producer{
        padding-top: 50px;
        padding-bottom: 10px;
    
    }

}

.producer-title{

    width: 50%;
    text-align: right;
    padding-right: 13px;
}


.producer-name{

    width: 50%;
    padding-left: 13px;
}

.article-story-social{

    margin-top: 20px;
    height: 22px;
    text-align: center;
    
    
}

.article-story-social ul{
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    
}

.article-story-social ul li{
    display: inline-block;
    vertical-align: top;
    padding-top: 0px;
    
}

.article-story-social ul li:first-child{
    width: 145px;
    
    
}

.article-story-social ul li:nth-child(2){
    padding-top: 1px;
    
   
}