.two_column_section .two_column_wrapper {
    width: 100%;
    border-radius: 10px;
    background: #232323;);
    max-width: 1280px;
    margin: 0px auto;
     display: flex;
    align-items: center;
    padding: 55px 0px 55px 108px;
    position: relative;
  flex-wrap:wrap;
}

.two_column_section .title_wrap {
    width: 520px;
}
.two_column_section .title_section * {
    color: #FFF;
    font-size: 50px;
    font-weight: 600;
    line-height: 55px; 
}
.two_column_section .content_section * {
    font-size: 18px;
    color: #C4C4C4;
    line-height: 30px;
}
.two_column_section .content_section {
    margin: 25px 0px 60px;
    max-width: 498px;
}
.two_column_section .top_image {
    margin-bottom: 24px;
}
.two_column_section .top_image img {
    display: block;
}
.two_column_section .image_section {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 99999;
    transform: translate(15px, -50%);
   width: 50%;
}
  .two_column_section .title_wrap {
    width: 50%;
}
@media only screen and (max-width:1300px){
.two_column_section .two_column_wrapper {;
    padding: 40px;
}
}
@media only screen and (max-width:1024px){
.two_column_section .title_section * {
    font-size: 40px;
    line-height: 36px;
  }
.two_column_section .content_section {
    margin: 22px 0px 38px;
}
  .two_column_section .top_image {
    margin-bottom: 15px;
}
}

@media only screen and (max-width:991px){
.two_column_section .title_wrap {
    width: 100%;
}
.two_column_section .image_section {
    transform: translate(0px, 60px);
    width: 100%;
    position: relative;
    top: 0;
}
  .two_column_section .content_section {
    max-width: 100%;
}
  .two_column_section .two_column_wrapper {
    padding: 44px 13px 0px;
    text-align: center;
}
  .two_column_section .top_image img {
    margin: 0px auto;
}
}