.card__38Zw {
  width: 25%;
  text-align: center;
  padding: 0 5px;
  padding-bottom: 10px;
  padding-top: 5px;
  -webkit-transition-duration: 100ms;
          transition-duration: 100ms;
  margin-bottom: 20px;
  cursor: pointer; }
  .card__38Zw:hover {
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.158);
            box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.158); }
  .card__38Zw:hover .read__1A8F {
      opacity: 1; }
  @media screen and (max-width: 1160px) {
    .card__38Zw {
      width: 25%; }
      .card__38Zw:nth-child(7), .card__38Zw:nth-child(8) {
        display: none; } }
  @media screen and (max-width: 768px) {
    .card__38Zw {
      width: 50%; }
      .card__38Zw:nth-child(5), .card__38Zw:nth-child(6) {
        display: none; } }
  .read__1A8F {
  font-weight: bold;
  border: none;
  cursor: pointer;
  -webkit-transition-duration: 100ms;
          transition-duration: 100ms;
  font-size: 13px;
  color: #fff;
  padding: 11px 22px;
  background-color: #f5a623;
  border-radius: 30px;
  opacity: 0;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms; }
  .read__1A8F:hover {
    color: #fff;
    -webkit-box-shadow: 0 0 10px 1px rgba(121, 1, 1, 0.4);
            box-shadow: 0 0 10px 1px rgba(121, 1, 1, 0.4); }
  .wrapPhoto__2pu2 {
  position: relative;
  padding-bottom: 133.33333%;
  width: 100%; }
  .wrapPhoto__2pu2 .person__inc1 {
    position: absolute;
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover; }
  .wrapPhoto__2pu2 .logo__fZo4 {
    height: 66px;
    width: 66px;
    border-radius: 50%;
    border: 3px solid #fff;
    position: absolute;
    bottom: -35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-size: cover;
    background-position: center;
    background-color: #fff; }
  .wrapInfo__2dg_ {
  min-height: 200px;
  max-width: 160px; }
  .wrapInfo__2dg_ h5, .wrapInfo__2dg_ p {
    color: #000; }
  .name__33CB {
  font-size: 18px;
  font-weight: 1000;
  line-height: 21px;
  padding-top: 35px; }
  .companyName__2Ppg {
  font-size: 16px;
  font-weight: 700;
  margin-top: 13px; }
  .position__3hMB {
  font-family: Roboto;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.2px;
  width: 100%;
  margin: 16px 0 20px;
  padding: 0 12px;
  max-width: 160px; }
  a.wrapLink__2sNW {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.wrapperForTitle__1ndB {
  margin-top: 52px;
  margin-bottom: 23px; }

.mainWrapperForTitle__3Xuy {
  position: relative;
  padding-top: 50px; }

.headerForTitle__3Qzi {
  font-weight: 1000;
  cursor: pointer;
  font-size: 30px;
  line-height: 36px;
  position: absolute;
  display: inline-block;
  width: 320px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100; }

.headerForTitleHover__2jzV:hover {
  background-color: #fff;
  width: 100%; }

.circle__17Nv {
  min-width: 20px;
  height: 20px;
  color: #fff;
  border-radius: 50%; }

.more__2DFK {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  height: 40px;
  padding-left: 20px; }

.more__2DFK a:hover {
    color: #1f2730; }

.more__2DFK .moreText__BJ-I {
    display: inline-block;
    white-space: nowrap;
    max-width: 150px;
    overflow: hidden !important;
    text-overflow: ellipsis;
    line-height: 16px;
    font-weight: 500;
    font-size: 14px;
    margin-left: 9px; }

@media screen and (max-width: 768px) {
      .more__2DFK .moreText__BJ-I {
        display: none; } }

.moreHover__1VzO:hover {
  -webkit-box-shadow: 0px 0px 10px 10px #fff;
          box-shadow: 0px 0px 10px 10px #fff;
  z-index: 101;
  background-color: #fff; }

.moreHover__1VzO:hover .moreText__BJ-I {
    max-width: 100%; }

.ldsRing__1H9z {
  display: inline-block;
  position: relative;
  width: 14px;
  height: 14px; }

.ldsRing__1H9z div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  margin-top: 3px;
  border: 2px solid #e0e0e0;
  border-radius: 50%;
  -webkit-animation: ldsRing__1H9z 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: ldsRing__1H9z 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #e0e0e0 transparent transparent transparent; }

.ldsRing__1H9z div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
          animation-delay: -0.45s; }

.ldsRing__1H9z div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }

.ldsRing__1H9z div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s; }

@-webkit-keyframes ldsRing__1H9z {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes ldsRing__1H9z {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

