.t228__mobile { 
    background-color:#ffffff; 
} 
.t228__mobile_text {
    color: #000000;
}
.t228__burger span { 
    background-color:#40a629; 
}

.placeholder {
  width: 300px;
  height: 205px;
}

.social-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.social-container > .card {
  padding: 1em;
  -ms-flex-preferred-size: 300px;
      flex-basis: 300px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.t-title {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  
}

@media screen and (max-width: 640px)
.t102__title {
   font-size: 28px !important;
   line-height: 30px !important;
   margin-top: 28px !important;
}
@media screen and (max-width: 320px)
.t102__title {
   font-size: 22px !important;
   line-height: 22px !important;
   margin-top: 22px !important;
} 

@media screen and (max-width: 1024px)
.t102__title {
   font-size: 45px !important;
   line-height: 45px !important;
   margin-top: 30px !important;
}

@media screen and (max-width: 1024px)
.t102__title {
  font-size: 80px !important;
  line-height: 40px !important;
  margin-top: 30px !important;
}