.two-col-wrapper {
  background-color: #fffcee;
  padding: 50px 20px 100px;
}

.two-col-title p {
  color: #1A353E;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  margin: 0pc;
  font-family: 'matter_monoregular';
}

.two-col-heading h2 {
  color: #1A353E;
  font-family: departure_monoregular;
  font-size: 64px;
  font-weight: 400;
  line-height: 72px;
  margin: 0;
}

.two-col-section {
  display: flex;
  justify-content: space-between;
  gap: 100px;
  flex-wrap: wrap;
}

.two-col-left {
  flex: 0 calc(50% - 50px);
}

.two-col-right {
  flex: 0 calc(50% - 50px);
  );)5;)50;)50%;)50%;)50%;)50;)5;); }

.two-col-title {
  padding-bottom: 140px;
}

.two-card-inner {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
}

.two-card-img {
  flex: 0 60px;
}

.two-card-txt {
  flex: 0 calc(100% - 100px);
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.two-card-txt h3 {
  font-size: 32px;
  line-height: 48px;
  color: #1A353E;
  margin: 0px;
  font-weight: 400;
  font-family: 'matterregular';
}

.two-card-txt p {
  font-size: 16px;
  line-height: 24px;
  color: #1A353E;
  margin: 0px;
  font-family: 'matter_monoregular';
  font-weight: 400;
}

.two-col-card {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 40px;
}

@media(max-width:1000px){
  .two-col-section {
    gap: 20px;
  }

  .two-col-left, .two-col-right {
    flex: 0 calc(50% - 20px);
  }
}
@media(max-width:900px){
  .two-col-section {
    gap: 40px;
  }

  .two-col-left, .two-col-right {
    flex: 0 100%;
  }

  .two-col-title {
    padding-bottom: 20px;
  }

}
@media(max-width:767px){
  .two-col-heading h2 {
    font-size: 36px;
    font-weight: 400;
    line-height: 46px;
  }

  .two-card-txt h3 {
    font-size: 24px;
    line-height: 34px;
  }
  .two-col-wrapper {
    padding: 50px 20px;
  }
}