/*======================================
Theme Name: Landing.ai V6
Theme URI: http://landing.ai/
Description: Custom theme for Landing.ai
Version: 2.2.0
Author: Landing.ai Team
Author URI: http://landing.ai/
Template: Divi
======================================*/

/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */

/* Global Customizations */


.et_pb_section h2 {
  font-size: 36px;
}
/* Fatured List */

.fetured-list {
  padding-left: 0;
  max-width: 767px;
  margin: 0 auto;
}
.fetured-list_item {
  padding: 0 40px;
  margin-bottom: 45px;
  position: relative;
}
.fetured-list_item:before {
  content: "";
  display: block;
  width: 6px;
  position: absolute;
  top: 0;
  bottom: -35px;
  left: -25px;
  background-color: #0077da;
}
.fetured-list_item:first-child:before {
  top: 15px;
}
.fetured-list_item:last-child:before {
  bottom: 0;
  display: none;
}

.fetured-list_item:nth-last-child(2):before {
 bottom: -40px;
}
.fetured-list_item h3 {
  position: relative;
}
.fetured-list_item h3:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -75px;
  width: 19px;
  height: 19px;
  border-radius: 15px;
  background-color: #0077da;
  border: 3px solid white;
  box-shadow: 0 0 0 2px #0077da;
  margin-bottom: 10px;
}

.fetured-list_item ul {
  list-style-type: none;
}

.fetured-list_item ul li:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #0077da;
  position: absolute;
  top: 10px;
  left: 0;
  overflow: hidden;
}


.fetured-list_item ul li {
  padding-left: 20px;
  position: relative;
}

/* Menu items */
@media only screen and (min-width: 980px) {
  .btn-item a {
    padding: 15px 10px !important;
    border: 2px solid #5ec3dc;
    border-radius: 5px;
  }
}

/* Solutions Page Template */

#main-content.solutions {
  overflow: hidden;
}

#menu-solutions {
  list-style-type: none;
}

ul#menu-solutions > li {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: bold;
}

ul#menu-solutions > li > a {
  display: block;
  padding: 10px 0;
  border-top: 1px solid #0077da;
  border-bottom: 1px solid #0077da;
  color: #788296;
}

ul#menu-solutions li.current_page_parent > a,
ul#menu-solutions li.current-menu-item > a {
  color: #0077da;
}

ul#menu-solutions .sub-menu {
  padding: 20px 0 20px 20px;
}

ul#menu-solutions > li > ul > li{
  text-transform: capitalize;
}

ul#menu-solutions > li > ul > li > a {
 color: #788296;
 font-size: 17px;
 font-weight: normal;
}

#menu-solutions ul {
  list-style-type: none;
}

.solutions .et_pb_section_first {
  padding-top: 0 !important;
}

.solutions-header {
  padding-top: 130px;
  padding-bottom: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.solutions-header h1 {
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
}

.solutions-header p {
  color: #ffffff;
  text-align: center;
  font-size: 22px;
  max-width: 700px;
  margin: 0 auto;
}

.solutions-sidebar {
  max-width: 240px;
  margin-right: 40px;
  width: 100%;
  float: left;
}

.solutions-content {
  width: calc(100% - 280px);
  float: left;
}

@media only screen and (max-width: 780px) {
  .solutions-content {
    width: 100%;
  }
}

.solutions-content h4 {
  font-size: 26px;
  font-weight: 300;
}

.solutions-content ul {
  list-style: none; /* Remove default bullets */
}

.solutions-content ul li {
  position: relative;
  font-weight: 400;
  color: #788296;
  font-size: 17px;
}

.solutions-content ul li::before {
  content: "";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  width: 5px;
  height: 5px;
  border-radius: 10px;
  background-color: #0077da; /* Change the color */
  display: block; /* Needed to add space between the bullet and the text */ 
  position: absolute;
  margin-left: -10px;
  left: 0;
  top: 10px;
}

#main-content .container:before {
  width: 0;
}

[data-content] {
  position: relative;
  padding-left: 55px;
  padding-bottom: 0;
  font-weight: 300;
  font-size: 47px;
}

[data-content]:before {
  content: attr(data-content);
  display: block;
  width: 40px;
  height: 40px;
  background-image: url('/content/uploads/2019/06/gear-icon.png');
  background-repeat: no-repeat;
  background-size: 100%;
  text-align: center;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
  padding-top: 2px;
  font-weight: 700;
  line-height: 32px;
}

.solution-section-subheader {
  color: #0077da;
  font-weight: 600;
}

/*
Blog
*/

.landing-ai-header-blog {
  background-color: #0055ff !important;
}

.landing-ai-header-blog h1 { 
  color: #ffffff;
}

.post-type-archive-press_headline .landing-ai-header-section,
.blog .landing-ai-header-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.blog .landing-ai-header-section {
  background-image: url('../landing_ai_theme/assets/img/landing-blog.jpg');
  background-position: center 74%;
}

.post-type-archive-press_headline .landing-ai-header-section {
  background-image: url('../landing_ai_theme/assets/img/press-header.jpg');
}

.landai-post-list-date {
  text-align: right;
}

.blog-post__content h2{
  font-size: 22px !important;
}

.blog-post__content h3{
  font-size: 20px !important;
}

.blog-post__content h4{
  font-size: 18px !important;
}

.blog-post__content h5{
  font-size: 16px !important;
  font-weight: bold !important;
}

.landing-ai-post-box {
  border: 1px solid #e2e5ea;
}

.landing-ai-post-box .et_pb_module_header {
  font-size: 14px;
  color: #788296;
  padding: 0 25px;
}

.landing-ai-post-box .et_pb_blurb_description a {
  font-size: 18px;
  color: #27282b;
  padding: 10px 25px 30px;
  display: block;
  min-height: 42px;
}

.landing-ai-post-box .et_pb_blurb_description a:hover {
  color: #0078d7;
}

/*
Sharing buttons
*/

.heateor_sss_sharing_container.heateor_sss_vertical_sharing {
  position: absolute;
}

ss.heateorSssSharingSvg {
  border-radius: 0 !important;
  background-color: transparent !important;
  background-image: none !important;
}

i.heateorSssSharing:before {
  font-family: ETmodules!important;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  color: #c9cfd8;
}

i.heateorSssSharing.heateorSssFacebookBackground:before {
  content: "\e093";
}

i.heateorSssSharing.heateorSssTwitterBackground:before {
  content: "\e094";
}

i.heateorSssSharing.heateorSssLinkedinBackground:before {
  content: "\e09d";
}

i.heateorSssSharing {
  width: 25px !important;
  height: 25px !important;
  background-color: transparent !important;
}

.heateorSssSharing.heateorSssMoreBackground,
div.heateorSssSharingArrow.heateorSssPullOut {
  display: none;
}

@media screen and (max-width: 783px) {
  .heateor_sss_bottom_sharing {
    bottom: -40px!important;
  }
}

/*
Nav menu
*/

.navigation {
  text-align: center;
  color: #495c6b;
  font-size: 16px;
  font-weight: normal;
}

.navigation ul{
  display: inline-block;
}

.navigation li a {
  color: #495c6b;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    text-decoration: none;
}

.navigation li {
    display: inline;
}
 
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}
 
.navigation li a:hover,
.navigation li.active a {
    color: #0078d7;
}


/*
Post header
*/

.landing-ai-post-header-section {
  margin-top: -95px !important;
  background-position: 0px 95px !important;
  background-size: cover;
  background-color: #0055FF;
  color: #ffffff;
  padding: 0 !important;
}

.landing-ai-darken-bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 54px 0;
  min-height: 455px;
  box-sizing: border-box;
}

.landing-ai-post-header-section h1 {
  font-size: 40px !important;
}

.landing-ai-post-header-section h1, .landing-ai-post-header-section a{
  color: #ffffff;
}

.landing-ai-post-header-section a:hover {
  color: #9ad1ff;
}

.landing-ai-post-header-section .et_pb_column {
  padding-top: 145px !important;
  padding-bottom: 20px !important;
	z-index: unset;
}

/*
Post
*/

.landing-ai-post-share {
  position: absolute;
  top: 0;
  left: -35px;
}

.landing-ai-post-share li a {
  color: #c9cfd8;
}

.landing-ai-post-share li a:before {
  font-size: 14px;
}

/*
Press
*/

.landai-ph-row {
  padding: 0 0 35px 0 !important;
  max-width: 800px;
}

.landai-ph-thumbnail {
  text-align: center;
}

.landai-ph-link a {
  color: #27282b;
  font-size: 18px;
  font-weight: normal;
}

.landai-ph-meta {
  font-size: 14px;
}

landai-ph-row landing-ph-list-row {
  padding: 0 27px 35px 27px !important;
  max-width: 800px!important;
}

/* Carousel */

.how-it-works-carousel {
  max-width: 920px;
  margin: 0 auto;
}

.how-it-works-carousel .slick-track {
  display: flex;
  align-items: center;
  min-height: 550px;
}

.how-it-works-carousel .slick-slide:not(.slick-center) {
  padding-bottom: 90px !important;
}

.how-it-works-carousel .slick-slide:not(.slick-center) .et_pb_text {
  display: none;
  overflow: hidden;
}

.how-it-works-carousel .slick-slide {
  transition: all 0.5s;
}

.how-it-works-carousel .slick-slide .et_pb_row {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.how-it-works-carousel .slick-slide .et_pb_row.et_pb_row_8 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.how-it-works-carousel .slick-slide[aria-hidden='true'] {
  width: 230px;
  opacity: 0;
  overflow: hidden;
  /*margin: 0 30px 0 0;*/
}

.how-it-works-carousel .slick-center {
  width: 250px;
  margin: 0 30px 0 0;
}

.how-it-works-carousel .slick-center .et_pb_text {
  margin-top: 20px;
}

@media only screen and (min-width: 767px) {
  .how-it-works-carousel .slick-center .et_pb_text {
    margin-right: -120px;
    margin-left: -120px;
  }
}

@media only screen and (max-width: 500px) {
  .how-it-works-carousel .slick-dots {
    padding-top: 20px;
    top: calc(100% - 30px);
  }
}

.how-it-works-carousel .et_pb_image_wrap {
  border-radius: 400px !important;
}

.how-it-works-carousel .slick-center + .how-it-works-carousel .slick-slide {
  width: 150px;
  margin: 0 30px 0 0;
  opacity: 0.5;
}

.how-it-works-carousel .slick-center + .how-it-works-carousel .slick-slide + .how-it-works-carousel .slick-slide {
  width: 100px;
  opacity: 0.25;
}

.how-it-works-carousel .slick-center + .how-it-works-carousel .slick-slide + .how-it-works-carousel .slick-slide .et_pb_row {
  padding-bottom: 0 !important;
}

.how-it-works-carousel .slick-slide[aria-hidden='true'] + .how-it-works-carousel .slick-slide[aria-hidden='false'] {
  width: 100px;
  margin: 0 30px 0 0;
  opacity: 0.25;
}

.how-it-works-carousel .slick-slide[aria-hidden='true'] + .how-it-works-carousel .slick-slide[aria-hidden='false'] + .how-it-works-carousel .slick-slide[aria-hidden='false'] {
  width: 150px;
  margin: 0 30px 0 0;
  opacity: 0.5;
}

.how-it-works-carousel .slick-prev,
.how-it-works-carousel .slick-next {
  top: 0;
}

.how-it-works-carousel .slick-prev:before {
    content: '';
    background-image: url('./assets/img/chevron-left.jpg');
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 30px;
    height: 495px;
}

.how-it-works-carousel .slick-next:before {
    content: '';
    background-image: url('./assets/img/chevron-right.jpg');
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 30px;
    height: 495px;
}

@media only screen and (max-width: 992px) {
  .shadow-col {
    display: block;
    box-shadow: none !important;
  }
}

/* Greenhouse Job Board */

.greenhouse-job-board .job {
  overflow: hidden;
  background: #FFFFFF;
  /* border-radius: 4px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.20);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.20); */
  padding: 20px 35px;
  margin-bottom: 30px;
  position: relative;
}

.greenhouse-job-board .job:after {
  content: "";
  background-color: #c9cfd8;
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
}

.greenhouse-job-board .job>p {
  margin: 0;
  padding: 0;
}

.greenhouse-job-board .job_read_full,
.greenhouse-job-board .job_detail_link {
  position: absolute;
  top: 20px;
  right: 35px;
  font-size: 0;
  color: #FFFFFF;
}

.greenhouse-job-board .job_read_full:after,
.greenhouse-job-board .job_detail_link:after {
  content: "";
  display: inline-block;
  border: #0077da solid;
  border-width: 0 2px 2px 0;
  height: 10px;
  width: 10px;
  margin-top: 5px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.greenhouse-job-board .job_read_full:before,
.greenhouse-job-board .job_detail_link:before {
  content: "Learn More";
  display: inline-block;
  position: absolute;
  right: 0;
  top: -2px;
  color: #0077da;
  font-size: 16px;
  font-weight: 400;
  width: 102px;
}

.greenhouse-job-board .job_read_full.open:after {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  margin-top: 8px;
}

.greenhouse-job-board .job_title,
.apply_jobs h2 {
  font-size: 24px;
  color: #3C3C3C;
  padding-right: 120px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

@media (max-width: 767px) {
  .greenhouse-job-board .job_title {
    font-size: 18px;
    min-height: 50px;
  }

  .greenhouse-job-board .job_read_full {
    top: 60px;
    right: 7px;
  }
}

.greenhouse-job-board .job_description {
  margin-top: 50px;
}

.greenhouse-job-board .job_apply,
.apply_jobs input[type=button],
.frm_forms.with_frm_style.frm_style_formidable-style .frm_button_submit,
#mc_signup_submit,
#wpforo-wrap .wpf-button,
#wpforo-wrap #wpf_formbutton,
#wpforo-wrap input[type="submit"],
#wpforo-wrap input[type="reset"],
#wpforo-wrap input[type="button"] {
  display: inline-block;
  color: #ffffff;
  padding: .3em 1em;
  border: 2px solid #6dc7e1;
  border-radius: 8px;
  background: #6dc7e1 !important;
  position: relative;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7em;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  cursor: pointer;
  text-decoration: none;
}

.greenhouse-job-board .job_apply:hover,
.apply_jobs input[type=button]:hover,
.frm_forms.with_frm_style.frm_style_formidable-style .frm_button_submit:hover,
#mc_signup_submit:hover,
#wpforo-wrap .wpf-button:hover,
#wpforo-wrap #wpf_formbutton:hover,
#wpforo-wrap input[type="submit"]:hover,
#wpforo-wrap input[type="reset"]:hover,
#wpforo-wrap input[type="button"]:hover {
  color: #6dc7e1;
  background: #ffffff !important;
}

.greenhouse-job-board .job_apply {
  display: none !important;
}

.greenhouse-job-board .job_description+p>.apply_ty,
.greenhouse-job-board .apply_jobs {
  display: none !important;
}

.greenhouse-job-board .apply_jobs.open {
  display: block !important;
}

.greenhouse-job-board .job_description.open+p {
  padding: 1em 0;
}

/* Remove Apply button after user has already sent an application */
.greenhouse-job-board .job_description+p>.apply_ty+.job_apply {
  display: none !important;
}

.greenhouse-job-board .job_description.open+p>.apply_ty {
  display: block !important;
}

.greenhouse-job-board .job_description.open+p>.apply_ty h2{
  font-size: 18px !important;
  font-weight: bold;
}

.greenhouse-job-board .job_description.open+p>.job_apply {
  display: inline-block !important;
}

@media only screen and (min-width: 520px) {
  .greenhouse-job-board .job_apply.open {
      top: -64px;
      left: 230px;
  }
}

.greenhouse-job-board .job_apply.open {
  background-image: -webkit-linear-gradient(261deg, #AAA 0%, #BBB 63%);
  background-image: -o-linear-gradient(261deg, #AAA 0%, #BBB 63%);
  background-image: linear-gradient(-171deg, #AAA 0%, #BBB 63%);
}

.apply_jobs input[type=text],
.mc_input {
  color: #555555;
  background-color: #FFFFFF;
  border-color: #cccccc;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  width: 100%;
  max-width: 100%;
  font-size: 14px;
  padding: 6px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-weight: normal;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.job_title {
  line-height: 1.2;
}

.job_title > .display_location {
  font-size: 16px;
  color: #4f596c;
  line-height: 1.5;
}

/* Popup */

.popup-section {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  background-color: transparent;
  transition: all 0.5s;
}

.popup-section .frm_form_fields {
  margin-top: 70px;
}

.popup-section .frm_form_fields input {
  background-color: transparent !important;
  border: none !important;
  border-bottom: 2px solid #cccccc !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.popup-section .frm_form_fields label {
  font-weight: 400 !important;
}

.popup-section .frm_form_fields .frm_submit {
  padding-top: 50px;
}

.popup-section .frm_form_fields .frm_submit button.frm_button_submit {
  background-color: #0074dd !important;
  border-color: #0074dd !important;
  display: block;
  margin: 0 auto !important;
}

.popup-section .frm_form_fields .frm_submit button.frm_button_submit:hover {
  color: #0074dd !important;
}

.download-header .header-content {
  display: flex;
  flex-direction: column;
}

.download-header .header-content h1 {
  order: 2;
}
/*
Footer
*/

.get-in-touch {
  text-align: center;
  padding: 100px 0;
  border-top: 2px solid #cad0d7;
  border-bottom: 2px solid #cad0d7;
}

.get-in-touch h2 {
  text-align: center;
  color: #333333;
  font-weight: 300;
  padding-bottom: 0;
  margin-bottom: 40px;
}

.get-in-touch a {
  background-color: #6dc7e1;
  padding: 12px 20px;
  color: #ffffff;
  margin: 0 auto;
  display: block;
  border-radius: 5px;
  max-width: 130px;
  text-align: center;
}

#footer-widgets #custom_html-2 {
  float: right;
}

#footer-widgets .footer-widget ul.land-social-icons li,
#footer-widgets .landing-ai-footer-links li{
  float: left;
}

#footer-widgets .landing-ai-footer-links li:before,
#footer-widgets .footer-widget ul.land-social-icons li:before {
  border: none;
}

#footer-widgets #custom_html-3 {
  width: 150px;
  margin: 0 auto;
  float: none;
  font-weight: 100;
}

#footer-info {
  width: 100%;
  text-align: center;
}

.et-search-form, #main-header .et_mobile_menu {
  background-color: rgba(0, 0, 0, 0.9) !important;
}

@media only screen and (min-width: 981px) and (max-width: 1350px) {
  #top-menu li {
    padding-right: 15px;
  }

  #main-header .container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 981px) and (max-width: 1080px) {
  #top-menu li a {
    font-size: 13px !important;
  }
}

@media (min-width: 980px) {
  #main-header .nav li ul {
    background-color: rgba(0, 0, 0, 0.6) !important;
  }

  #main-header .nav li ul a {
    opacity: 1;
    color: #ffffff !important;
  }
}

@media (max-width: 730px) {
  #home-hero .et_pb_button_two {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .footer-widget {
    text-align: center;
    float: none;
  }

  #footer-widgets #custom_html-2,
  .et_pb_widget {
    float: none;
  }

  .footer-widget .widget_text {
    display: inline-block;
  }

  #footer-widgets #custom_html-3 {
    width: auto;
  }

  #footer-widgets .footer-widget:nth-child(n) {
    margin-bottom: 5%!important;
  }

  #footer-widgets .footer-widget:last-child {
    margin-bottom: 0 !important;
  }

  #footer-widgets {
    padding-bottom: 0;
  }

  #footer-bottom {
    padding-top: 0;
  }
}

/* New Footer */

.home-footer-wrap {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.home-footer-container {
  display: flex;
  max-width: 1080px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 100px;
}

.home-footer-left-col {
  max-width: 370px;
  width: 200%;
}

.home-footer-text {
  font-size: 16px;
  color: #ffffff;
}

.home-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 35px;
}

.home-footer-social-links {
  display: flex;
  align-items: flex-end;
}

.social-icon {
  margin-right: 10px;
}

.social-icon:last-child {
  margin-right: 0;
}

.home-footer-copyright {
  font-size: 11px;
  color: #ffffff;
}


/* Fixing UL and OL default styles for blog posts */

.blog-post__content .et_pb_text_inner ul li {
  list-style-type: disc;
  margin-left: 15px;
}

.blog-post__content .et_pb_text_inner ol li {
  margin-left: 15px;
  list-style: decimal;
}

@media only screen and (max-width: 767px) {
  .home-footer-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .home-footer-container {
    flex-direction: column;
  }
}

@media only screen and (max-width: 480px) {
  .et_pb_fullwidth_header .et_pb_fullwidth_header_container {
    width: 100%;
  }

  .et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
    width: 100%;
  }

  #home-hero .et_pb_fullwidth_header {
    padding-top: 80px;
  }
}
row.custom-dev-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.row.custom-dev-wrap .col-4 {
    width: 33%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.row.custom-dev-wrap .col-4 img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    margin-bottom: 16px;
}

@media only screen and (max-width: 980px) {
    .row.custom-dev-wrap .col-4  {
        width: 50%;
    }
}


@media only screen and (max-width: 580px) {
    .row.custom-dev-wrap .col-4  {
        width: 100%;
    }
}

.row.custom-dev-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.row.custom-dev-wrap .col-4 h2 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    color: #27282b;
}


.row.custom-dev-wrap .col-4 img {
    height: 200px;
    object-fit: cover;
    object-position: center;
}
