.deathcare-industry {
    padding: 100px 0 80px;
    background-color: #f9f9f9;
    position: relative;
  }

  .deathcare-industry h2 {
    padding-bottom: 25px;
  }
  .deathcare-industry .industry-content {
    display: block;
    overflow: hidden;
    padding-bottom: 60px;
  }
  .deathcare-industry .industry-content:last-child {
    padding-bottom: 0;
  }
  .deathcare-industry .block-image {
    float: left;
    width: 42%;
    padding-right: 60px;
    padding-bottom: 50px;
  }
  .deathcare-industry .style-2 .block-image {
    float: right;
    padding-left: 60px;
    padding-right: 0;
  }
  .deathcare-industry .block-image .img-cover{
    padding: 40px !important;
    border-radius: 20px;
        box-shadow: 0 0 0px rgba(0, 0, 0, 0);
  }
   .deathcare-industry .slick-list{
    border-radius: 20px;
  }
  .deathcare-industry img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  .industry-content .right-info {
    width: 100%;
  }
  .industry-content h1, .industry-content h2, .industry-content h3, .industry-content h4, .industry-content h5, .industry-content h6 {
      clear: none;
  }
  .deathcare-industry p {
    color: #696969;
    font-size: 24px;
    line-height: 36px;
  }
  .right-info ul:not(.nav-menu):not(#menu-footer-menu):not(.socials):not(.sub-menu):not(.gform_fields):not(.slider__cnt):not(.slider__cnt2):not(.gfield_checkbox):not(.gfield_radio):not(.ab-top-menu) li, .right-info ol li {
      font-size: 24px;
  }
  .right-info ul:not(.nav-menu):not(#menu-footer-menu):not(.socials):not(.sub-menu):not(.gform_fields):not(.slider__cnt):not(.slider__cnt2):not(.gfield_checkbox):not(.gfield_radio):not(.ab-top-menu) li::before {
      top: 16px;
  }
  
  .our-specialties {
    padding: 86px 0 100px;
    background-color: #486173;
    background-image: url('../images/background01.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  .our-specialties:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0.9;
    background-color: #486173;
  }
  .our-specialties .container {
    position: relative;
  }
  .our-specialties h2, .our-specialties p, .features h2, .features p {
    color: #ffffff;
  }
  .our-specialties p {
    max-width: 1000px;
  }
  .our-specialties p, .features p {
    font-size: 24px;
    line-height: 36px;
    color: #ffffff;
  }
  .our-specialties h2, .features h2 {
    padding-bottom: 15px;
  }
  .our-specialties .row {
    margin: 0 -10px;
    padding-top: 30px;
  }
  .our-specialties [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .our-specialties [class*="col-"] > a {
    color: #000000;
    text-decoration: none;
  }
  .our-specialties figure {
    margin: 20px 0;
    padding: 82px 15px 41px;
    text-align: center;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    background: #ffffff;
    background-image: url('../images/funeral-homes-thumb.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transition: all ease .4s;
  }
  .our-specialties figure:hover {
    margin: 0;
    padding-top: 102px;
    padding-bottom: 61px;
  }
  .our-specialties figure:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #ffffff;
    transition: all ease .4s;
  }
  .our-specialties figure:hover:before {
    background-color: rgba(186, 173, 123, 0.9);
  }
  .our-specialties figure span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    font-size: 50px;
    color: #29489e;
    margin: 0 auto 36px;
    position: relative;
    border-radius: 100%;
    background-color: #eef1f7;
    transition: all ease .4s;
  }
  .our-specialties figure:hover span {
    color: #baad7b;
    background-color: #ffffff;
  }
  .our-specialties figure:hover span:before {
    animation-name: learn;
    animation-duration: 0.8s;
  }
  @keyframes learn {
   from {
    transform: scale(0.5);
   }
   to {
    transform: scale(1);
   }
  }
  .our-specialties figcaption h3, .features figcaption h3 {
    width: 100%;
    min-height: 53px;
    font-size: 22px;
    font-family: 'GoogleSans-Medium';
    position: relative;
    transition: all ease .4s;
  }
  .our-specialties figure:hover figcaption h3 {
    color: #ffffff;
  }
  .our-specialties [class*="col-"] figure:hover span[class*="icon-"], .our-specialties [class*="col-"] figure:hover h3, .our-specialties .img__cnt2 figure:hover span[class*="icon-"], .our-specialties .img__cnt2 figure:hover h3 {
    visibility: hidden;
    opacity: 0;
  }
  .our-specialties figure figcaption > span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 20px;
    font-size: 16px;
    color: #ffffff;
    margin: 0;
    background-color: transparent;
    border-radius: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-50%);
  }
  .our-specialties figure:hover figcaption > span {
    color: #ffffff;
    background-color: transparent;
    opacity: 1;
    visibility: visible;
  }
  .our-specialties figure figcaption > span::selection {
    background: #152e42 !important;
  }
  .our-specialties .btn-block {
    padding-top: 50px;
    text-align: center;
  }
  
  .features {
    background-color: #baad7b;
  }
  .features .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .features [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
  }
  .features .col-lg-8 {
    padding: 10px 10px 0 15px;
    background-color: #ffffff;
  }
  .features figure {
    width: 230px;
    overflow: hidden;
    position: relative;
    margin: 0 5px 10px;
    border-radius: 10px;
    transition: all ease .4s;
  }
  .features figure img {
    width: 100%;
    height: 311px;
    object-fit: cover;
    transition: all ease .4s;
  }
  .features figure:hover img {
    transform: rotate(10deg) scale(1.2);
  }
  .features figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,000000+100&0+45,0.9+90 */
    background: -moz-linear-gradient(top,  rgba(30,87,153,0) 0%, rgba(17,48,84,0) 45%, rgba(3,9,15,0.9) 90%, rgba(0,0,0,0.9) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(30,87,153,0) 0%,rgba(17,48,84,0) 45%,rgba(3,9,15,0.9) 90%,rgba(0,0,0,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(30,87,153,0) 0%,rgba(17,48,84,0) 45%,rgba(3,9,15,0.9) 90%,rgba(0,0,0,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#e6000000',GradientType=0 ); /* IE6-9 */
  }
  .features figcaption a, .features figcaption .feature-title {
    display: flex;
    text-align: center;
    align-items: flex-end;
    height: 100%;
    text-decoration: none;
  }
  .features figcaption h3 {
    margin-bottom: 0;
    padding: 39px 15px;
    color: #ffffff;
  }
  body .features .col-lg-4 {
    max-width: 523px;
    padding-left: 60px;
    padding-right: 60px;
  }
  .features .btn {
    margin-top: 20px;
  }
  
  .technology {
    padding: 100px 0 230px;
    background-image: url(../images/background03.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
  }
  .technology:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0.9;
    background-color: #486173;
  }
  .technology .container {
    position: relative;
  }
  .technology .white-box {
    display: flex;
    align-items: center;
    padding: 50px;
    margin-bottom: 30px;
    border-radius: 10px;
    background-color: #ffffff;
  }
  .technology .white-box span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 180px;
    font-size: 107px;
    color: #ffffff;
    border-radius: 100%;
    background-color: #baad7b;
  }
  /*.technology .white-box span:before {
    margin-bottom: -13px;
  }*/
  .technology .white-box .right-content {
    padding-left: 60px;
    width: calc(100% - 180px);
  }
  .technology .white-box h2 {
    padding-bottom: 5px;
    font-size: 30px;
    line-height: normal;
  }
  .technology .white-box p {
    color: #696969;
    font-size: 20px;
    line-height: 32px;
  }
  .technology .white-box p:last-child {
    margin-bottom: 0;
  }
  
  @media screen and (max-width: 1800px) {
    .deathcare-industry p, .our-specialties p, .features p {
      font-size: 22px;
      line-height: 34px;
    }
    .our-specialties p {
      max-width: 950px;
    }
    .right-info ul:not(.nav-menu):not(#menu-footer-menu):not(.socials):not(.sub-menu):not(.gform_fields):not(.slider__cnt):not(.slider__cnt2):not(.gfield_checkbox):not(.gfield_radio):not(.ab-top-menu) li, .right-info ol li {
      font-size: 22px;
    }
    .right-info ul:not(.nav-menu):not(#menu-footer-menu):not(.socials):not(.sub-menu):not(.gform_fields):not(.slider__cnt):not(.slider__cnt2):not(.gfield_checkbox):not(.gfield_radio):not(.ab-top-menu) li::before {
      top: 13px;
    }
  }
  @media screen and (max-width: 1600px) {
    .deathcare-industry {
      padding: 80px 0 65px;
    }
    .deathcare-industry .industry-content {
      padding-bottom: 30px;
    }
    .deathcare-industry .block-image {
      padding-right: 50px;
    }
    .deathcare-industry .style-2 .block-image {
      padding-left: 50px;
    }
    .deathcare-industry p, .our-specialties p, .features p {
      font-size: 20px;
      line-height: 30px;
    }
      .industry-content h3 {
          font-size: 22px;
      }
    .right-info ul:not(.nav-menu):not(#menu-footer-menu):not(.socials):not(.sub-menu):not(.gform_fields):not(.slider__cnt):not(.slider__cnt2):not(.gfield_checkbox):not(.gfield_radio):not(.ab-top-menu) li, .right-info ol li {
      font-size: 20px;
  }
    .right-info ul:not(.nav-menu):not(#menu-footer-menu):not(.socials):not(.sub-menu):not(.gform_fields):not(.slider__cnt):not(.slider__cnt2):not(.gfield_checkbox):not(.gfield_radio):not(.ab-top-menu) li::before {
      top: 13px;
    }
    .our-specialties {
      padding: 70px 0 60px;
    }
    .our-specialties p {
      max-width: 850px;
    }
    .our-specialties figure {
      padding: 68px 15px 31px;
    }
    .our-specialties figure:hover {
      padding-top: 88px;
      padding-bottom: 51px;
    }
    .our-specialties figcaption h3, .features figcaption h3 {
      min-height: 48px;
      font-size: 20px;
    }
    .our-specialties figure span {
      margin-bottom: 28px;
    }
    body .features .col-lg-4 {
      padding-left: 50px;
      padding-right: 50px;
      max-width: 430px;
    }
    .technology {
      padding: 80px 0 180px;
    }
    .technology .white-box {
      padding: 40px;
    }
    .technology .white-box span {
      width: 150px;
      height: 150px;
      font-size: 80px;
    }
    .technology .white-box .right-content {
      padding-left: 50px;
      width: calc(100% - 150px);
    }
    .technology .white-box h2 {
      font-size: 26px;
    }
    /*.technology .white-box span:before {
      margin-bottom: -11px;
    }*/
  }
  @media screen and (max-width: 1439px) {
    .our-specialties h2 {
      padding-bottom: 8px;
    }
    .our-specialties .row {
      padding-top: 20px;
    }
    .our-specialties .btn-block {
      padding-top: 35px;
    }
    body .features .col-lg-4 {
      max-width: 390px;
      padding: 40px;
    }
    .features h2 {
      padding-bottom: 8px;
    }
    .features .btn {
      margin-top: 12px;
    }
    .our-specialties figcaption h3, .features figcaption h3 {
      font-size: 18px;
    }
    .our-specialties figure span {
      width: 73px;
      height: 73px;
      font-size: 40px;
    }
    .technology {
      padding: 80px 0 125px;
    }
    .technology .white-box {
      padding: 35px;
    }
    .technology .white-box span {
      width: 135px;
      height: 135px;
      font-size: 70px;
    }
    .technology .white-box .right-content {
      padding-left: 40px;
      width: calc(100% - 135px);
    }
    /*.technology .white-box span:before {
      margin-bottom: -8px;
    }*/
  }
  @media screen and (max-width: 1399px) {
    .our-specialties figure figcaption > span {
      padding: 10px;
      line-height: 22px;
    }
  }
  @media screen and (max-width: 1199px) {
    .deathcare-industry .block-image {
      padding-bottom: 20px;
    }
  }
  @media screen and (max-width: 991px) {
    .deathcare-industry .row {
      margin-left: -12px;
      margin-right: -12px;
    }
    .deathcare-industry .block-image {
      padding-right: 40px;
    }
    .deathcare-industry .style-2 .block-image {
      padding-left: 40px;
    }
    .deathcare-industry .row [class*="col-"]:first-child {
      padding-bottom: 20px;
    }
    .deathcare-industry p, .our-specialties p, .features p {
      font-size: 20px;
      line-height: 30px;
    }
    .our-specialties h2, .features h2 {
      padding-bottom: 5px;
    }
    body .features .col-lg-4 {
      max-width: 720px;
      padding-top: 35px;
      padding-bottom: 50px;
      padding-left: 12px;
      padding-right: 12px;
      margin: 0 auto;
    }
    .features .btn {
      margin-top: 8px;
    }
    .technology .white-box {
      padding: 30px;
    }
    .technology .white-box h2 {
      font-size: 22px;
    }
    .technology .white-box span {
      width: 140px;
      height: 140px;
      font-size: 70px;
    }
    .technology .white-box .right-content {
      padding-left: 40px;
      width: calc(100% - 140px);
    }
  }
  @media screen and (max-width: 767px) {
    .deathcare-industry {
      padding: 40px 0 20px;
    }
    .deathcare-industry h2 {
      padding-bottom: 15px;
    }
    .deathcare-industry .industry-content {
      padding-bottom: 25px;
    }
    .deathcare-industry .block-image {
      float: none;
      width: 100%;
      padding-right: 0;
    }
    .deathcare-industry .style-2 .block-image {
      padding-left: 0;
    }
    .deathcare-industry p, .our-specialties p, .features p, .technology .white-box p {
      font-size: 18px;
      line-height: 28px;
    }
      .industry-content h3 {
          font-size: 20px;
      }
    .right-info ul:not(.nav-menu):not(#menu-footer-menu):not(.socials):not(.sub-menu):not(.gform_fields):not(.slider__cnt):not(.slider__cnt2):not(.gfield_checkbox):not(.gfield_radio):not(.ab-top-menu) li, .right-info ol li {
      font-size: 18px;
  }
    .right-info ul:not(.nav-menu):not(#menu-footer-menu):not(.socials):not(.sub-menu):not(.gform_fields):not(.slider__cnt):not(.slider__cnt2):not(.gfield_checkbox):not(.gfield_radio):not(.ab-top-menu) li::before {
      top: 12px;
    }
    .our-specialties {
      padding: 35px 0 40px;
    }
    .our-specialties h2, .features h2 {
      padding-bottom: 5px;
    }
    .our-specialties .row {
      padding-top: 0;
    }
    .our-specialties figcaption h3, .features figcaption h3 {
      min-height: 10px;
      font-size: 18px;
    }
    .our-specialties .btn-block {
      padding-top: 20px;
    }
    .features h2 {
      padding-bottom: 0;
    }
    body .features .col-lg-4 {
      max-width: 540px;
      padding: 35px 12px 40px;
    }
    .features figure img {
      height: 250px;
    }
    .features .btn {
      margin-top: 5px;
    }
    .technology {
      padding-top: 40px;
      padding-bottom: 110px;
    }
    .technology .white-box {
      display: block;
      padding: 20px;
      margin-bottom: 20px;
      text-align: center;
    }
    .technology .white-box h2 {
      font-size: 20px;
    }
    .technology .white-box span {
      margin: 0 auto 18px;
      width: 100px;
      height: 100px;
      font-size: 50px;
    }
    /*.technology .white-box span::before {
      margin-bottom: -6px;
    }*/
    .technology .white-box .right-content {
      padding-left: 0;
      width: 100%;
    }
  }
  @media screen and (max-width: 575px) {
    .deathcare-industry p, .our-specialties p, .features p, .technology .white-box p {
      font-size: 16px;
      line-height: 24px;
    }
      .industry-content h3 {
          font-size: 18px;
      }
    .right-info ul:not(.nav-menu):not(#menu-footer-menu):not(.socials):not(.sub-menu):not(.gform_fields):not(.slider__cnt):not(.slider__cnt2):not(.gfield_checkbox):not(.gfield_radio):not(.ab-top-menu) li, .right-info ol li {
      font-size: 16px;
  }
    .right-info ul:not(.nav-menu):not(#menu-footer-menu):not(.socials):not(.sub-menu):not(.gform_fields):not(.slider__cnt):not(.slider__cnt2):not(.gfield_checkbox):not(.gfield_radio):not(.ab-top-menu) li::before {
      top: 11px;
    }
    .our-specialties [class*="col-"] {
      width: 50%;
    }
    .our-specialties figure {
      margin: 12px 0;
      padding: 40px 12px 40px;
    }
    .our-specialties figure:hover {
      padding-top: 52px;
      padding-bottom: 52px;
    }
    .our-specialties figure span {
      margin-bottom: 20px;
    }
    .our-specialties figcaption h3 {
      margin: 0;
    }
    .features .row {
      margin: 0;
    }
    .features .col-lg-8 {
      padding-left: 10px;
    }
    body .features .col-lg-4 {
      max-width: 100%;
    }
    .technology .white-box h2 {
      font-size: 20px;
      padding-bottom: 0;
    }
    .technology .white-box span {
      margin: 0 auto 12px;
      width: 80px;
      height: 80px;
      font-size: 45px;
    }
    /*.technology .white-box span::before {
      margin-bottom: -5px;
    }*/
  }
  @media screen and (max-width: 479px) {
    .our-specialties [class*="col-"] {
      width: 100%;
    }
    .technology .white-box h2 {
      font-size: 18px;
    }
    .technology .white-box span {
      width: 70px;
      height: 70px;
      font-size: 45px;
    }
  }
.align-items-centers{
    text-align: center;
}

.footer-title{
    text-align: center;
    font-family: 'GoogleSans-Bold';
    font-size: 38px;
    color: #ffffff;
    line-height: 50px;
    margin-top: 40px;
    margin-bottom: 20px;
}
.title-h2{
    color: #ffffff!important;
    text-align: start;
}
.p-details{
    color: #ffffff;
    text-align: start;
}


/*30-9-2024*/
.deathcare-industry h2 {
    padding-bottom: 0px;
    padding-top: 12px;
    text-align: center;
    margin-bottom: 20px;
    color: #fff;
}
.deathcare-industry h1 {
    padding-bottom: 0px;
    padding-top: 10px;
    text-align: center;
    margin-bottom: 30px;
    color: #fff;
    font-size: 65px;
    line-height: 1.2;
}
.deathcare-industry .industry-content h2 {
    padding-top: 0;
    top: -5px;
    position: relative;
}
.section-title h2 {
    margin: 0 0 20px;
}
.deathcare-industry p {
    text-align: center;
    color: #fff;
}
.industry-content .right-info li {
    color: #fff !important;
}
.industry-content .right-info li:before {
    background-color: #fff !important;
}
.deathcare-industry .industry-content h2,
.deathcare-industry .industry-content p{
  text-align: left !important;
}
.deathcare-industry .industry-content.style-2 {
    flex-direction: row-reverse;
}
.deathcare-industry .block-image {
    float: none !important;
    max-width: 50%;
    flex: 0 0 50%;
}
.industry-content .right-info {
    max-width: 50%;
    flex: 0 0 50%;
}
.deathcare-industry .industry-content {
    display: flex;
    margin-top: 60px;
    align-items: flex-start;
}
.deathcare-industry img{
  object-fit: contain;
  max-height: 650px;
}
.deathcare-industry .industry-content.style-2 img{
  object-fit: contain;
  max-height: 430px;
}
.page-id-1209 .page-title-image:before{
  display: none !important;
}
.section-title.technology-title p {
    color: #696969;
}
.deathcare-industry {
    background: #506879;
}
.deathcare-industry.online-portal {
    background: #baad7b;
}
.technology-title {
    padding: 80px 15px 30px;
}
.deathcare-industry .block-image {
    width: 100%;
}
.deathcare-industry .style-2 .block-image{
  padding-left: 0;
}
.deathcare-industry .style-2 .block-image{
  padding-left: 0;
}
.deathcare-industry.online-portal .industry-content .right-info {
    padding-right: 40px;
    padding-left: 0;
}
    .deathcare-industry .block-image {
        padding-right: 0;

    }
    .industry-content .right-info {
    padding-left: 40px;
}
ul.slick-dots li:before {
    top: 5px !important;
    left: 5px !important;
    background: #fff !important;
    width: 10px !important;
    height: 10px !important;
}

ul.slick-dots li.slick-active:before {
    background: #061a28 !important;
}

ul.slick-dots li button{
  display: none;
}
.tribe-common.tribe-common--breakpoint-medium button.tribe-events-c-top-bar__datepicker-button {
    font-size: 20px;
}
ul.slick-dots li {
    width: 20px!important;
    height: 20px !important;
    margin: 0 3px !important;
    cursor: pointer;
    padding: 0 !important;
}

ul.slick-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    padding-bottom: 0 !important;
}
@media(max-width:1800px){
  .section-title.technology-title p{
    font-size: 22px;
            line-height: 34px;
  }
.industry-content .right-info li:before {
    top: 15px !important;
}}
@media(max-width:1600px){
  .deathcare-industry h1 {
    font-size: 58px;
  }
    .section-title.technology-title p{
    font-size: 20px;
    line-height: 34px;
  }
.industry-content .right-info li:before {
    top: 12px !important;
}}
@media(max-width:1440px){
     .deathcare-industry h1 {
        font-size: 42px;
    }
  }
  @media(max-width:1199px){
  .deathcare-industry h1 {
    font-size: 40px;
        margin-bottom: 20px;
  }}
@media(max-width:1024px){
  .deathcare-industry h2 {
    font-size: 32px;
}
 .deathcare-industry img{
    max-height: 500px
  }}
@media(max-width:991px){
  .deathcare-industry.online-portal .industry-content .right-info {
    padding-right: 0;
  }
  .deathcare-industry .industry-content h2 {
    padding-top: 10px;
    top: 0;
    position: relative;
}
  .deathcare-industry .industry-content {
    display: block;
  }
  .industry-content .right-info {
      max-width: 100%;
      flex: 0 0 100%;
  }
  .industry-content .right-info {
    padding-left: 0;
}
.deathcare-industry .industry-content{
  margin-top: 30px;
}
    .deathcare-industry .block-image {
        padding-bottom: 40px;
        padding-top: 20px;
    }
      .footer-title {
    font-size: 28px;
    line-height: 40px;
}
 .deathcare-industry .block-image{
   margin: 0 auto;
  }
   .deathcare-industry .block-image{
      max-width: 60%;
      flex: 0 0 60%;
  }
  .deathcare-industry .style-2 .block-image{
      max-width: 80%;
      flex: 0 0 80%;
  }
  .deathcare-industry .block-image .img-cover{
    padding: 30px !important
  }
}

@media(max-width:767px){
  .deathcare-industry h1 {
    font-size: 35px;
  }
  .section-title.technology-title p{
    font-size: 18px;
    line-height: 28px;
  }
}
@media(max-width:575px){
    .deathcare-industry .block-image{
      max-width: 100%;
      flex: 0 0 100%;
  }
  .deathcare-industry img{
    max-height: 500px
  }
  .footer-title {
      margin-top: 30px;
  }
  .section-title.technology-title h2{
    font-size: 25px;
  }
  .section-title.technology-title p{
    font-size: 16px;
    line-height: 24px;
  }

   .deathcare-industry .block-image {
        padding-bottom: 30px;
        padding-top: 10px;
    }
  .industry-content .right-info li:before {
      top: 9px !important;
  }
      .deathcare-industry {
        padding: 40px 0;
    }
      .deathcare-industry h2 {
        font-size: 25px;
    }
  .technology-title {
      padding: 50px 15px 30px;
      margin-bottom: 0;
  }
  .section-title p {
      font-size: 16px;
      line-height: 24px;
  }
  .deathcare-industry.online-portal ul li:last-child {
      margin-bottom: 0 !important;
  }
 
}