.table-section {
  padding: 50px 16px;
}

.table-section .ts-container {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
}

.table-section h2.ts-title {
  margin: 0;
  font-family: Gza;
  font-size: 28px;
  font-weight: 400;
  line-height: 33.32px;
  text-align: left;
  color: #231F20;
  margin-bottom: 45px;
}

.table-section .ts-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 25px 20px;
  border-bottom: 1px solid rgb(55 51 52 / 25%);
  position: relative;
}
.table-section .ts-row::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  background-color: #2B4583;
  transition: all ease .5s;
}
.table-section .ts-row:hover::before {
  height: 100%;
}
.table-section .ts-row .tsr-num {
  font-family: Gza;
  font-size: 28px;
  font-weight: 400;
  line-height: 33.32px;
  color: #e7e7e7;
  width: 5%;
  text-align: left;
  position: relative;
  z-index: 1;
  transition: all ease .5s;
}

.table-section .ts-row .tsr-c1 {
  width: 25%;
  font-family: Gza;
  font-size: 19px;
  font-weight: 400;
  line-height: 22.61px;
  text-align: left;
  color: #231F20;
  position: relative;
  z-index: 1;
  transition: all ease .5s;
}

.table-section .ts-row .tsr-c1 a { 
  font-family: Gza;
  font-size: 19px;
  font-weight: 400;
  line-height: 22.61px;
  text-align: left;
  color: #231F20;
  position: relative;
  z-index: 1;
  transition: all ease .5s;
  text-decoration: underline;
}

.table-section .ts-row .tsr-c2 {
  width: 25%;
  font-family: Moderat;
  font-size: 17px;
  font-weight: 400;
  line-height: 20.4px;
  text-align: left;
  color: #231F20;
  position: relative;
  z-index: 1;
  transition: all ease .5s;
}

.table-section .ts-row .tsr-c3 {
  width: 25%;
  font-family: Moderat;
  font-size: 17px;
  font-weight: 400;
  line-height: 20.4px;
  text-align: left;
  color: #231F20;
  position: relative;
  z-index: 1;
  transition: all ease .5s;
}

.table-section .ts-row .tsr-c4 {
  width: 20%;
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
  transition: all ease .5s;
}

.table-section .ts-row .tsr-c4 a {
  display: flex;
  align-items: center;
  font-family: Moderat;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.1875em;
  text-align: left;
  color: #2B4583;
  text-transform: uppercase;
  gap: 10px;
  transition: all ease .5s;
}

.table-section .ts-row .tsr-c4 a .hs_cos_wrapper_widget {
  display: flex;
  color: #2B4583;
}

.table-section .ts-row .tsr-c4 a .hs_cos_wrapper_widget svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.table-section .ts-row .tsr-img {
  position: absolute;
  right: 15%;
  top: -10px; 
  transition: all ease .5s;
  opacity: 0;
  visibility: hidden; 
  z-index: 1;
  display: flex;
}

.table-section .ts-row .tsr-img > img {
  border-radius: 100%; 
  width: 150px;
  height: 150px;
  object-fit: cover;
}

.table-section .ts-row:hover .tsr-img {
  opacity: 1;
  position: absolute; 
  top: -38px;
  visibility: visible;
}

.table-section .ts-row:hover * {
  color: #fff;
}

.table-section .ts-btn {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.table-section .ts-btn a {
  background-color: #182a54;
  border: 1px solid #182a54;
  border-radius: 30px;
  color: #fff;
  font-family: Moderat;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 18px;
  padding: 15px 29px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .3s ease;
}

.table-section .ts-btn a:hover {
  background-color: transparent;
  color: #182a54;
}

.table-section .ts-row.tsrn-hide > div:not(.tsr-img) {
  flex: 1;
}

.table-section .ts-container.tsc-two {
  display: flex;
  flex-wrap: wrap;
  gap: 0 50px;
}

.table-section .ts-container.tsc-two .ts-row {
  width: calc(50% - 25px);
}

@media (min-width: 992px) and (max-width: 1023.98px) { 
  .table-section .ts-row .tsr-c1, 
  .table-section .ts-row .tsr-c2, 
  .table-section .ts-row .tsr-c3 {
    padding: 0 25px;
  }

  .table-section .ts-row .tsr-img {
    {# width: 180px;
    height: 180px; #}
    display: none;
  }

}

@media (min-width: 768px) and (max-width: 991.98px) { 
  .table-section .ts-row .tsr-c1, 
  .table-section .ts-row .tsr-c2, 
  .table-section .ts-row .tsr-c3 {
    padding: 0 25px;
  }

  .table-section .ts-row .tsr-img {
    {# width: 180px;
    height: 180px; #}
    display: none;
  }

  .table-section .ts-container.tsc-two .ts-row {
    width: 100%;
  }
}

@media (max-width: 767.98px) {  
  .table-section .ts-row:hover .tsr-img { 
    top: 10px;
    right: 10px; 
  }
  .table-section .ts-row .tsr-img > img {
    {# height: 120px;
    width: 120px; #}
    display: none;
  }

  .table-section .ts-row .tsr-num {
    width: auto;
  }

  .table-section .ts-row .tsr-c1 {
    width: auto;
    flex: 1;
    padding: 0;
    padding-left: 25px;
  }

  .table-section .ts-row .tsr-c2 {
    padding: 25px 0;
    width: 100%;
  }

  .table-section .ts-row .tsr-c4 {
    width: 100%;
  }
  .table-section .ts-row.tsrn-hide {
    gap: 15px;
  }
  .table-section .ts-row.tsrn-hide > div:not(.tsr-img) {
    flex: unset;
    padding: 0;
    width: 100%;
  }

  .table-section .ts-container.tsc-two .ts-row {
    width: 100%;
  }
}

