.profile .main .container {
  padding: 50px 60px 100px;
}

.profile .profile-top {
  height: 300px;
  background-image: url(../img/profile-top.png);
  background-position: center top;
  background-repeat: no-repeat;
}

.profile .profile-top p {
  padding-top: 150px;
  font-size: 36px;
  color: #000000;
}

.profile .main .container {
  margin-bottom: 250px;
}

.profile .about-left {
  font-weight: bold;
}

.profile .about-content {
  padding: 30px 0;
  border-bottom: solid #f0f0f0 1px;
}

.profile .about-content:first-of-type {
  border-top: solid #f0f0f0 1px;
}

.profile .main .container .about-content .about-right table th,
.profile .main .container .about-content .about-right table td
{
  font-weight: normal;
  padding: 5px 10px;
}
.profile .open-information a {
  font-weight: bold;
  text-decoration: none;
  padding: 20px 3%;
  width:48%;
  background: #eee;
  /* border:1px solid #999; */
  display:block;
  margin-bottom:15px;
  font-size:16px;
  border-radius:3px;
  background:#41793c;
  color:#FFF; 
  position:relative;
  float:left;
  margin-right:4%;
}
.profile .open-information a:nth-child(2n){
  margin-right:0;
}
.profile .open-information a::after {
  /* content: "\e415";
  font-family:'FontAwesome';
  right: 20px;
  position:absolute;
  vertical-align: middle; */
}




.profile .open-information a i{
  margin-right:10px;
  font-size:20px;
}

.profile .open-information .material-symbols-outlined{
  margin-left:5px;
  vertical-align: bottom;
}

@media screen and (max-width:991px) {
  .profile .profile-top {
    height: auto;
    background: none;
  }
  .profile .main .container {
    padding: 30px 20px 125px;
  }
  .profile .main .container {
    margin-bottom: 0;
  }
  .profile .main .container .about-content {
    padding: 15px 0;
  }
  .profile .main .container .about-content .about-left {
    font-size: 12px;
    line-height: 30px;
  }
  .profile .main .container .about-content .about-right {
    font-size: 12px;
    line-height: 30px;
  }
  .profile .main .container .about-content .about-right p {
    margin: 0;
  }

  .profile .main .container .about-content .about-right table th,
  .profile .main .container .about-content .about-right table td
  {
    display:block;
    padding: 0 0;
  }

  .profile .main .container .about-content .about-right table th
  {
    font-weight: bold;
  }
  .profile .main .container .about-content .about-right table tr
  {
    margin-bottom:2px;
  }
  .profile .main .container .open-information .content {
    font-size: 12px;
  }
  .profile .open-information a {
    width:100%;
  }
}