th,
td {
    padding: 0px 50px 10px 50px;
    border: 2px solid black;
}

.about-card {
    background-image: linear-gradient(to right, #0a1335, #040612);
    color: #fff;
    padding: 30px 20px;
    max-width: 1300px;
    margin: auto;
    /* border-radius: 10px; */
}

.col {
    float: left;
    padding: 10px;
    height: 140px;
    /* line-height: 10px; */
}

.col:nth-child(1) {
    width: 24.53%;
}

.col:nth-child(2) {
    width: 26.33%;
}

.col:nth-child(3) {
    width: 40%;
}

.col:not(:last-child) {
    border-right: 2px solid white;
}

/* Clear floats after the columns */
.about-card:after {
    content: "";
    display: table;
    clear: both;
}

.col h2,
.col strong {
    margin-top: 0px;
    font-weight: 400;
}

.col strong {
    color: gold;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1em;
    font-size: 14px
}

.avatar {
    height: 140px;
    width: 140px;
    margin-top: -15px;
    padding: 5px;
    text-align: center;
}

.avatar img {
    width: 100%;
    background: #fff;
    display: block;
    margin: 0 auto;
}

.name {
    text-align: center;
    margin-top: 5px;
    font-weight: bold;
}


.inline-social {
    margin-top: 25px;
}

.inline-social a {
    text-decoration: none;
    color: #8c288b;
    background: #fff;
    padding: 0px 5px;
    border-radius: 50px;
    margin-right: 5%;
}

.inline-social-long {
    line-height: 1.5em;
}

.inline-social-long a {
    color: #fff;
    text-decoration: none;
    font-size: 13px
}

.inline-social-long span {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    display: block;
}

.inline-social-long span i {
    /* margin: 0px 10px; */
}

.text-white {
    color: white !important;
}

.avatar img {
    border: 2px solid #fff;
     border-radius: 20%; 
    width: 140px;
    height: 140px;
/*    object-fit: cover;*/
}

.inline-social-long span {
    display: block;
    font-size: 14px;
    line-height: 1.5;
}

.inline-social-long span a {
    color: #fff;
    text-decoration: none;
}

.text-gold {
    color: gold;
}

@media (max-width: 600px) {
    .about-card {
        text-align: center;
    }
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {

    .col:nth-child(1),
    .col:nth-child(2),
    .col:nth-child(3) {
        width: 100%;
        border: none
    }

    .avatar {
        margin: auto
    }

    .col h2,
    .col strong {
        display: inline-block;
        margin-top: 50px
    }

    .inline-social {
        margin: 0px 0px;
    }
}

.jo_name{
    color:  #6a8ccf;
}
/* Force table container to be responsive */

  
 /* Apply only up to 775px */
@media (max-width: 775px) {
    .table-responsive {
      width: 100%;
      overflow: hidden;   /* no scrollbars */
    }
  
    table {
      width: 100% !important;   /* table fits screen */
      border-collapse: collapse;
    }
  
    table td, 
    table th {
      font-size: 13px;    /* smaller font */
      padding: 6px 8px;   /* tighter padding */
      word-break: break-word;  /* break long words instead of scroll */
      white-space: normal;     /* allow wrapping */
      text-align: left;        /* cleaner look */
    }
  
    table tr {
      display: table-row; /* keep structure */
    }
  }
  