.cl-bg-white {
  background-color: #fff;
}

.cl-bg-light2 {
  background-color: #F9F9F9;
}

.cl-bg-blue {
  background-color: #0514C2;
}

.cl-btn-yellow {
  background-color: #FFCD00;
  color: #000;
  font-weight: bold;
  border-radius: 25px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: 'Loew';
  border: none;
  padding-top: .5rem;
  padding-bottom: .7rem;
}

.cl-btn-yellow:hover {
  background-color: #ffb400;
}

.cl-btn-blue {
  background-color: #0514C2;
  color: #fff;
  font-weight: bold;
  border-radius: 25px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: .5rem;
  padding-bottom: .7rem;
  font-family: 'Loew';
  border: none;
  outline: none !important;
  text-decoration: none;
  display: inline-block;
}

.cl-btn-blue:hover {
  background-color: #0514C2;
  color: #fff;
  text-decoration: none;
}

.cl-section {
  padding: 5rem 0;
}

.cl-section--p-0 {
  padding: 0;
}

.cl-section--pb-0 {
  padding-bottom: 0;
}

.cl-section--pt-0 {
  padding-top: 0;
}

.cl-section__title {
  font-family: 'Loew';
  font-size: 3.5rem;
  font-weight: 900;
}

@media (max-width: 767px) {
  .cl-section__title {
    font-size: 2.5rem;
  }
  .cl-section__title br {
    display: none;
  }
}

.cl-section__title--white {
  color: #fff;
}

.cl-section__title--black {
  color: #000;
}

.cl-section__title--blue {
  color: #0514C2;
}

.cl-section__title--yellow {
  color: #FFCD00;
}

.cl-section__title span {
  font-weight: 500;
}

.cl-section__title-sm {
  font-size: 2rem;
  font-weight: 900;
  color: #0514C2;
}

@media (max-width: 767px) {
  .cl-section__title-sm {
    font-size: 1.2rem;
  }
  .cl-section__title-sm br {
    display: none;
  }
}

.cl-csr {
  font-family: 'Loew';
}

@media (max-width: 1400px) {
  .cl-csr .container {
    max-width: 1200px;
    width: 100%;
  }
}

.cl-csr p {
  font-size: 16px;
  line-height: 24px;
  font-family: 'Loew' !important;
}

@media (max-width: 576px) {
  .cl-csr p {
    font-size: 14px;
    line-height: 18px;
  }
}

.cl-csr h5 {
  font-size: 1.5rem;
  line-height: 32px;
}

@media (max-width: 576px) {
  .cl-csr h5 {
    font-size: 1.1rem;
    line-height: 24px;
  }
}

.cl-chairman-msg__img {
  border-radius: 45px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.cl-chairman-msg__content {
  margin-bottom: 2rem;
}

.cl-chairman-msg__content p {
  font-size: 20px;
  line-height: 30px;
}

.cl-chairman-msg__quote {
  width: 70px;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.cl-chairman-msg__name-title span {
  display: block;
  font-weight: bold;
  font-size: 20px;
}

.cl-chairman-msg__name {
  color: #0514C2;
}

.cl-chairman-msg__title {
  color: #000;
}

.cl-contributors .cl-section__title--blue a {
  position: relative;
  padding-right: 35px;
}

.cl-contributors .cl-section__title--blue a::after {
  width: 17px;
  height: 25px;
  position: absolute;
  right: 0;
  top: 12px;
  bottom: 0;
  margin: auto;
  content: '';
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(270deg);
  background-image: url(../assets/img/lawupdates/arrow-right.svg);
  transition: .3s;
}

.cl-contributors .cl-section__title--blue a.collapsed::after {
  transform: rotate(0deg);
  transition: .3s;
}

.cl-contributors__title {
  font-size: 20px;
  text-transform: uppercase;
  color: #0514C2;
  font-weight: 900;
  text-align: center;
}

.cl-contributors .cl-msg__person {
  flex-flow: column;
  justify-content: flex-start;
  align-items: start;
  padding: 0 1rem;
  gap: 5px;
}

.cl-contributors .cl-msg__person-detail {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-direction: column;
  gap: 10px;
}

.cl-contributors .cl-msg__details {
  gap: 10px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

.cl-contributors .cl-msg__details img {
  width: 20px;
}

.cl-contributors .cl-msg__person-name {
  padding-left: 0;
  font-weight: 600;
  font-size: 1rem;
}

.cl-contributors .cl-msg__person-name strong {
  color: #0514C2;
  font-weight: 600;
  font-size: 1.125rem;
  display: block;
}

.cl-contributors .cl-msg__person-title {
  font-size: 15px;
  font-weight: 300;
  white-space: pre-wrap;
  line-height: 1.2;
}

.cl-contributors .cl-msg__person-img {
  width: 100%;
  height: auto;
  min-width: inherit;
  max-width: inherit;
  margin-bottom: .625rem;
}

.cl-contributors .cl-msg__person-img img {
  border-radius: 50%;
  width: 100px;
  margin: auto;
}
