@media screen and (min-width: 768px) and (max-width: 1024px){
  .profile-card{
    padding: 25px 17px 100px 25px!important;
    margin-bottom: 100px!important;
  }
  .logout a{
    margin-left: 37px!important;
  }
  body > div.profile-card.d-flex > ul > li.active > a, body > div.profile-card.d-flex > ul > li > a {
    margin-left: 24px!important;
  }
}
@media (min-width: 320px) and (max-width: 768px){
  .profile-card{
    flex-direction: column;
    padding-left: 17px!important;
  }
  .nav-tabs{
    width: auto!important;
    height: auto!important;
    margin: 0 0 20px 0  !important;
  }
  body > div.profile-card.d-flex > ul > li.active > a, body > div.profile-card.d-flex > ul > li > a {
    margin: 0px!important;
  }
  .logout a{
    margin: 10px 3px 10px 15px!important;
  }
}


.profile-header{
    display: flex;
    align-items: center;
    justify-content: center;
}
.profile-header span{
  font-family: Gravity;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.42;
  color: #17029a;
}
.profile-card{
    margin: 30px 30px 441.6px;
    padding: 45px 17px 261px 45px;
    object-fit: contain;
    border-radius: 8px;
    border: solid 1px rgba(30, 40, 117, 0.25);
}
.nav-tabs{
     width: 400px;
  height: 650px;
  margin: 5px 60px 0 0;
  object-fit: contain;
  border-radius: 8px;
  border: solid 1px rgba(3, 7, 38, 0.25);
}
body > div.profile-card.d-flex > ul > li.active > a,body > div.profile-card.d-flex > ul > li > a{
    margin: 0px;
    border: none;
  margin: 23px 8px 24px 45px;
  font-family: Gravity;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #1d1d1f;
}
.nav-tabs>li.active{
    text-decoration: none!important;
}
.nav-tabs>li.active>a{
  font-weight: bold!important;
  color: #df2a2e!important;
}
.profile-card .profile-name{
  font-family: Gravity;
  font-size: 22px;
  font-weight: bold;
  color: #1d1d1f;
}
.nav-tabs li{
    border-bottom: solid 2px #c7cadd;
}
.logout a{
    margin: 23px 3px 0 59px;
    font-family: Gravity;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #7c7a8b;
}
.tabs-header i{
    font-size: 20px;
    color: #17029a;
    margin-right: 10px;
}
.tabs-header span{
    font-family: Gravity;
    font-size: 22px;
    font-weight: bold;
    color: #1d1d1f;
}
.tab-pane-description{
    font-family: Gravity;
    font-size: 22px;
    color: #1d1d1f;
}
.list-item{
  border-bottom: solid 0.5px #c7cadd;
}
.sub-title{
  border-bottom: 2px solid #1d1d1f;
  font-family: Gravity;
  font-size: 22px;
  font-weight: bold;
  color: #1d1d1f;
}
.list-item .tags{
  font-family: Gravity;
  font-size: 16px;
  color: #7b7b80;
}
.list-item-header span{
  font-family: Gravity;
  font-size: 22px;
  font-weight: bold;
  color: #0a32a4;
}
.list-item-header  > i {
  cursor: pointer;
  color: black!important;
}
.list-item-body span{
  font-family: Gravity;
  font-size: 14px;
  line-height: 1.79;
}
