.two-col-title p {
  background-color: #001b33;
  border-radius: 6px;
  color: #97cdff;
  display: inline-flex;
  font-size: 14px;
  margin: 0;
  padding: 6px 12px;
  align-items: center;
  justify-content: left;
  gap: 10px;
}

.two-col-title p svg {
  height: 18px!important;
  width: 18px!important;
}

.two-col-heading {
  max-width: 600px;
}

.two-col-heading h2 {
  color: #fff;
  font-size: 72px;
  line-height: 78px;
  margin: 0;
}

.two-col-txt {
  /* max-width:300px; */
}
.two-col-content.right .two-col-heading {
    margin: 0 0 0 auto;
}
.two-col-txt p {
  color: #b3bdcc;
  font-size: 18px;
  line-height: 22px;
  margin: 0;
}

.two-col-inner {
  display: flex;
  gap: 20px;
  overflow: hidden;
  padding: 0px 48px 120px;
}

.two-col {
  flex: 1;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .5s ease-out,transform .5s ease-out;
}

.two-col-content.left {
  text-align: left;
}

.two-col-content.right {
  text-align: right;
  order: 1;
}

.two-col-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}


.two-col img {
  width: 300px;
  margin: 0 auto;
  text-align: center;
}

.two-col {
  text-align: center;
}
@media(max-width:1200px){
  .two-col-heading h2 {
    font-size: 52px;
    line-height: 66px;
  }
}
@media(max-width:810px){

  .two-col-inner {
    flex-direction: column;
    gap: 50px;
  }

  .two-col-heading {
    max-width: 100%;
    text-align: center;
  }

  .two-col-heading h2 {
    font-size: 32px;
  }

  .two-col-txt p {
    font-size: 16px;
    text-align: center;
  }

  .two-col-title {
    text-align: center;
  }

  .two-col img {
    order: 1 !important;!i;!;
  }

  .two-col-content {
    text-align: center;
    order: 0 !important;
  }
}