/* colors */
/*font family*/
/* breakpoints */
/*transform*/
/*transform*/
/*opacity*/
/*opacity- end*/
.cp-brand-card .imgWrap {
  width: 100%;
  height: 27.8rem;
  border-radius: 10px 10px 0px 0px;
  overflow: hidden; }
  @media only screen and (max-width: 768px) {
    .cp-brand-card .imgWrap {
      width: 13.2rem;
      height: 16.7rem; } }

.cp-brand-card img {
  height: 100%; }

.cp-brand-card .brand-desc {
  text-align: center;
  font-size: 1.2rem;
  color: #202020;
  margin-top: 1rem;
  font-family: "Gotham-Book";
  line-height: normal; }
  @media only screen and (max-width: 768px) {
    .cp-brand-card .brand-desc {
      font-size: 1rem; } }

.cp-brand-card .cont-wrap {
  padding: 1.3rem 3.5rem 1.9rem;
  text-align: center;
  min-height: 11rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-right: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2; }
  @media only screen and (max-width: 768px) {
    .cp-brand-card .cont-wrap {
      padding: 0.8rem 0.5rem 1rem;
      min-height: 7.5rem; } }

.cp-brand-card .brandLogo {
  margin: auto 0;
  max-width: 18.3rem;
  min-height: 3.5rem;
  display: inline-block; }
  @media only screen and (max-width: 768px) {
    .cp-brand-card .brandLogo {
      max-width: 10rem;
      height: 3.2rem;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; } }
  @media only screen and (max-width: 768px) {
    .cp-brand-card .brandLogo img {
      height: auto; } }

.cp-brand-card .icon {
  color: #ffffff;
  display: inline-block;
  font-size: 1rem;
  margin-left: 0.5rem;
  position: relative;
  transform: rotate(90deg); }

.cp-brand-card .explore {
  font-size: 1.2rem;
  line-height: 1.2rem;
  text-align: center;
  background: #bd001c;
  padding: 1.5rem;
  font-family: "Gotham-Bold";
  border-radius: 0px 0px 10px 10px;
  color: #ffffff;
  display: block; }
  @media only screen and (max-width: 768px) {
    .cp-brand-card .explore {
      padding: 0.9rem 1rem; } }

.cp-brand-card .brand-desc {
  min-height: 6rem; }
  @media only screen and (max-width: 768px) {
    .cp-brand-card .brand-desc {
      min-height: 4.8rem; } }

.cp-brand-card .cont-wrap {
  min-height: 13.1rem; }
  @media only screen and (max-width: 768px) {
    .cp-brand-card .cont-wrap {
      min-height: 7.5rem; } }

@media only screen and (min-device-width: 375px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .cp-brand-card .brand-desc {
    min-height: 4.8rem; } }
