.team_text_section {
  background-color: #fff;
  padding: 20px 0;
}
.team_text_section .team_inner .title {
  font-size: 2.5em;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #5c5c5c;
  color: #fff;
}
.team_text_section .team_inner .team_box_inner {
  padding: 15px 0 10px 0;
}
.team_text_section .team_inner .team_box_inner .team_text {
  padding-right: 10px;
  float: left;
}
.team_text_section .team_inner .team_box_inner .team_text .top_icon {
  text-align: center;
  padding: 10px 0;
}
.team_text_section .team_inner .team_box_inner .team_text .top_icon .fa,
.team_text_section .team_inner .team_box_inner .team_text .top_icon glyphicon {
  font-size: 32px;
}
.team_text_section .team_inner .team_box_inner .team_text .top_icon .fa.red,
.team_text_section .team_inner .team_box_inner .team_text .top_icon glyphicon.red {
  color: #ED1508;
}
.team_text_section .team_inner .team_box_inner .team_text .top_icon .fa.black,
.team_text_section .team_inner .team_box_inner .team_text .top_icon glyphicon.black {
  color: #212121;
}
.team_text_section .team_inner .team_box_inner .team_text .title {
  font-size: 1.5em;
  font-weight: 700;
  background-color: #fff;
  color: #5c5c5c;
  height: 60px;
  overflow: hidden;
  margin-bottom: 10px;
}
.team_text_section .team_inner .team_box_inner .team_text .team_text_para {
  /*height:210px;*/
  display: block;
  /*padding:55% 0 0 0;*/
  overflow: hidden;
  position: relative;
}
.team_text_section .team_inner .team_box_inner .team_text .team_text_para .team_text_para_inner {
  position: relative;
}
.team_text_section .team_inner .team_box_inner .team_text .fa {
  margin-left: 10px;
}
.team_text_section .team_inner .team_box_inner .team_text .team_text_image {
  padding: 10px 0;
}
.team_text_section .team_inner .team_box_inner .team_text .team_text_image .team_text_image_inner {
  /*background: #ccc none repeat scroll 0 0;*/
  display: block;
  height: 0;
  overflow: hidden;
  padding: 100% 0 0;
  position: relative;
  width: 100%;
}
.team_text_section .team_inner .team_box_inner .team_text .team_text_image .team_text_image_inner img {
  bottom: 0;
  display: block;
  left: 0;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.team_text_section .team_inner .team_box_inner .team_image {
  width: 33.33%;
  float: left;
}
.team_text_section .team_inner .team_box_inner .team_image .team_big_image .team_big_image_inner {
  background: #ccc none repeat scroll 0 0;
  display: block;
  height: 0;
  overflow: hidden;
  padding: 100% 0 0;
  position: relative;
  width: 100%;
}
.team_text_section .team_inner .team_box_inner .team_image .team_big_image .team_big_image_inner img {
  bottom: 0;
  display: block;
  left: 0;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.team_text_section .team_inner .team_box_inner.four_columns .team_text {
  width: 25%;
}
.team_text_section .team_inner .team_box_inner.three_columns .team_text {
  width: 33.33%;
}
.team_text_section .team_inner .team_box_inner.two_columns .team_text {
  width: 50%;
}
.team_text_section .team_inner .team_box_inner.two_columns .team_text .team_text_para {
  /*height:130px;*/
}
.team_text_section .team_inner .team_box_inner.one_column .team_text {
  width: 100%;
  padding-right: 0px;
  display: flex;
}
.team_text_section .team_inner .team_box_inner.one_column .team_text .title {
  height: auto;
}
.team_text_section .team_inner .team_box_inner.one_column .team_text .team_text_para {
  width: 65%;
  float: left;
  padding-right: 10px;
  /*padding: 25% 0 0 0;
                        .team_text_para_inner
                        {
                            
                        }*/
}
.team_text_section .team_inner .team_box_inner.one_column .team_text .team_text_para .team_text_para_wrapper {
  height: 100%;
}
.team_text_section .team_inner .team_box_inner.one_column .team_text .team_text_para .team_text_para_wrapper .team_text_para_inner {
  height: 100%;
}
.team_text_section .team_inner .team_box_inner.one_column .team_text .team_text_para .team_text_para_wrapper .team_text_para_inner .button_div_section {
  position: absolute;
  right: 0;
  bottom: 0;
}
.team_text_section .team_inner .team_box_inner.one_column .team_text .team_text_para .team_text_para_wrapper .team_text_para_inner .button_div_section.pull-left {
  left: 0;
  right: auto;
}
.team_text_section .team_inner .team_box_inner.one_column .team_text .team_text_image {
  width: 35%;
  float: left;
  padding: 0;
}
@media (max-width: 767px) {
  .team_text_section .team_inner .team_box_inner .team_text {
    width: 100%;
    padding-bottom: 10px;
    padding-right: 0px;
  }
  .team_text_section .team_inner .team_box_inner .team_text .title {
    height: auto;
  }
  .team_text_section .team_inner .team_box_inner .team_text .fa {
    margin-left: 10px;
  }
  .team_text_section .team_inner .team_box_inner .team_image {
    width: 100%;
  }
  .team_text_section .team_inner .team_box_inner.four_columns .team_text {
    width: 100%;
  }
  .team_text_section .team_inner .team_box_inner.four_columns .team_text .team_text_image {
    /*width:60%;*/
  }
  .team_text_section .team_inner .team_box_inner.three_columns .team_text {
    width: 100%;
  }
  .team_text_section .team_inner .team_box_inner.three_columns .team_text .team_text_image {
    /*width:60%;*/
  }
  .team_text_section .team_inner .team_box_inner.two_columns .team_text {
    width: 100%;
  }
  .team_text_section .team_inner .team_box_inner.two_columns .team_text .team_text_image {
    /*width:60%;*/
  }
  .team_text_section .team_inner .team_box_inner.one_column .team_text {
    width: 100%;
    display: inherit;
  }
  .team_text_section .team_inner .team_box_inner.one_column .team_text .team_text_para {
    padding-left: 0 !important;
    width: 100%;
  }
  .team_text_section .team_inner .team_box_inner.one_column .team_text .team_text_image {
    /*width:60%;*/
    padding: 5px 0;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .team_text_section .team_inner .team_box_inner.four_columns .team_text {
    width: 50%;
  }
  .team_text_section .team_inner .team_box_inner.four_columns .team_text .team_text_image {
    /*width:60%;*/
  }
}
@media (min-width: 400px) and (max-width: 1200px) {
  .team_text_section .team_inner .team_box_inner.one_column .team_text .team_text_para .team_text_para_inner .button_div_section {
    position: relative !important;
    float: right !important;
  }
}
@media (min-width: 1500px) and (max-width: 1899px) {
  .team_text_section .team_inner .team_box_inner.one_column .team_text .team_text_para {
    width: 65%;
    /*.team_text_para_inner
                            {
                                
                            }*/
  }
  .team_text_section .team_inner .team_box_inner.one_column .team_text .team_text_image {
    width: 35%;
  }
  .team_text_section .team_inner .team_box_inner.one_column .team_text .team_text_image .team_text_image_inner {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 100% 0 0;
    position: relative;
    width: 100%;
  }
}
@media (min-width: 1900px) {
  .team_text_section .team_inner .team_box_inner .team_text .team_text_image {
    padding: 10px 0;
  }
  .team_text_section .team_inner .team_box_inner .team_text .team_text_image .team_text_image_inner {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 100% 0 0;
    position: relative;
    width: 100%;
  }
  .team_text_section .team_inner .team_box_inner .team_text .team_text_image .team_text_image_inner img {
    bottom: 0;
    display: block;
    left: 0;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
  }
  .team_text_section .team_inner .team_box_inner.three_columns .team_text .team_text_para {
    /*padding: 24% 0 0 0;*/
  }
  .team_text_section .team_inner .team_box_inner.two_columns .team_text .team_text_image {
    width: 70%;
  }
  .team_text_section .team_inner .team_box_inner.two_columns .team_text .team_text_image .team_text_image_inner {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 100% 0 0;
    position: relative;
    width: 100%;
  }
  .team_text_section .team_inner .team_box_inner.one_column .team_text .team_text_para {
    width: 65%;
    /*.team_text_para_inner
                            {
                                
                            }*/
  }
  .team_text_section .team_inner .team_box_inner.one_column .team_text .team_text_image {
    width: 35%;
  }
  .team_text_section .team_inner .team_box_inner.one_column .team_text .team_text_image .team_text_image_inner {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 100% 0 0;
    position: relative;
    width: 100%;
  }
}