.text_part_cta_2 {
    text-align: center;
}
.icon_quote {
    width: 40px;
    height: 12px;
}
.span8.two-col-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.two-col-cta-g {
    filter: drop-shadow(0 0 10px grey);
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    border-radius: 10px;
    z-index: 173;
    padding: 80px 70px;
/*     position: relative;
    top: 60px; */
}
.text_part_cta {
    display: flex;
    justify-content: center;
    align-items: center !important;
    height: 200px;
}

.text_part_cta{
/*    margin-top: 40px; */
}

.row.two-col-cta-g {
    display: flex;
    justify-content: center;
   
}

@media (max-width:767px){
  .two-col-cta-g{
    padding: 20px 45px;
}
  .icon_quote {
    width: 60px;
    height: 115px !important;
  }
.text_part_cta {
    display: flex;
    justify-content: center;
    align-items: center!important;
    height: 100px;
}
  .span4.no_1,
  .span4.no_2,
  .span4.no_3 {
    margin-top: 80px;480}

@media (max-width:480px){
.row.two-col-cta-g, .text_part_cta {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
  .span6.two-col-cta-right {
    margin-top: 190px;
}
  .two-col-left {
/*     margin-top: 30px; */
    padding-bottom: 70px;
}
  }