
  /* hero intro */
  
   #about {
    width: 100%;
    height: 100%;
    padding-bottom: 90px;
  }
  @media (max-width: 992px){
    #about {
      width: 100%;
      height: 100%;
      padding-bottom: 50px;
    }
  }
#about h1 {
  text-align: left;
  padding-top: 20px;
  width: 80%;
}
#about .text-intro h3 {
  text-align: left;
  padding-top: 190px;
  width: 80%;
}

/*  15. about me
/*----------------------------------------*/
#about-me {
  background-color: #BFFFB9;
  padding: 100px 0px;
}
@media(max-width: 992px){
  #about-me {
    background-color: #BFFFB9;
    padding: 50px 0px;
  }
  }
.about-pic img{
    height: 480px;
    float: right;
  }

@media(max-width: 992px){
.about-pic img{
  align-content: center;
  width: 100%;
 }
}
.info-content h2 {
  color: #0D152E;
  padding-bottom: 50px;
  font-size: 48px;
  font-weight: 700;
}
@media(max-width: 992px){
  .info-content h2 {
    color: #0D152E;
    padding-bottom: 0px;
    font-size: 48px;
    font-weight: 700;
  }
  }
.info-content p{
  font-size: 18px;
  color: #16161C;
  margin-top: 20px;
  margin-right: 10px;
  line-height: 32px;

}

.section-title h2{
  color: #16161C;
  text-align: left;
  padding-bottom: 50px;
}

/* 3 things
/*----------------------------------------*/

.things {
  background-color: #FEFFB1;
  padding: 100px 0px;
 }
 @media(max-width: 992px){
  .things {
    background-color: #FEFFB1;
    padding: 50px 0px;
   }
  }

 .things .card {
  color: #16161C;
  border: 2px solid #16161C;
  text-align: center;
  box-shadow: 4px 4px #16161c;
  border-radius: 0px;
  background-color: #FEFFB1;
  padding: 0px 10px;
}
.things .card-header {
  background-color: transparent!important;
  border: none;
  display: flex;
}
.things .card-header img {
  height: 50px;
  margin: 30px 10px 0px 0;
}
.things .card-header .t-padding {
  margin: 40px 10px 0px 0;
}
.things .card-body p {
  text-align: left;
}


/* Style the tab */
.experience .job-pic img {
  width: 96%;
  padding-bottom: 30px;
}
.experience .job-info {
  padding-left: 50px;
}
@media (max-width: 992px){
  .experience .job-info {
  padding-left: 0px;
}
  }
.tab {
  overflow: hidden;
  border: none;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 20px 20px;
  transition: 0.3s;
  display: flex;
  margin-right: 20px;
}

.tablinks img {
  width: 60px;
    margin-right: 16px;
}
.tablinks p {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 0px;
}
/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #BFFFB9;
}
@media (max-width: 992px){
.tab button:hover {
  width: 100%; 
  background-color: #BFFFB9;
}
  }

/* Create an active/current tablink class */
.tab button.active {
  border: 2px solid #16161C;
  box-shadow: 4px 4px #16161c;
  border-radius: 0px;
  background-color: #EFF066;
}
@media (max-width: 992px){
    .tab button.active {
  border: 2px solid #16161C;
  box-shadow: 4px 4px #16161c;
  border-radius: 0px;
  background-color: #EFF066;
  width: 100%;
}
  }
/* Style the tab content */
.tabcontent {
  display: none;
  padding-bottom: 50px;
  border: none;
}
.job-info h3 {
  color: #0D152E;
  padding-bottom: 20px;
  font-size: 38px;
  font-weight: 700;
}
@media (max-width: 1200px){
  .job-info h3 {
    color: #0D152E;
    padding-bottom: 10px;
    font-size: 28px;
    font-weight: 700;
  }
}
.job-info h4 {
  color: #0D152E;
  padding-bottom: 30px;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 1200px){
  .job-info h4 {
    color: #0D152E;
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
  }
}

.experience {
  background-color: #ffffff;
  padding: 70px 0px 90px 0px;
}
@media(max-width: 991px) and (min-width: 292px){
  .experience {
    background-color: #ffffff;
    padding: 50px 0px 70px 0px;
  }
}

.certificates {
  background-color: #DF84FF;
  padding: 100px 0px;
}
@media(max-width: 514px){
  .certificates {
    background-color: #DF84FF;
    padding: 50px 0px;
  }
  }

  .certi-pic img {
    width: 100%;
    float: right;
}