.mycontainer {
  max-width: 1140px;
}

.myhd {
  font-family: 'Prompt';
  font-weight: bold;
  margin: 5px 0 5px 0;
  font-size: 20px;
}

.myparaghapt {
  margin: 5px 0 5px 0;
  font-family: Taviraj, serif;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 30px;
}

.dep-hd {
  text-align: center;
  padding: 5px;
  border: 1px solid rgb(23,163,0) ;
  background: #00a91b;
  border-radius: 10px 10px 0 0;
}

.dep-col {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: space-around;
  padding: 10px;
  border-bottom: solid 1px #0073fb;
}

.dep-span {
  font-family: 'Prompt';
  margin: 5px 0 5px 0;
  font-weight: bold;
  font-size: 18px;
}

.dep-text {
  font-family: Taviraj, serif;
  letter-spacing: 1px;
  line-height: 30px;
  font-size: 18px;
}

.dep-col-2 {
  display: flex;
  flex-direction: column;
  text-align: left;
  justify-content: start;
  padding: 10px;
  border-bottom: solid 1px #0073fb;
}

.dep-col-1 {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: space-around;
  padding: 10px;
  border-bottom: solid 1px #0073fb;
}

.img-center {
  margin: 0 auto;
}

.dep-span-1 {
  font-family: 'Prompt';
  margin: 5px 0 5px 0;
  font-weight: bold;
  font-size: 22px;
}

#thaibank-name {
  font-family: Taviraj, serif;
  font-size: 14px;
  letter-spacing: 1px;
}

.dep-col-3 {
  display: flex;
  flex-direction: column;
  text-align: start;
  justify-content: center;
  padding: 10px;
  border-bottom: 1px #0072e4 solid;
}

.dep-col-4 {
  display: flex;
  flex-direction: column;
  text-align: start;
  justify-content: center;
  padding: 10px;
  border-bottom: 1px #0072e4 solid;
}

.dep-hd-2 {
  text-align: center;
  border: 1px solid rgb(0,114,228);
  padding: 5px;
  background: #0068e3;
  border-radius: 10px 10px 0 0;
}

.dep-hd-1 {
  text-align: center;
  border: 1px solid rgb(0,114,228);
  padding: 5px;
  background: #0068e3;
  border-radius: 10px 10px 0 0;
}

.spread-hd {
  text-align: center;
  border: 1px solid rgb(0,114,228);
  padding: 5px;
  background: #c51a2e;
  border-radius: 10px 10px 0 0;
}

.broker-review-container {
  max-width: 1140px;
}

.broker-review-title {
  font-weight: bold;
}

.card-review {
  width: 380px;
  border: none;
  /*height: 280px;*/
}

.ratings {
  margin-right: 10px;
}

.ratings i {
  color: #cecece;
  font-size: 28px;
}

.rating-color {
  color: #fbc634 !important;
}

.review-count {
  font-weight: 400;
  margin-bottom: 2px;
  font-size: 24px !important;
}

.small-ratings i {
  color: #cecece;
}

.review-stat {
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 2px;
}

.broker-review-logo {
  margin: 0 auto;
  max-width: 330px;
}

.review-total {
}

.rating-topic {
  margin-bottom: 5px;
}

.broker-review-avatar {
  border-radius: 5px;
  margin: 5px;
}

