.anu-social-banner--study {
background-color: black;
}

.anu-social-banner--study .container > .row {
border-top: 1px solid gray;
border-bottom: 1px solid gray;
}

.anu-social-banner--study .anu-social-banner--study .d-flex {
justify-content: right !important;
align-items: center;
gap: 10px;
}

.anu-social-banner--study .anu-social-banner--study .d-flex .social-txt {
font-size: 27px;
}

.anu-social-banner--study .anu-social-banner--study .d-flex span.fa-stack i:nth-of-type(1) {
color: #be830e;
}

.anu-social-banner--study .anu-social-banner--study .d-flex span.fa-stack i:nth-of-type(2) {
color: #000;
}

.anu-social-banner--study .anu-social-banner--study .d-flex span.fa-stack:hover i:nth-of-type(1) {
color: #fff;
}

.anu-social-banner--study .container {
position: relative;
margin: 0 auto;
width: calc(100% - 4rem);
padding-left: 3rem;
padding-right: 1rem;
}


/*delete the padding*/
.anu-social-banner--study.p-4 {
padding: 0px !important;
}
.anu-social-banner--study .anu-social-banner--study .d-flex .social-txt {
font-size: 1.2em;
}

/*Remove top grey border*/
.anu-social-banner--study .container > .row {
border-top: 0px;
}

.anu-social-banner--study .anu-social-banner--study-icon {
color: #000
}

.anu-social-banner--study .anu-social-banner--study-icon:hover {
color: #be830e
}

@media (max-width: 410px) {
 .anu-social-banner--study .container .p-4 {
    padding-left: 0 !important;
    padding-right: 0 !important;
 }
}
