

section.about_stk {
  background: #f5fbfe;
  padding: 80px 0;
}
section.about_stk .container .flex-wrapper {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.about_stk .container .flex-wrapper .text {
  width: 100%;
  margin-right: 120px;
}
section.about_stk .container .flex-wrapper .text h1 {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #000000;
  margin-bottom: 25px;
}
section.about_stk .container .flex-wrapper .text .text-flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 247px;
}
section.about_stk .container .flex-wrapper .text .text-flex-wrapper .blue-fiv {
  width: 5px;
  height: 100%;
  background: #3BB9FF;
  border-radius: 50px;
  margin-right: 28px;
}
section.about_stk .container .flex-wrapper .text .text-flex-wrapper p {
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
}
section.about_stk .container .flex-wrapper img {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  section.about_stk {
    padding: 80px 0 0;
  }
  section.about_stk .container .flex-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section.about_stk .container .flex-wrapper .text {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
    height: 100%;
  }
  section.about_stk .container .flex-wrapper .text h1 {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #000000;
    margin-bottom: 25px;
  }
  section.about_stk .container .flex-wrapper .text .text-flex-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 100%;
  }
  section.about_stk .container .flex-wrapper .text .text-flex-wrapper .blue-fiv {
    width: 5px;
    height: auto;
    background: #3BB9FF;
    border-radius: 50px;
    margin-right: 28px;
  }
  section.about_stk .container .flex-wrapper .text .text-flex-wrapper p {
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
  }
  section.about_stk .container .flex-wrapper img {
    width: 100%;
  }
}

