

.social-box {
    width: 100%;
    height: 500px;
    position: relative;
    box-shadow: 3px 10px 20px rgba(0, 0, 0, 0.15);
    border-radius: 0 0px 10px 10px;
}
.social-box-outer{
    padding:0 20px;
    margin-top: 50px;
    position: relative;
}
.social-box-outer::after {
    content: " ";
    position: absolute;
    left: 20px;
    top: 20px;
    width: calc(100% - 40px);
    height: 30px;
    background-color: red;
    z-index: 0;
    border-radius: 10px 10px 0 0;
}
.twitter{
    overflow-y: scroll;
}
#inst-frame{
    height: 420px;
}
.t-outer::after{
    background-color: #00A2F5;
}
.f-outer::after{
   
    background-color: #285296;
}
.i-outer::after{
    background-color: #AE30BB;
}