.pos{
    text-align: right;
    margin-bottom: 1.2rem;
    margin-right: 50px;
  }
 .phone{
   display: flex;
   justify-content: space-between;
 }

  .profile-card {
    background-color: #ffffff;
    border-radius: 24px;
    box-shadow: 0 0px 5px rgba(27, 51, 116, 0.5);
    margin: 50px auto 0;
    padding: 50px;
    width: 450px;
}

header img {
    float: left;
    height: 90px;
    width: 90px;
    margin-right: 30px;
}

header h1{
    font-family: "Open Sans",sans-serif;
    font-size: 28px;
    font-weight: bold;
    padding-top: 6px;
    text-transform: uppercase;
}



header h2{
    font-family: "Open Sans",sans-serif;
    font-size: 17px;
    font-weight: normal;
    line-height: 0;
}


.profile-bio {
    margin-bottom: 50px;
    margin-top: 80px;
}


.profile-bio p {
    font-family: "Open Sans",sans-serif;
    font-size: 18px;
    font-weight: lighter;
    line-height: 34px;
}
.email{
  color: #000000!important;
  font-family: "Open Sans",sans-serif;
}
.email:hover{
  color: #4023c0!important;
}
.head{
  display: flex;
}

@media (max-width: 780px){
.profile-card{
  width: 350px!important;
  padding: 20px!important;
}
.profile-bio p {
font-size: 16px;
}
header h2{
  font-size: 14px!important;
}
header h1{
  font-size: 20px!important;
}
.phone{
  flex-wrap: wrap;
}

}

a{
  color: black;
  text-decoration: none;
}

a:hover{
  color: rgb(82, 59, 105);
  text-decoration: none;
}