.promotion {
  background: #444;
  position: sticky;
  top: 100px;
  padding: 16px 24px;
  text-align: center;
  z-index: 99997;
}

.promotion p,
.promotion a {
  font-size: 14px !important;
  font-weight: 300 !important;
}

.promotion p {
  margin-right: 24px !important;
}

.promotion .close {
  position: absolute;
  width: 24px;
  height: 24px;
  color: #fff;
  right: 1.5%;
  top: 25%;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 50%;
}

.apm-insights-promotion {
  position: fixed;
  width: 100%;
  left: 0;
  box-sizing: border-box;
  padding: 8px 12px;
  background: #0f529f;
}

.apm-insights-promotion .close {
  box-sizing: border-box;
  border-color: #9ac9ff !important;
  color: #9ac9ff !important;
  width: 20px;
  height: 20px;
  font-size: 14px;
}

.apm-insights-promotion a {
  color: #ffd734 !important;
  border-bottom: 1px solid #ffd734 !important;
}

.apm-insights-promotion p {
  margin: 0 !important;
  padding: 0 24px;
}

.apm-insights-promotion .close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
}

.apm-promotion {
  box-sizing: border-box;
  padding: 12px;
  background: #0f529f;
  color: #ffffff;
  position: sticky;
  z-index: 10;
  top: 100px;
}


.apm-promotion p {
  margin: 0;
  text-align: center;
  font-size: 14px;
  padding: 0 32px;
}

.apm-promotion .close {
  box-sizing: border-box;
  border: 1px solid #9ac9ff;
  border-radius: 40px;
  color: #9ac9ff;
  width: 20px;
  height: 20px;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 1.5%;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.apm-promotion a {
  text-decoration: unset;
  color: #ffd734;
  border-bottom: 1px solid #ffd734;
}

.gartner-promotion,
.webinar-insights-promotion {
  display: none;
}

@media screen and (min-width: 1100px) and (max-width: 1240.98px) {
  .apm-promotion {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 1025.98px) {

  .apm-promotion,
  .apm-insights-promotion {
    top: 84px !important;
  }
}

#itom-related-products h4 {
    font-weight: 700;
    margin: 10px 0 10px 0;
    color: #000;
}
#itom-related-products ul li {
    color: #444;
    border-top: 1px solid #eee;
    padding: 10px 0 10px 40px;
    font-size: 12px;
    line-height: 1.2em;
}
h4 {
    font-size: 16px;
    line-height: 20px;
	}
	#itom-related-products {
    margin-bottom: 20px;
}
em {
    font-style: italic;
}
#fixedbtn {
    position: fixed;
    right: 0;
    top: initial;
    bottom: 300px;
    z-index: 4;
}
#fixedbtn .demo {
    color: #fff!important;
    background: #34ad65;
    text-align: center;
    display: block;
    height: 90px;
    font-weight: 500;
    font-size: .75em;
    letter-spacing: -.1px;
    line-height: normal;
    vertical-align: middle;
    border-radius: 0;
    width: 60px;
    padding: 10px 16px 0;
  
}
.grid-container {
    display: grid;
    gap: 25px 40px;
    grid-template-columns:auto auto auto auto;
    padding: 5px;
  }
  
  .grid-item {
  
      background-color: #eff4ff;
      border: 1px solid #e3eaf9;
      padding: 8px;
      font-size: 14px!important;
      text-align: center;
      border-radius: 6px;
  
      
  }
       .column {
              width: 50%;
              float: left;
           
          }
      .btns {
      display: flex;
      justify-content: center;
      align-content: center;
      flex-wrap: wrap;
      margin-top: 20px;
  }
  .btns a:hover, .btns a:focus {
      text-decoration: none;
      opacity: 0.8;
  }
  .btns a {
      background: #E9142B;
      color: #FFFFFF !important;
      font-size: 18px;
      line-height: 30px;
      padding: 10px 20px;
      display: inline-block;
      border-radius: 5px;
      text-decoration: none;
      text-align: center;
      width: 250px;
      margin: 10px 15px;
  }
  .btns a:nth-child(2) {
      background: #34ad65;
  }