.society-container {
    /*background-image: url('../images/logo_bg.png');*/
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
    /*background-attachment: fixed;*/
}

.society-container h1 {
    margin: 35px 0;
    font-size: 35px;
    margin-top: 10% !important;
}

.society-container .society-details {
    padding: 15px 0;
}


.society-container .card-container {
    background: #303030;
    border-radius: 5px;
    padding: 10px 25px;
    height: 100%;
}

.society-info {
    list-style: none;
    padding: 0 !important;
}

.society-info li img {
    margin-bottom: 5px;
}

.society-info li {
    text-align: center;
    margin-bottom: 40px;
}


.society-details .slide-item  {
    width: 12%;
    margin-bottom: 35px;
}
@media (max-width:480px) {
    .society-details .slide-item  {
        width: 33% !important;
    }

}
