.judgments-ctn {
  display: flex;
  position: relative;
}

.judgments-ctn .summary-ctn {
  flex: 1;
  box-sizing: border-box;
  padding-right: 6rem;
  position: -webkit-sticky;
  position: sticky;
  top: 8rem;
  align-self: flex-start;
}

.judgments-ctn .summary-ctn > div {
}

.judgments-ctn .summary-ctn h3 {
  font-family: 'Playfair Display', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 47px;
  color: #000000;
}

.judgments-ctn .summary-ctn .summary-member-ctn {
  border-top: 1px solid rgba(0,0,0,0.5);
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}

.judgments-ctn .summary-ctn .summary-member-ctn h5 {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}

.judgments-ctn .summary-ctn .summary-member-ctn p {
  font-family: 'Playfair Display', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 45px !important;
  color: #900000;
  white-space: nowrap;
}

.judgments-ctn .summary-ctn .bank-list-ctn p {
  font-family: 'Playfair Display', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px !important;
  line-height: 27px;
  color: #900000;
}

.judgments-ctn .summary-ctn .bank-list-ctn p:before {
  font-family: 'Playfair Display', sans-serif;
  content: '• ';
  color: #900000;
  font-size: 18px;
}

.judgments-ctn .judgments-list-ctn {
  flex: 3;
}

.judgments-ctn .judgments-list-ctn h3 {
  font-family: 'Playfair Display', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 47px;
  color: #000000;
  opacity: 0;
}

.judgments-ctn .judgments-list-ctn .judgments-item{
  display: flex;
  border-top: 1px solid rgba(0,0,0,0.5);
  padding-top: 0.5rem;
  padding-bottom: 1rem;
  transition: all .25s ease-in-out;
  opacity: 0.6;
}

.judgments-ctn .judgments-list-ctn .judgments-item:hover {
  opacity: 1;
}

.judgments-ctn .judgments-list-ctn .judgments-item .main-ctn {
  border-right: 1px solid rgba(0,0,0,0.5);
  padding-right: 1rem;
  margin-right: 2rem;
  flex: 1;
  max-width: 200px;
}

.judgments-ctn .judgments-list-ctn .judgments-item .main-ctn h5 {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 24px;
  color: #000000;
  white-space: nowrap;
}

.judgments-ctn .judgments-list-ctn .judgments-item .main-ctn .cash{
  font-family: 'Playfair Display', sans-serif;'
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 60px;
  color: #000000;
  white-space: nowrap;
}

.judgments-ctn .judgments-list-ctn .judgments-item .main-ctn .bank {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 40px;
  color: #000000;
}

.judgments-ctn .judgments-list-ctn .judgments-item .sub-ctn {
  flex: 3;
}

.judgments-ctn .judgments-list-ctn .judgments-item .sub-ctn .item {
  display: flex;
}

.judgments-ctn .judgments-list-ctn .judgments-item .sub-ctn .item .title {
  flex: 1;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  margin-right: 1rem;
}

.judgments-ctn .judgments-list-ctn .judgments-item .sub-ctn .item .value {
  flex: 6;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.6);
}

.judgments-ctn .judgments-list-ctn .judgments-item .sub-ctn a {
  border: 1px solid #000000;
  border-radius: 40px;
  background-color: transparent;
  padding: 0.3rem 1.5rem;
  margin-top: 1rem;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}

.judgments-ctn .judgments-list-ctn .judgments-item .sub-ctn a:hover {
  border-color: #900000;
}

.judgments-ctn .judgments-list-ctn .judgments-item .sub-ctn a:hover p {
  color: #900000;
}

.judgments-ctn .judgments-list-ctn .judgments-item .sub-ctn a p {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}

.judgments-ctn .judgments-list-ctn .item-mobile-btn {
  display: none;
}

@media (max-width: 1100px) {
  .judgments-ctn {
    flex-direction: column;
  }

  .judgments-ctn .summary-ctn {
    position: unset;
    background-color: #900000;
    align-self: unset;
    padding: 2rem 5%;
  }

  .judgments-ctn .summary-ctn .summary-member-ctn {
    border-color: rgba(255,255,255,0.5);
  }

  .judgments-ctn .summary-ctn h3,
  .judgments-ctn .summary-ctn .summary-member-ctn h5,
  .judgments-ctn .summary-ctn .summary-member-ctn p,
  .judgments-ctn .summary-ctn .bank-list-ctn p {
    color: white;
  }

  .judgments-ctn .summary-ctn .bank-list-ctn {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding-top: 0.5rem;
  }

  .judgments-ctn .summary-ctn .bank-list-ctn p {
    font-family: 'Playfair Display', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 16px !important;
    border: 1px solid white;
    padding: 0.4rem 0.5rem;
    border-radius: 5px;
  }

  .judgments-ctn .summary-ctn .bank-list-ctn p:before {
    content: '';
  }

  #judgments .container {
    padding: 0;
  }

  #judgments .judgments-list-ctn {
    padding: 0 5%;
  }

  #judgments .contact-red {
    padding: 4rem 5% !important;
  }

  .judgments-ctn .judgments-list-ctn .judgments-item{
    opacity: 1;
    padding-bottom: 0.5rem;
  }

  .judgments-ctn .judgments-list-ctn .judgments-item .main-ctn {
    margin-right: 1rem;
  }

  .judgments-ctn .judgments-list-ctn .judgments-item .main-ctn h5 {
    font-size: 12px;
    line-height: 16px;
  }

  .judgments-ctn .judgments-list-ctn .judgments-item .main-ctn .cash {
    font-size: 25px !important;
    line-height: 35px !important;
    margin-bottom: 0.5rem;
  }

  .judgments-ctn .judgments-list-ctn .judgments-item .main-ctn .bank {
    font-size: 14px !important;
    line-height: 14px !important;
  }

  .judgments-ctn .judgments-list-ctn .judgments-item .sub-ctn a {
    display: none;
  }

  .judgments-ctn .judgments-list-ctn .judgments-item .sub-ctn .item {
    flex-direction: column;
    margin-top: 0.5rem;
  }

  .judgments-ctn .judgments-list-ctn .judgments-item .sub-ctn .item .title {
    font-size: 13px !important;
    line-height: 15px !important;
  }

  .judgments-ctn .judgments-list-ctn .judgments-item .sub-ctn .item .value {
    font-size: 13px !important;
    line-height: 15px !important;
  }

  .judgments-ctn .judgments-list-ctn .item-mobile-btn {
    display: flex;
    border: 1px solid #000000;
    border-radius: 40px;
    background-color: transparent;
    padding: 0.3rem 1.5rem;
    margin-bottom: 1.5rem;
    cursor: pointer;
    width: 100%;
    box-sizing: border-box;
    justify-content: center;
    text-decoration: none;
  }

  .judgments-ctn .judgments-list-ctn .item-mobile-btn:hover {
    border-color: #900000;
  }

  .judgments-ctn .judgments-list-ctn .item-mobile-btn:hover p {
    color: #900000;
  }

  .judgments-ctn .judgments-list-ctn .item-mobile-btn p {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
  }
}
