
.industry-share-story .ac-social-list {
    position: relative;
    justify-content: center;
    display: flex;
}


.section-hero .img-logo-title {
    margin-left: -20.5%;
}

@media only screen and (max-width: 1068px) {
    .section-hero .img-logo-title {
        margin-left: -20.5%;
    }
}

@media only screen and (max-width: 745px) {
    .section-hero .img-logo-title {
        margin-left: -128px;
    }
}