.scheduler-type .logo {
  margin-bottom: 25px;
}
.scheduler-type h5 {
  font-size: 24px;
  font-weight: 500;
  color: #323232;
  line-height: 32px;
  margin-bottom: 20px;
}
.scheduler-type h6 {
  font-size: 18px;
  font-weight: 500;
  color: #323232;
  line-height: 26px;
  margin-bottom: 6px;
}
.scheduler-type p {
  font-size: 16px;
  color: #525252;
  line-height: 24px;
  margin-bottom: 18px;
}
.scheduler-type p:last-child {
  margin-bottom: 0;
}
.pros-list {
  margin-top: 40px;
}
.scheduler-type li {
  list-style-type: none;
  padding-left: 45px;
  padding-bottom: 30px;
  position: relative;
}
.scheduler-type li:last-child {
  padding-bottom: 0;
}
.scheduler-type li::before {
  content: "";
  position: absolute;
  background-image: url("../../images/main_spritesheet.svg");
  background-repeat: no-repeat;
  background-size: initial;
  display: inline-block;
}

/* icon class names */

.scheduler-type li.u-commandPromptRed::before {
  background-position: -152px -4px;
  width: 29px;
  height: 23px;
  top: 3px;
  left: 0;
}
.scheduler-type li.u-dockerRed::before {
  background-position: -186px -101px;
  width: 34px;
  height: 25px;
  top: 0;
  left: -2px;
}
.scheduler-type li.u-containersRed::before {
  background-position: -152px -101px;
  width: 32px;
  height: 21px;
  top: 4px;
  left: -1px;
}
.scheduler-type li.u-commandPromptBlueDark::before {
  background-position: -186px -128px;
  width: 29px;
  height: 23px;
  top: 3px;
  left: 0;
}
.scheduler-type li.u-ymlBlueDark::before {
  background-position: -152px -30px;
  width: 25px;
  height: 30px;
  top: 0;
  left: 1px;
}
.scheduler-type li.u-powerBlue::before {
  background-position: -152px -61px;
  width: 28px;
  height: 38px;
  top: -6px;
  left: 0;
}
.scheduler-type li.u-replicatedIconBlue::before {
  background-position: -152px -128px;
  width: 25px;
  height: 30px;
  top: 0;
  left: 1px;
}

.scheduler-type li.u-commandPromptBlue::before {
  background-position: -186px -4px;
  width: 29px;
  height: 23px;
  top: 3px;
  left: 0;
}
.scheduler-type li.u-ymlBlueLight::before {
  background-position: -186px -29px;
  width: 25px;
  height: 30px;
  top: 0;
  left: 1px;
}
.scheduler-type li.u-refreshBlue::before {
  background-position: -186px -61px;
  width: 26px;
  height: 26px;
  top: 1px;
  left: 1px;
}


.compare-section {
  background-color: #F5F8FC;
}

.compare-section .table-section-wrapper {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 0 4px rgba(0,0,0,0.16);
  overflow: auto;
}
.compare-section table {
  width: 100%;
  table-layout: fixed;
  min-width: 600px;
}
.compare-section table th span {
  margin: 0 auto;
}
.compare-section table th {
  padding-bottom: 30px;
  vertical-align: middle;
}
.compare-section table tbody tr td {
  padding: 14px 0;
  vertical-align: middle;
  border-bottom: 1px solid #C4C7CA;
}
.compare-section table tbody tr:last-child td {
  padding: 14px 0 0 0;
  border-bottom: none;
}
.compare-section table tbody tr td.icon-cell {
  text-align: center;
}

/* ≥ 768px */
@media screen and (min-width: 48em) {
  .scheduler-type .left-content {
    padding-right: 50px;
  }
  .scheduler-type .right-content {
    padding-left: 50px;
  }
  .pros-list {
    margin-top: 0;
  }
}
