.about-us-container {
    padding: 60px 0;
    width: 100%;
}

.about-us-img img {
    border: 1px solid #000;
    padding: 5px;
    border-radius: 50%;
    box-shadow: 1px 2px 10px rgbs(0, 0, 0, 0.3);
}
img.team-member-img {
    padding: 5px;
    border-radius: 12px;
    -webkit-box-shadow: -1px 3px 12px -3px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: -1px 3px 12px -3px rgba(0, 0, 0, 0.19);
    box-shadow: -1px 3px 12px -3px rgba(0, 0, 0, 0.19);
}

.about-content h2 {
    font-weight: bold;
    margin-bottom: 25px;
}

.about-content p {
    margin-bottom: 30px;
    color: #6e6e6e;
}

.about-sub i {
    width: 40px;
    height: 40px;
    background-color: var(--secondary);
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
}

.about-sub h6 {
    font-size: 18px;
}

.team-member-img {
    border-radius: 10px;
    max-height: 350px;
    object-fit: cover;
}

.p-more-info {
    font-weight: lighter;
    color: gray;
    font-size: 21px;
}

.dev-description {
    font-weight: lighter;
    color: gray;
}

small {
    font-weight: bold;
    color: gray;
}

.fa-linkedin {
    color: #0A66C2;
    font-size: 1.2rem;
}

#emailIcon:hover{
    color:#6c757d!important
}

.role {
    text-transform: uppercase;
}
