.catalog-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 15.5625rem;
  margin-top: 5.88rem;
  padding: 3rem 20.5rem 3rem 5rem;
  background-image: url(/wp-content/themes/kazakh/img/catalog-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.catalog-section-group {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
}

.catalog-section-top-title {
  color: #fff;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 4.0625rem;
  letter-spacing: 0.085rem;
}

.catalog-section-btn {
  display: flex;
  width: 11.125rem;
  height: 2.5rem;
  padding: 0.625rem;
  justify-content: center;
  align-items: center;
  border-radius: 0.625rem;
  background: #fafafa;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.07);
  cursor: pointer;
  text-decoration: none;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* .catalog-section-top-btn span {
    width: 5.5rem;
} */

.catalog-section-btn:hover {
  background-color: #00a5cf;
}

.catalog-section-btn span {
  color: #0a2457;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5625rem;
  letter-spacing: 0.01rem;
}

/* .catalog-section-top-btn svg {
    width: 2rem;
    height: 1rem;
    margin-left: 3.4rem;
    color: #fff;
} */

.catalog-section-bottom {
  /* margin-top: 2rem; */
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.0125rem;
}
