.socialIconsList {
    margin: 0;
    padding: 0;
}

.socialIconsList button {
    width: 40px;
    height: 40px;
    background-color: #F2F0F0 !important;
    border-radius: 50%;
    justify-content: center;
    cursor: pointer;
}

.socialIconsList button img {
    max-width: 70%;
}

.blogLinks_main {
    border: 2px solid #9F9F9F;
    padding: 25px 0;
    margin: 30px 0;
    border-left: 0;
    border-right: 0;
}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 991px) {
    .socialIconsList button {
        width: 30px;
        height: 30px;
    }
}

@media screen and (max-width: 767px) {
    .socialIconsList button {
        width: 25px;
        height: 25px;
    }
}