.tab-buttons {
          display: grid;
          grid-template-columns: repeat(4, 1fr);
          gap: 10px;
          list-style: none;
          padding: 0;
          margin-bottom: 60px!important ;
        }

        .tab-buttons li::marker {
          display: none;
          font-size: 0;
        }

        .tab-buttons li {
          cursor: pointer;
          transition: 0.3s;
          text-align: center;
        }
        /*.tab-buttons li:first-child img{
          background: url(/wp-content/uploads/Natalie-Rettberg-Arizona-1.jpg) no-repeat center;
          background-size: auto;
  
        }
        .tab-buttons li:first-child img:hover{

          opacity: 0;
        }*/
        .tab-buttons li.active .memeber-name {
          text-decoration: underline;
        }

        .tab-buttons li.active img.round-img {
          border: 2px solid rgb(17, 55, 123);
        }

        .tab-content {
          display: none;
        }

        .tab-content.active {
          display: block;
        }

        .memeber-name {
          font-family: 'Montserrat', sans-serif;
          font-weight: 700;
          text-transform: none;
          font-stretch: normal;
          text-align: center;
          font-size: 21px;
          line-height: 1.375em;
          letter-spacing: 0em;
          margin-top: 16px;
          margin-bottom: 8px;
          text-decoration: none;
          color: rgb(17, 55, 123);
        }

        .memeber-designation {
          font-family: 'Montserrat', sans-serif;
          font-weight: 400;
          text-transform: none;
          font-stretch: normal;
          text-align: center;
          font-size: 21px;
          line-height: 1.375em;
          letter-spacing: 0em;
          margin-bottom: 0px;
          text-decoration: none;
          color: rgb(3, 200, 236);
        }

        h2.memeber-name {
          font-family: 'Montserrat', sans-serif;
          font-weight: 700;
          text-transform: none;
          font-stretch: normal;
          text-align: center;
          font-size: 28px;
          line-height: 1.375em;
          letter-spacing: 0em;
          margin-bottom: 0px;
          text-decoration: none;
          color: rgb(17, 55, 123);
        }
        .img-bg {
            max-width: 100%;
            margin: 0 auto;
            border-radius: 50%;
            border: 2px solid #fff;
            overflow: hidden;
            position: relative;
            padding-top: 100%;
        }
        .tab-buttons li.active .img-bg {
          border: 2px solid rgb(17, 55, 123);
        }
        img.round-img {
          aspect-ratio: 1/1;
          border-radius: 50%;
          border: 2px solid #fff;
          max-width: 87.75%;
          margin: 0 auto;
          margin-bottom: 14px;
        }
        .img-bg img{
          position: absolute;
          left: 0px;
          top: 0px;
          height: 100%;
          width: 100%;
          object-fit: cover;
        }
        a.mail-btn {
          display: flex;
          justify-content: center;
          align-items: center;
          margin: 11px 0px 14px;
        }
        .img-bg:hover .hover-img ,.img-bg .static-img{
          opacity: 1;
        } 
        .img-bg .hover-img ,.img-bg:hover .static-img{
          opacity: 0;
        }
        a.mail-btn img {
          width: 34px;
          border: none;
          margin-bottom: 0px;
        }

        .memeber-description p {
          font-family: 'Montserrat', sans-serif;
          font-weight: 400;
          text-transform: none;
          font-stretch: normal;
          text-align: left;
          font-size: 18px;
          line-height: 1.44em;
          margin-bottom: 1.44em;
          text-decoration: none;
          color: rgb(109, 110, 113);
        }

        .memeber-description p:last-child {
          margin-bottom: 0;
        }

        .tab-content {
          background-color: #e7e8ea;
          padding: 30px 66px 52px 66px;
          border-radius: 0px;
          border: none;
        }

        .president-location-img {
          display: flex;
          justify-content: center;
          align-items: center;
          vertical-align: middle;
          gap: 10px;
          margin-bottom: 21px;
        }

        .president-location-img .president-location-name {
          font-size: 20px;
          font-weight: 400;
          color: rgb(109, 110, 113);
          margin-bottom: 0;
        }

        /* Responsive */
        @media only screen and (max-width: 1199px) {
          .tab-buttons {
            margin-bottom: 18px;
            margin-bottom: 52px !important;
          }

          .memeber-name {
            font-size: 21px;
            line-height: 1.375em;
          }

          .memeber-designation {
            font-size: 21px;
            line-height: 1.375em;
          }

          h2.memeber-name {
            font-size: 24px;
            line-height: 1.375em;
          }

          img.round-img {
            max-width: 55%;
            margin-bottom: 12px;
          }

          a.mail-btn {
            margin: 10px 0px 12px;
          }

          a.mail-btn img {
            width: 32px;
          }

          .memeber-description p {
            font-size: 18px;
            line-height: 1.44em;
            margin-bottom: 1.44em;
          }

          .tab-content {
            padding: 30px 50px 50px 50px;
          }
        }

        @media only screen and (max-width: 991px) {
          .tab-buttons {
            margin-bottom: 16px;
            margin-bottom: 44px !important;
          }

          .memeber-name {
            font-size: 18px;
            line-height: 1.375em;
          }

          .memeber-designation {
            font-size: 18px;
            line-height: 1.375em;
          }

          h2.memeber-name {
            font-size: 21px;
            line-height: 1.375em;
          }

          img.round-img {
            max-width: 55%;
            margin-bottom: 10px;
          }

          a.mail-btn {
            margin: 10px 0px 10px;
          }

          a.mail-btn img {
            width: 30px;
          }

          .memeber-description p {
            font-size: 16px;
            line-height: 1.44em;
            margin-bottom: 1.44em;
          }

          .tab-content {
            padding: 24px 30px 30px 30px;
          }
        }

        @media only screen and (max-width: 780px) {

          .tabs-wrapper::-webkit-scrollbar {
            display: none;
            /* Chrome/Safari */
          }

          .tab-buttons {
            overflow-x: scroll;
            padding-bottom: 16px;
            margin-bottom: 24px !important;
            gap: 16px;
            justify-content: flex-start;
            display: flex !important;
          }
          .img-bg{
            width: 200px;
            height: 200px;
          } 
          .memeber-name {
            font-size: 16px;
            line-height: 1.375em;
          }

          .memeber-designation {
            font-size: 16px;
            line-height: 1.375em;
          }

          h2.memeber-name {
            font-size: 18px;
            line-height: 1.375em;
          }

          img.round-img {
            max-width: 240px;
            margin-bottom: 10px;
          }

          a.mail-btn {
            margin: 10px 0px 10px;
          }

          a.mail-btn img {
            width: 30px;
          }

          .memeber-description p {
            font-size: 14px;
            line-height: 1.44em;
            margin-bottom: 1.44em;
          }

          .tab-content {
            padding: 24px;
            padding-bottom: 32px;
          }

          .tab-buttons li {
            text-align: center;
            width: 100%;
          }

          .president-location-img .president-location-name {
            font-size: 18px;
          }
        }