.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.col-lg-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 20px;
}
.bio{
    background-color: #fafbfd;
}
.jj-style {
    padding-right: 20px;
    padding-left: 10px;
}
.jj-img {
    position: relative;
    top: 9px;
    right: 4px;
}
.jj-style .jj-img img{
    width: 60%;
}
.jj-info-img img{
    width: 100%;
}
.jj-info .jj-info-logo img{
    width: 90%;
    margin-bottom: 15px;
}
.bio .media-tags ul li a{
   background: background:linear-gradient(90deg, #8A2BE2, #0000FF);;
    width: 35px;
    height: 35px;
    display: flex;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 13px;
    align-items: center;
}
.bio .media-tags ul li a svg {
    fill: #fff;
    width: 20px;
    height: 20px;
}
.bio .media-tags ul li a:hover{
   background: #606060;
    color: #000;
}
.media-tags ul{
    margin: 0;
}
.jj-style .jj-info,
.jj-info-logo .media-tags{
    display: flex;
}
.jj-info-logo{
    padding: 30px 0;
}
/* .bio .row{
    flex-direction: column-reverse;
} */
.bio{
    padding: 50px 0 100px;
}
.bio-style .bio-heading span{
    color: #ff5427;
    font-size: 20px;
    display: inline-block;
    margin-bottom: 10px;
}
.bio-style .bio-heading h4{
  font-size: 45px;
  font-weight: 700;
  line-height: 68px;
  color: #131313;
  font-family: Poppins;
}
.bio-style .bio-text p {
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
    text-align: left;
    color: #606060;
  font-family: Poppins;
}
.bio-style .bio-text{
    margin-bottom: 40px;
}
.get{
  background: #ff5427;
  border-radius: 8px;
  margin-bottom: 30px;
  max-width: 256px;
  padding: 15px 20px 17px;
  text-align: center;
}
.get a{
    color: #fff;
    text-transform: capitalize;
    font-size: 20px;
    text-decoration: none;
}
.jj-style.slick-slide.slick-current.slick-active {
    width: 545px;
}
.jj-style-slider.slick-initialized.slick-slider.slick-dotted .slick-dots {
    bottom: -110px;
}
.jj-style-slider.slick-initialized.slick-slider.slick-dotted .slick-dots li button:before {
    font-size: 20px;
	}
.bio-bottom-text {
    padding-top: 80px;
}
.bio-bottom-text p strong{
    color: #131313;
    font-family: Poppins;
    font-size: 35px;
    font-weight: 600;
    line-height: 45px;
}
.bio-bottom-text p, .bio-bottom-text p span, .bio-bottom-text ul li {
    color: #606060;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
    text-align: left;
}
.bio-bottom-text ul li a{
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
    text-align: left;
}
@media (max-width: 767px){
  .col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px;
}
.bio-style {
    margin-top: 70px;
}
.jj-style {
    padding-right: 0px;
}
.bio-style .bio-heading h4 {
    font-size: 30px;
    line-height: 35px;
}
 .jj-style.slick-slide.slick-current.slick-active {
    width: auto;
}
}