.cst-your-stack {
  padding: 0 20px;
}

.cst-your-stack .title {
  font-size: 60px;
  color: white;
  font-family: Barlow, 'Work Sans';
  width: 50%;
  padding: 70px 20px 70px 50px;
  padding-top: 70px;
  padding-left: 0;
}

.cst-your-stack .title-container {
  transition: none 0s ease 0s;
  text-align: left;
  display: block;
  margin: 0 0 8px;
  padding: 2px 0;
  font-family: Barlow, 'Work Sans';
  color: white;
  font-weight: bold;
  line-height: initial;

}

.cst-your-stack .title-container h1 {
  font-size: 60px;
  line-height: initial;
  font-family: Barlow;
  direction: ltr;
  font-weight: 700;
  font-style: normal;
  margin: 0;
  color: rgb(255, 255, 255);
}

.cst-your-stack .btn {
  padding: 70px 20px 70px 50px;
  padding-top: 70px;
  padding-left: 20px;
  font-size: 16px;
  color: #0037dd;
  font-family: 'Work Sans';
  width: 50%;
}

.cst-your-stack .subtitle {
  transition: opacity 1s ease-in-out 0s;
  margin: 8px auto 8px;
  padding: 2px 0;
  line-height: 2;
  text-align: left;
}

.cst-your-stack .btn-container {
  width: 100%;
  max-width: none;
  line-height: 2;
  margin-top: 20px;
}

.cst-your-stack .subtitle p {
  text-align: left;
  margin: 0;
  color: rgb(255, 255, 255);
}
.cst-your-stack .your-stack-wrapper {
  display: flex;
}

.cst-your-stack .btn-wrapper {
  display: flex;
  min-height: 100px;
}

.cst-your-stack .cst-btn {
  font-size: 16px;
  color: #0037dd;
  font-family: 'Work Sans';
  width: 41.66667%;
  vertical-align: top;
}
.cst-your-stack .cst-btn a {
  margin: 10px 0;
  display: block;
  text-align: center;
  box-shadow: rgba(0,0,0,.25) 0 3px 11px 0;
  -moz-box-shadow: rgba(0,0,0,.25) 0 3px 11px 0;
  -webkit-box-shadow: rgba(0,0,0,.25) 0 3px 11px 0;
  vertical-align: inherit;
  outline: 0;
  border: 0;
  white-space: nowrap;
  transition: background-color .2s ease,border-color .2s ease;
  background-image: none;
  line-height: 22px;
  cursor: pointer;
  clear: both;
  text-decoration: none;
  color: #f7f7f7;
  border-radius: 50px/50px;
  background-color: #00e6c3;
  border-width: 0;
  border-style: solid;
  font-size: 16px;
  font-weight: 700;
  color: #39175d;
  padding-top: 14.5px;
  padding-bottom: 14.5px;
}
@media (max-width: 767px){
  .cst-your-stack {
    padding: 30px 0 40px;
  }

  .cst-your-stack .your-stack-wrapper {
    flex-wrap: wrap;
  }

  .cst-your-stack .title {
    width: 100%;
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .cst-your-stack .title-container {
    margin: 8px auto;
    padding: 2px 0;
    max-width: 343px;
    font-size: 16px;
    text-align: center;
  }

  .cst-your-stack .title-container h1 {
    font-size: 45px;
    line-height: initial;
  }

  .cst-your-stack .btn {
    width: 100%;
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    vertical-align: top;
  }

  .cst-your-stack .subtitle {
    max-width: 343px;
    margin: 8px auto;
    padding: 2px 0;
  }

  .cst-your-stack .subtitle p {
    text-align: center;
  }

  .cst-your-stack .btn-container {
    padding-top: 0;
    margin-top: 15px;
    margin-bottom: 0;
  }

  .cst-your-stack .btn-wrapper {min-height: unset;}

  .cst-your-stack .cst-btn a {
    width: calc(100% - 34px);
    max-width: 274px;
    margin: 0 auto 10px;
    padding-top: 13.5px;
    padding-bottom: 13.5px;
  }

  .cst-your-stack .cst-btn {
    width: 100%;
  }
}
