.content{
    padding-top: 90px!important;
    width: 95%;
    margin-left: 20px;
}
.container-fluid{
    padding: 0px!important;
}
.d-flex{
    align-items: center;
}
div{
    padding: 4px!important;
}
.forward{
    display: none!important;
}
p{
    font-size: 16px;
    color: gray;
}
img{
    border-radius: 50%;
    height: 150px;
}
.btn{
    background-color: bisque!important;
    border-radius: 40px!important;
    padding: 10px 10px!important;
    width: 160px;
    font-weight: bold!important;
    color: coral!important;
}
h5{
    font-weight: bold!important;
    margin-bottom: 0px!important;
}
.icons{
    color: coral;
    font-size: 18px;
    border-radius: 50%;
    padding: 12px;
    background-color: bisque;
}
.justify{
    width: 30%;
    justify-content: space-between;
}
.name{
    font-size: 15px;
    color: gray;
}
a{
    color: black!important;
    text-decoration: none!important;
}
@media screen and (max-width: 1100px) and (min-width:700px){
    .justify{
        width: 60%;
    }
}
@media screen and (max-width: 700px) and (min-width: 600px){
    .forward{
        display: block!important;
    }
    .justify{
        width: 100%;
    }
}
@media screen and (max-width: 600px) and (min-width: 300px){
    .justify{
        width: 100%;
    }
    .forward{
        display: block!important;
    }
}