.main_sec_we_serve {
  background: url('https://22068981.fs1.hubspotusercontent-na1.net/hubfs/22068981/banner-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.main_sec_we_serve .container {
    max-width: 1170px;
    padding: 0px 20px;
    margin: auto;
}
.main_sec_we_serve {
    padding: 60px 0 0px;
}
.main_sec_we_serve .solution_row h2 {
  color: #fff;
  text-align: center;
  padding-bottom: 70px;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 50px;
}
.main_sec_we_serve .solution_row h2 span {
  color: #ff664d;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 700 !important;
}
.solution_section_row >div {
    width: 48%;
    position: relative;
    z-index: 1;
}

.solution_section_row >div img {
  width: 100%;
  display: block;
  border-radius: 0;
}
.solution_section_row {
    display: flex;
    justify-content: space-between;
}

.solution_bottom_subheading >br {
    display: none;
}
.solution_img_section:hover .block-desc {
  height: 85%;
}
.top_heading {
  background-color: #ff664d;
  border-radius: 15px;
  position: absolute;
  top: -58px;
  left: 4%;
  width: 92%;
  text-align: center;
  padding: 20px 15px;
}
.top_heading h4 {  
  color: #fff;
  font-family: 'Roboto', sans-serif !important;
}
.solution_img_section .block-desc {
  position: absolute;
  z-index: 2;
  background: linear-gradient(0deg, rgba(0,0,0,1) 5%, rgba(0,0,0,0) 100%);
  left: 0;
  right: 0;
  bottom: 0;
  transition: all .3s ease-in-out;
  height: 50%;
  border-radius: 0;
}
.block-desc .block-content {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  padding: 20px 15px;
}
.solution_bottom_subheading {
  color: #fff;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  margin: 0 0 15px;
}
.solution_img_section .button_sec {
  transition: 0.3s ease-in-out 0s;
  background-color: transparent !important;
}
.solution_img_section .button_sec a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  cursor: pointer;
  justify-content: center;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 500 !important;
  color: #ff664d;
  line-height: normal;
  transition: all ease .3s;
}
.solution_img_section .button_sec:hover a {
    color: #fff;
}
.bottom_sec_heading {
    padding: 80px 0px 30px;
    text-align: center;
}
.bottom_sec_heading h4{
  color: #fff;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 700;
}
.bottom_sec_heading h4 span {
  color: #ff664d;
  font-weight: 700 !important;
}

/* media query start */
@media(max-width: 1024px){
.top_heading {
  padding: 15px;
}
.top_heading h4 {
  font-size: 20px;
}
}
@media(max-width: 767px){
.solution_img .top_heading {
  position: initial;
  width: 100%;
  border-radius: 15px 15px 0 0;
}
.solution_section_row >div {
    width: 100%;
    margin-bottom: 30px;
}
.solution_section_row {
    flex-wrap: wrap;
}
  .bottom_sec_heading h4 {
    font-size: 20px;
    line-height: 30px;
}
.bottom_sec_heading {
    padding: 0px 0px 20px;
    text-align: center;
}
  .solution_img_section .button_sec {
    max-width: 260px;}
  .solution_img_section .button_sec a {
    font-size: 18px;
}
  .main_sec_we_serve .solution_row h2 {
    font-size: 24px;
}
.solution_section_row >div img,
.solution_img_section .block-desc {
  border-radius: 0 0 15px 15px;
}
.solution_bottom_subheading {
  font-size: 16px;
}
}
