.crm-block {
  padding-bottom: 30px;
  background: #f3f6f8;
  position: relative;
}
.crm-container {
  max-width: 1472px;
  padding-left: 44px;
  padding-right: 44px;
  margin: 0 auto;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 73px;
  letter-spacing: 0px;
  padding-bottom: 0px;
  position: relative;
  z-index: 1;
}
.crm-text {
  max-width: 1270px;
  text-align: center;
  margin: 0 auto;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 40px;
  color: #112336;
  padding-left: 35px;
  padding-right: 35px;
}

.crm-text-header {
  font-family: "Kanit";
  font-style: normal;
  font-weight: 600;
  font-size: 44px;
  line-height: 56px;
  text-align: center;
  letter-spacing: 0;
  color: #112336;
  padding-bottom: 19px;
}

.crm-list {
  padding-top: 91px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.crm-item {
  flex-basis: 24%;
  max-width: 322px;
  height: 240px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  padding-top: 43px;
  padding-bottom: 57px;
  text-decoration: none;
  border-radius: 10px;
}
.crm-item:hover {
  background: #d9d9d9;
}
.crm-item:active {
  background: #112336;
}
.crm-item:active .crm-name {
  color: #fff;
}
.crm-add {
  background: #cdfb3e;
}
.crm-name {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 30px;
  text-align: center;
  color: #112336;
  margin-top: 20px;
  text-decoration: none;
}
@media (max-width: 1499px) {
  .crm-container {
    max-width: 1077px;
  }
  .crm-text-header {
    font-size: 30px;
    line-height: 56px;
    padding-bottom: 7px;
  }
  .crm-text {
    font-size: 18px;
    line-height: 20px;
  }
  .crm-name {
    font-size: 24px;
    line-height: 30px;
  }
  .crm-item {
    flex-basis: 23%;
    height: 240px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1279px) {
  .crm-text-header {
    font-size: 32px;
    line-height: 56px;
    padding-bottom: 15px;
    letter-spacing: 0.5px;
  }
  .crm-text {
    font-size: 24px;
    line-height: 44px;
  }
  .crm-list {
    padding-top: 46px;
    max-width: 580px;
    margin: 0 auto;
  }
  .crm-name {
    font-size: 24px;
    line-height: 30px;
  }
  .crm-item {
    flex-basis: 48%;
    height: 240px;
    margin-bottom: 32px;
  }
}
@media (max-width: 799px) {
  .crm-container {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 29px;
  }
  .crm-text-header {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 12px;
    letter-spacing: 0.5px;
  }
  .crm-text {
    font-size: 14px;
    line-height: 30px;
  }
  .crm-list {
    padding-top: 39px;
    max-width: 275px;
  }
  .crm-item {
    flex-basis: 100%;
  }
  .crm-name {
    font-size: 28px;
  }
  .crm-block {
    padding-bottom: 8px;
  }
}
