.mainContent {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 5px;
}

.con {
    max-width: 750px;
    width: 100%;
    margin-bottom: 25px;
    margin-top: 85px;
}

h2 {
    text-align: center;
    text-decoration: underline;
}

h3 {
    color: green;
}

.bg {
    background-color: yellow;
}

.a {
    text-align: left;
}

.a ul li {
    margin: 20px 0;
    padding: 0;
}

.list {
    text-align: center;
    list-style-type: none;
}

.subHeadPvcH2 {
    text-align: left;
}

/* ABOUT US */

.container {
    position: relative;
    text-align: center;
    margin-top: 80px;
    z-index: 0;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    font-weight: bold;
}

/*  About Us End*/

/* Content-1:Start */
.profile {
    display: flex;
    justify-content: space-around;
}

.box {
    max-width: 350px;
    border-radius: 20px;
    text-align: center;
    background: #ededed;
    border: solid 2px;
}

.box1 {
    margin-top: 10px;
}

.content {
    margin: 15px 2px;
}

.image {
    display: flex;
    justify-content: center;
}

.image img {
    height: auto;
    width: 120px;
    border-radius: 50%;
    display: block;
}

.level {
    font-size: 0.7em;
    background-color: rgb(164, 189, 183, 0.5);
    width: 50px;
    padding: 3px;
    border-radius: 5px;
    font-weight: bolder;
    letter-spacing: 1px;
    display: block;
    margin: 0px auto 10px;
}

.name {
    font-size: 1.25em;
    font-weight: bolder;
    letter-spacing: 1px;
}

.job_title {
    font-size: 0.65em;
    font-weight: bolder;
    color: gray;
    margin-top: -2px;
}

.job_discription {
    font-size: 0.7em;
    color: gray;
}

.icons {
    margin: 0px 30px;
    font-size: 1.5em;
    display: flex;
    justify-content: space-around;
}

.icons button {
    width: fit-content;
    height: fit-content;
    border: none;
    font-size: 1em;
}

ion-icon:hover {
    color: #58a497;
    transition: 0.5s;
}

button {
    width: 130px;
    height: 40px;
    border-radius: 10px;
    font-weight: bolder;
}

.button {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    margin: 15px 20px 0px;
}

.button .message {
    background: #ededed;
    border: 2px solid #000;
}

.button .connect {
    background-color: #000;
    color: #ededed;
    border: none;
}
button.connect:hover {
    letter-spacing: 1px;
    transition: 0.5s;
}
button.message:hover {
    letter-spacing: 1px;
    transition: 0.5s;
    background: rgba(88, 164, 151, 0.5);
}

/* Content-1:End */

@media only screen and (max-width: 650px) {
    .centered {
        font-size: 22px;
    }

    .profile {
        flex-direction: column;
        align-items: center;
    }
}

@media only screen and (max-width: 300px) {
    
}


