section:nth-of-type(even) {
    background-color: #f8fafb;
}

section {
    /*padding: 20px 3rem;*/
    border-top: 1px solid #dee2e6 !important;
    /*border-bottom: 1px solid #dee2e6 !important;
    border-top: 1px solid #dee2e6 !important;*/
}

/*.hero-section {
    background-color: #000;
    padding-top: 9rem;
    padding-bottom: 3rem;
}*/

.custom-demo-btn {
    background: #c4272e !important;
    color: #fff !important;
    border: 1px solid #c4272e !important;
}
.hero-section {
    background-image: url('../../images/features/intelligent-collaboration-security/intelligent-collaboration-security-background.png');
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 9rem;
    padding-bottom: 3rem;
}

.bg-black {
    background-color: #000 !important;
}
.ai-observability-page p,
.ai-observability-page ul li,
.ai-observability-page ol li {
    font-family: 'Roboto', sans-serif;
}

/* ==================================================
   MOBILE
   0px - 575px
================================================== */
@media (max-width: 575.98px) {

.hero-section {

padding-top: 5rem;

}

}


/* ==================================================
   LARGE MOBILE
   576px - 767px
================================================== */
@media (min-width: 576px) and (max-width: 767.98px) {

.hero-section {
padding-top: 6rem;
}

}


/* ==================================================
   TABLET
   768px - 991px
================================================== */
@media (min-width: 768px) and (max-width: 991.98px) {

.hero-section {
padding-top: 5rem;
}

}


/* ==================================================
  
   992px - 1024px
================================================== */
@media (min-width: 992px) and (max-width: 1024.98px) {

.hero-section {
padding-top: 5rem;
}

}


/* ==================================================
   DESKTOP
   1200px - 1399px
================================================== */
@media (min-width: 1200px) and (max-width: 1399.98px) {

    /* Desktop styles here */

}


/* ==================================================
   LARGE DESKTOP
   1400px - 1599px
================================================== */
@media (min-width: 1400px) and (max-width: 1599.98px) {

    /* Large desktop styles here */

}


/* ==================================================
   ULTRA-WIDE DESKTOP
   1600px and above
================================================== */
@media (min-width: 1600px) {

    /* Ultra-wide desktop styles here */

}
.right-section img {
    width: 100% !important;
   }
@media (min-width: 320px) and (max-width: 425.98px) {

  .hero-section h1 {
    font-size: 44px;
  }
  .right-section img {
    margin-top: 50px !important;
   }

}
@media (min-width: 320px) and (max-width: 1199.98px) {	
	.hero-section {   
    background-position: 10% 0 !important;   
    }	
}
@media (min-width: 768px) and (max-width: 1199.98px) {
    .right-section {
        flex: 0 0 60%;
        max-width: 60%;
        margin-left: auto;
        margin-right: auto;
        text-align: center !important;
    }
}
@media (min-width: 1200px) and (max-width: 1536.98px) {
	.right-section img {
    margin-top: 4rem !important;
   }
}