/* Nav Dropdowns */

.navContent ul li ul a {
    white-space: normal !important;
    overflow: visible !important;
}

@media only screen and (min-width: 768px) {
    .navContent ul li ul {
        min-width: 250px !important;
        right: auto !important; 
    }
}



<style>

   .section-code-example {

  position: relative;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  overflow: hidden;

  padding: 80px 6vw;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -webkit-flex-direction: column;

  -ms-flex-direction: column;

  flex-direction: column;

  -webkit-box-pack: center;

  -webkit-justify-content: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;

  font-family: Montserrat, sans-serif;

  color: #31364c;

  font-size: 16px;

  line-height: 150%;

  font-weight: 400;

}

 

.card-text-code-example {

  font-family: Montserrat, sans-serif;

  color: #31364c;

  font-size: 16px;

  line-height: 150%;

  font-weight: 400;

}

 

.btn-code-example {

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  padding: 12px 32px;

  -webkit-box-pack: center;

  -webkit-justify-content: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;

  border-radius: 2px;

  background-color: #0c4e9e;

  -webkit-transition: all 250ms cubic-bezier(.25, .46, .45, .94);

  transition: all 250ms cubic-bezier(.25, .46, .45, .94);

  color: #fff;

  font-size: 14px;

  font-weight: 700;

  text-decoration: none;

  text-transform: uppercase;

}

 

.btn-code-example:hover {

  -webkit-transform: translate(0px, -5px);

  -ms-transform: translate(0px, -5px);

  transform: translate(0px, -5px);

}

 

.container-code-example {

  z-index: 1;

  width: 100%;

  max-width: 1000px;

  margin-right: auto;

  margin-left: auto;

  -webkit-box-pack: justify;

  -webkit-justify-content: space-between;

  -ms-flex-pack: justify;

  justify-content: space-between;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;

}

 

.margin-bot-24-code-example {

  margin-bottom: 24px;

}

 

.paragraph-code-example {

  margin-bottom: 20px;

  font-family: Montserrat, sans-serif;

  color: #31364c;

  font-size: 12px;

  line-height: 1.6;

  font-weight: 400;

}

 

.margin-bot-32-code-example {

  margin-bottom: 32px;

}

 

.card-code-example {

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  max-width: 31%;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -webkit-flex-direction: column;

  -ms-flex-direction: column;

  flex-direction: column;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;

  text-align: center;

}

 

.cards-wrapper-code-example {

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  max-width: 714px;

  -webkit-box-pack: justify;

  -webkit-justify-content: space-between;

  -ms-flex-pack: justify;

  justify-content: space-between;

}

 

.card-title-code-example {

  margin-top: 0px;

  font-family: Montserrat, sans-serif;

  font-size: 18px;

  line-height: 150%;

  font-weight: 700;

}

 

.card-icon-code-example {

  max-height: 88px;

  max-width: 88px;

  margin-bottom: 16px;

}

 

.content-code-example-2 {

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -webkit-flex-direction: column;

  -ms-flex-direction: column;

  flex-direction: column;

  -webkit-box-pack: center;

  -webkit-justify-content: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;

  text-align: center;

}

 

.max-width-736-code-example {

  max-width: 736px;

}

 

.title-code-example {

  margin-top: 0px;

  margin-bottom: 0px;

  font-size: 50px;

  line-height: 140%;

}

 

.link-blue {

  color: #156ed7;

  font-weight: 600;

}

 

.paragraph-code-example-lg {

  margin-bottom: 0px;

  font-family: Montserrat, sans-serif;

  color: #31364c;

  font-size: 18px;

  line-height: 150%;

  font-weight: 400;

}

 

@media screen and (max-width: 991px) {

  .title-code-example {

    font-size: 32px;

  }

}

 

@media screen and (max-width: 767px) {

  .btn-code-example {

    font-size: 12px;

  }

 

  .paragraph-code-example {

    font-size: 16px;

  }

 

  .card-code-example {

    width: 100%;

    max-width: 300px;

  }

 

  .cards-wrapper-code-example {

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -webkit-flex-direction: column;

    -ms-flex-direction: column;

    flex-direction: column;

    grid-row-gap: 32px;

  }

 

  .title-code-example {

    font-size: 26px;

  }

 

  .paragraph-code-example-lg {

    font-size: 16px;

  }

}

 

@media screen and (max-width: 479px) {

  .section-code-example {

    padding: 60px 16px;

  }

 

  .btn-code-example {

    width: 100%;

    min-width: 0px;

  }

 

  .container-code-example {

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -webkit-flex-direction: column;

    -ms-flex-direction: column;

    flex-direction: column;

  }

 

  .title-code-example {

    font-size: 24px;

  }

}

   </style>