.gartner-lp-col-three.icon-grid-section .top {
  text-align: left;
  max-width: 940px;
}
.gartner-lp-col-three.icon-grid-section .top .small-body {
  margin: 0;
}
.gartner-lp-col-three.icon-grid-section .small-body p,
.two-col-grid-gartner-lp.icon-grid-section .small-body p{
  line-height: 22.5px;
}
.gartner-lp-col-three.icon-grid-section .bottom {
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 24px;
  margin-top: 48px;
}
.gartner-lp-col-three.icon-grid-section .top h3.heading-3,
.gartner-lp-col-three.icon-grid-section .small-body p{
    color: #000;
}
.gartner-lp-col-three.icon-grid-section .bottom .icon-grid-item {
  border-radius: 16px;
  /*background: #005473;*/
  padding: 32px;
  gap: 24px;
  flex-direction: column;
  position: relative;
}
.gartner-lp-col-three.icon-grid-section .bottom .icon-grid-item:after {
  background: url(/wp-content/uploads/2025/09/glow.png);
  content: "";
  position: absolute;
  height: 100%;
  width: 380px;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: bottom;
}
.gartner-lp-col-three.icon-grid-section .bottom .icon-grid-item .right {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}
.gartner-lp-col-three.icon-grid-section .bottom .icon-grid-item .right,
.gartner-lp-col-three.icon-grid-section .bottom .icon-grid-item .left {
  position: relative;
  z-index: 2;
}
.gartner-lp-col-three.icon-grid-section .bottom .icon-grid-item .left {
  flex: 0 0  auto;
  width: 107px;
  height: 107px;
  background: #EEEEEE1A;
  border-radius: 6px;
  border: 0.5px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.gartner-lp-col-three.icon-grid-section .bottom .icon-grid-item .left img {
  object-fit: cover;
  max-height: 100px;
  max-width: 100px;
}
.gartner-lp-col-three.icon-grid-section .bottom .icon-grid-item .right * {
  color: #fff;
}

.gartner-lp-col-three.icon-grid-section .bottom .icon-grid-item .right h3 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: -0.54px;
  margin-bottom: 12px;
}

.gartner-lp-col-three.icon-grid-section .bottom .icon-grid-item .right p {
  font-size: 16px;
  line-height: 20px;
  max-width: 70%;
  margin-bottom: 0;
}
.gartner-lp-col-three {
  background: #fff;
}
.btn-lp-pages {
  border-radius: 50px;
  border: 1px solid #DEE224;
  font-size: 14px;
  line-height: 20px;
  padding: 7px 35px 7px 15px;
  font-weight: 600;
  background-color: #585858;
  color: #fff;
  margin-top: 40px;
  display: inline-block;
  position: relative;
}
.btn-lp-pages:after {
  background: url('data:image/svg+xml,<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.25327 8.91351L8.91359 1.25319M8.91359 1.25319H2.43178M8.91359 1.25319V7.735" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
}
.btn-lp-pages:hover {
  background: #FCFCFC;
  border-color: #FCFCFC;
  color: #000 !important;
}
.btn-lp-pages:hover:after {
  background: url('data:image/svg+xml,<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.25327 8.91351L8.91359 1.25319M8.91359 1.25319H2.43178M8.91359 1.25319V7.735" stroke="%23000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
}
.btn-lp-pages.green {
  background:  #96C93E;
}

.btn-lp-pages.green:hover {
  background: #fff;
}

@media screen and (max-width: 1440px) {
  .gartner-lp-col-three.icon-grid-section .bottom .icon-grid-item .right p {
    max-width: 80%;
}
  .gartner-lp-col-three.icon-grid-section .bottom .icon-grid-item .right h3 {
    font-size: 26px;
    line-height: 32px;
}
.gartner-lp-col-three.icon-grid-section .bottom .icon-grid-item .left {
  width: 94px;
  height: 94px;
}
.gartner-lp-col-three.icon-grid-section .bottom .icon-grid-item .left img {
  max-height: 80px;
  max-width: 80px;
}
}
@media screen and (max-width: 1170px) {
.gartner-lp-col-three.icon-grid-section .bottom .icon-grid-item .right p {
  max-width: 100%;
}
}
@media screen and (max-width: 991px) {
.gartner-lp-col-three.icon-grid-section .bottom {
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 16px;
  margin-top: 32px;
}
.gartner-lp-col-three.icon-grid-section .bottom .icon-grid-item .right h3 {
  font-size: 22px;
  line-height: 26px;
}
.gartner-lp-col-three.icon-grid-section .bottom .icon-grid-item .right p {
  font-size: 14px;
  line-height: 156%;
}
.gartner-lp-col-three.icon-grid-section .bottom .icon-grid-item {
  padding: 20px;
  gap: 20px;
}
.gartner-lp-col-three.icon-grid-section .bottom .icon-grid-item .left {
  width: 80px;
  height: 80px;
}
.gartner-lp-col-three.icon-grid-section .bottom .icon-grid-item .left img {
  max-height: 65px;
  max-width: 65px;
}
.gartner-lp-col-three.icon-grid-section .small-body p, .two-col-grid-gartner-lp.icon-grid-section .small-body p {
    line-height: 156%;
}
}
@media screen and (max-width: 600px) {
  .gartner-lp-col-three.icon-grid-section .bottom {
    grid-template-columns: repeat(1,minmax(0,1fr));
  }
}