.feature-wrapper .feature-content {
  display: flex;
  justify-content: space-between;
}

.feature-wrapper .feature-content {
  background: #fff;
  border-bottom: 3px solid transparent;
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, .1);
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
  padding: 60px;
  text-align: center;
  transition: all .3s ease-in-out;
  text-align: left;
  justify-content: left;
}
.feature-wrapper .feature-content .page-center {
  padding: 0;
}

.feature-wrapper .key-features h4 {
  font-weight: 600;
}

.feature-wrapper .feature-content>div h4 {
  font-weight: 600;
}

.feature-wrapper .feature-content>div ul {
  padding-left: 20px;
}

.feature-wrapper .tools-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.feature-wrapper .wrapper-apps {
  background: #fff;
  border-bottom: 3px solid transparent;
  border-radius: 16px;
  padding: 12px;
  width: 40%;
  justify-content: space-around;
  margin-bottom: 20px;
}

.feature-wrapper .image {
  padding:16px 16px;
  border-radius: 16px;
  text-align: center;
}

text-align: center;
}
.feature-wrapper {
  padding: 0 30px;
}
.feature-wrapper .app-name {
  font-weight: 500;
}
.feature-wrapper .image {
  padding-top: 0;
  padding-bottom: 0;
}

.feature-wrapper .image.has-bg {
  padding-bottom: 7px;
  padding-top: 7px;
  min-height: 36px;
}
.feature-wrapper .image.has-bg img {
  max-height: 60px !important;
  max-width: 80px !important;
  object-fit: contain;
  width: 100%;
  padding: 2px;
}

.feature-wrapper .wrapper-apps {
  width: 20.33%;
}

.feature-wrapper .feature-content > div {
  width: 33.33%;
}

.app-section {
  background: #C6D4DE;
  padding: 30px;
  border-radius: 16px;
}

.feature-wrapper .tools-section {
  gap: 10px;
}

.feature-wrapper .wrapper-apps {
  width: 39%;
}

.feature-wrapper .feature-content {
  background: #fff;
}
.feature-wrapper .app-name {
  font-size: 11px;
}
.feature-wrapper h2 {
  text-align: center;
  color: #23262f;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -.01em;
  line-height: 1.25;
  margin-bottom: 38px;
  padding: 0;
}
.feature-wrapper .feature-content>div ul {
  padding-left: 20px;
  list-style: none;
}
.feature-wrapper .feature-content>div ul li::marker {
  font-weight: 600;
}
.feature-wrapper .image img {
  margin: 0 auto;
}
.feature-wrapper .wrapper-apps {
  height: 100%;
}
.feature-wrapper .slick-vertical .slick-slide>div {
  height: auto;
  margin-bottom: 30px;
}


.feature-wrapper .feature-content>div, .feature-wrapper .wrapper-apps {
  width: calc(50% - 20px);
}

.feature-wrapper .feature-content {
  gap: 20px;
}

.feature-wrapper .feature-content>div.tools-covered {
  width: 100%;
}

.feature-wrapper .wrapper-apps {
  width: calc(20% - 10px);
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.feature-wrapper .image img {
  max-width: 80px !important;
}
.feature-wrapper .feature-content {
    margin-top: 100px;
}
.skillscovered ul li,
.key-features ul li {
    border: dashed 1px #999;
    margin-bottom: 10px;
    padding: 5px 10px;
    border-radius: 4px;
}
.skillscovered ul li:hover,
.key-features ul li:hover {
font-weight:500;
background: #EBF0F4;
}
@media(max-width:1170px){
  .feature-wrapper .feature-content>div {
    padding: 50px 20px;
  }
}
@media(max-width:1150px){
  .feature-wrapper .feature-content>div {
    margin: 0;
  }
    .feature-wrapper .wrapper-apps {
        width: 32%;
    }
  .feature-wrapper .app-name {
    font-weight: 500;
    font-size: 11px;
  }
  .feature-wrapper .feature-content>div ul {
    margin: 0;
  }
  .feature-wrapper .tools-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media(max-width:991px){
  .feature-wrapper .feature-content {
    flex-wrap: wrap;
  }
  .feature-wrapper .image.has-bg {
    min-height: 0;
    padding-bottom: 15px;
    padding-top: 15px;
    max-width: 70px;
    margin: 0 auto;
    border-radius: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .feature-wrapper .image.has-bg img {
    max-height: 40px !important;
    max-width: 50px !important;
    object-fit: contain;
  }
  .feature-wrapper .tools-section {
    gap: 5px;
  }
  .feature-wrapper .app-name {
    font-size: 10px;
    font-weight: 500;
  }
  .feature-wrapper .feature-content>div {
    margin: 0;
  }
  .feature-wrapper .feature-content>div.tools-covered {
    width: 100%;
  }
  .feature-wrapper .feature-content>div.tools-covered {
    padding: 20px;
  }
  .feature-wrapper .feature-content>div h4, .feature-wrapper .key-features h4 {
    font-size: 20px;
  }
  .feature-wrapper .image img {
    max-width: 80px !important;
    max-height: 80px;
    width: 100%;
    margin:0 auto;
  }
  .feature-wrapper .image {
    border-radius: 0;
  }
  .feature-wrapper .feature-content {
    padding: 60px 30px;
  }
}
@media(max-width:767px){
  .feature-wrapper .feature-content>div {
    margin: 0;
    width: 47%;
    margin-bottom: 20px;
  }
  .overview-card {
    margin-bottom: 20px;
  }
  .feature-wrapper .feature-content {
    background: transparent;
    border-radius: 0;
    flex-direction: column;
    padding: 0;
    box-shadow: none;
  }

  .feature-wrapper .feature-content>div {
    border-bottom: 3px solid transparent;
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, .1);
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    justify-content: space-between;
    justify-content: center;
    justify-content: left;
    padding: 50px 30px;
    text-align: center;
    text-align: left;
    transition: all .3s ease-in-out;
    background: #fff;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 100%;
  }

  .feature-wrapper:before {
    display: none;
  }

  .feature-wrapper .feature-content>div.tools-covered {
    background: #C6D4DE;
  }


  .feature-wrapper .image.has-bg {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: auto;
    padding: 19px 15px;
  }

  .feature-wrapper .app-name {
    font-size: inherit;
  }

  .app-section {
    padding: 0;
  }

  .feature-wrapper .page-center {
    border: 1px solid #D6D6D6;
    padding: 50px 30px;
    border-radius: 16px;
    padding-top: 0;
  }

  .feature-wrapper h2 {
    margin: 0;
    background: #fff;
    position: relative;
    top: -21px;
    display: inline-block;
    padding: 0 50px;
    margin-bottom: 20px;
  }

  .top-title {
    text-align: center;
  }

  .feature-wrapper .wrapper-apps {
    width: 30.33%;
  }



  .feature-wrapper .image.has-bg img {
    border-radius: 0;
    object-fit: contain;
  }

  .feature-wrapper .image.has-bg {
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .feature-wrapper {
    padding: 40px 20px;
  }
  .feature-content.key_takeaways_title .page-center {
    border: 0;
    padding: 0;
  }
  button#next,button#nexts {
    background: #D9D9D9;
    width: 100%;
    display: block;
    border: 0;
    padding: 10px 20px;
    border-radius: 16px;
  }

  .feature-wrapper .feature-content>div {
    width: 100%;
  }

  .feature-wrapper .feature-content>div .inner {
    width: 100%;
  }
  button#next:focus, button#nexts:focus,
  button#next:hover, button#nexts:hover {
    color: #000;


  }
  .feature-wrapper .wrapper-apps {
    padding: 7px;
  }

  .feature-wrapper .app-name {
    line-height: 1;
    padding-top: 3px;
  }

  .feature-wrapper li.more {
    letter-spacing: 0.5px;
    font-weight: bold;
  }
}
@media(max-width:600px){
  .feature-wrapper .feature-content>div {
    margin: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .feature-wrapper {
    padding: 0 15px;
  }
  .feature-wrapper .wrapper-apps {
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .feature-wrapper .wrapper-apps {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 7px;
  }
  .feature-wrapper .feature-content>div.tools-covered {
    padding: 20px;
  }

}



.title-with-bullet-list .bullet-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0 0;
}

.title-with-bullet-list .bullet-list ul li {
  width: 100%;
  display: flex;
  align-items: flex-center;
  gap: 10px;
  margin-bottom: 25px;
}

.title-with-bullet-list .bullet-list ul li a{
  display:flex; 
  gap: 10px;
}


.title-with-bullet-list.one-col .bullet-list ul{
  column-count:1; 
}

.title-with-bullet-list.two-col .bullet-list ul{
  column-count:2; 
}

.title-with-bullet-list.three-col .bullet-list ul {
  column-count: 3;
}


.title-with-bullet-list.four-col .bullet-list ul {
  column-count: 4;
}


.title-with-bullet-list.five-col .bullet-list ul {
  column-count: 5;
}

.title-with-bullet-list .bullet-list ul .bullet-icon { 
  height: 15px;
  min-height: 15px;
  min-width: 15px;
  width: 15px;
  margin-top: 0px;
}

.title-with-bullet-list .bullet-list ul .bullet-icon svg {
  display: block; 
  margin-top: 2px;
}


.title-with-bullet-list .top-section {
  margin-bottom: 30px;
}

.feature-content.key_takeaways_title .title-with-bullet-list {
  width: 100%;
}
.feature-content.career_opportunities_title .title-with-bullet-list.three-col {
  width: 100%;
}
.feature-content {
  margin-bottom: 10px;
}

.feature-wrapper:before {
  background: #ebf0f4;
  content: "";
  height: 67%;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  top: 0;
}

.feature-wrapper {
  position: relative;
}

.feature-wrapper .page-center {
  position: relative;
}

.feature-wrapper {
  padding: 100px 20px 50px;
}
.title-with-bullet-list:first-child {
  margin-bottom: 30px;
}
.shape-design {
  position: absolute;
  top: -70px;
  left: 50px;
}
.feature-wrapper {
  overflow: hidden;
}
.tools-covered {
  position: relative;
}
.feature-wrapper .feature-content>div br {
  display: none;
}
.feature-wrapper .btn-wrap {
  position: absolute;
  right: -4px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
}
.feature-wrapper .slick-vertical .slick-slide {
  display: flex;
  justify-content: space-between;
  height: auto;
  gap: 20px;
}
.feature-wrapper .slick-vertical .slick-slide>div {
  height: auto !important;
  width: 44%;
  margin-bottom: 30px;
}

.feature-wrapper button.slick-prev.slick-arrow, 
.feature-wrapper button.slick-next.slick-arrow {
  display: none !important;
}
.feature-wrapper .arrow-divider {
  margin: 15px 0;
}
.feature-wrapper .material-symbols-outlined{
  font-size:17px;
}
.feature-wrapper  .prev-arrw .material-symbols-outlined {
  transform: rotate(-90deg);
}
.feature-wrapper .next-arrw .material-symbols-outlined {
  transform: rotate(90deg);
}
.feature-wrapper .slide-arrow {
  cursor: pointer;
  color: #23262F;
}
.feature-wrapper  .slide-arrow.slick-disabled {
  color: #777E90;
}
.feature-wrapper .image.has-bg img {
  margin: 0 auto;
}
.feature-wrapper .btn-wrap {
  position: absolute;
  right: -19px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
}
.feature-content.key_takeaways_title h3 {
  font-weight: 500;
}
.feature-wrapper .app-name {
  margin-top: 0;
  text-align: center;
}
@media(max-width:1200px){
  .title-with-bullet-list.one-col .bullet-list ul,
  .title-with-bullet-list.two-col .bullet-list ul,
  .title-with-bullet-list.three-col .bullet-list ul,
  .title-with-bullet-list.four-col .bullet-list ul,
  .title-with-bullet-list.five-col .bullet-list ul {
    column-count: 3;
  }
}
@media(min-width:768px){
  button#next, button#nexts {
    display: none;
  }
}
@media(max-width:1024px){
  .title-with-bullet-list.one-col .bullet-list ul,
  .title-with-bullet-list.two-col .bullet-list ul,
  .title-with-bullet-list.three-col .bullet-list ul,
  .title-with-bullet-list.four-col .bullet-list ul,
  .title-with-bullet-list.five-col .bullet-list ul {
    column-count: 2;
  }
}


@media(max-width:600px){
  .title-with-bullet-list.one-col .bullet-list ul,
  .title-with-bullet-list.two-col .bullet-list ul,
  .title-with-bullet-list.three-col .bullet-list ul,
  .title-with-bullet-list.four-col .bullet-list ul,
  .title-with-bullet-list.five-col .bullet-list ul {
    column-count: 1;
  }
  .feature-wrapper .wrapper-apps {
    margin: 0 auto 20px;
    max-width: 100%;
    width: 48%;
    padding: 10px;
  }
  .feature-wrapper .image.has-bg {
    align-items: center;
    justify-content: center;
    min-height: auto;
  }
  .feature-wrapper .image.has-bg {
    align-items: center;
    justify-content: center;
    min-height: auto;
    min-height: auto;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .feature-wrapper .image.has-bg img {
    max-height: 50px !important;
    max-width: 50px !important;
  }
  .feature-wrapper .feature-content>div.tools-covered {
    background: #c6d4de;
    padding: 10px;
  }
  .title-with-bullet-list .bullet-list ul li {
    white-space: normal;
    word-wrap: normal;
    word-break: break-word;
  }
  .title-with-bullet-list .bullet-list ul {
    padding: 0 !important;
  }
  .feature-content.key_takeaways_title .page-center {
    width: 100%;
  }
}
@media(max-width:600px){
  .feature-wrapper h2 {
    padding:   0 20px;
  }
  .feature-wrapper .feature-content>div.tools-covered {
    padding: 20px 10px;
  }
  .feature-wrapper .feature-content>div h4 {
    text-align: center;
  }
  .feature-wrapper .page-center {
    padding: 0 10px 30px;
  }
}

@media(max-width:767px){
  .feature-wrapper  li.more {
    background: #d9d9d9;
    border: 0;
    border-radius: 16px;
    display: block;
    padding: 10px 20px;
    width: 100%;
    color: #000;
    list-style: none;
    margin-top: 30px;
    margin-left: -20px;
    display: block;
    text-align: center;
    cursor:pointer;
  }
  .feature-wrapper .btn-wrap {
    display: none;
  }
  .feature-wrapper .wrapper-apps {
    padding: 10px;
  }
}


