.bear {
  margin-top: 80px;
  margin-bottom: 160px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  gap: 14px;
}

.bear-image {
  width: 568px;
  height: 685px;
  flex-shrink: 0;
}

.bear-image>img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  margin-left: 30px;
}

.bear-content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
}

.bear-content-points {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
}

.bear-content-points-point {
  height: 22px;
  width: 22px;
  border-radius: 500px;
  background-color: var(--skeleton-color);
}

.bear-content-main {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: stretch;
  gap: 40px;
}

.bear-content-main-card {
  box-sizing: border-box;
  padding: 24px;
  background-color: var(--skeleton-color);
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: stretch;
  gap: 24px;
}

.bear-content-main-title {
  font-weight: 900;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: 0px;
  color: var(--primary-color);
}

.bear-content-main-text {
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
  white-space: pre-line;
}

.bear-content-main-footer {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: stretch;
  gap: 26px;
}

.bear-content-main-footer-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
}

.bear-content-main-footer-socials {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: stretch;
  gap: 30px;
}

.bear-content-main-footer-socials-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}

.bear-content-main-footer-socials-item-icon {
  background: #CECFD3;
  height: 36px;
  width: 36px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 900;
  color: var(--primary-color);
}

.bear-content-main-footer-socials-item-text {
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
  vertical-align: middle;
}

@media screen and (max-width: 1599px) and (min-width: 1280px) {
  .bear-image {
    width: 434px;
    height: 524px;
  }

  .bear-content-main-title {
    font-weight: 900;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0px;
  }

  .bear-content-main-text {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
  }

  .bear-content-main-footer-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
  }
}

@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .bear-image {
    width: 284px;
    height: 415px;
  }

  .bear-content-main-title {
    font-weight: 900;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0px;
  }

  .bear-content-main-text {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
  }

  .bear-content-main-footer-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
  }

  .bear-content-points {
    gap: 20px;
    margin-top: 85px;
  }

  .bear-content-points-point {
    height: 16px;
    width: 16px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 640px) {
  .bear-image {
    width: 284px;
    height: 415px;
    margin-left: -61px;
  }

  .bear-content-main-title {
    font-weight: 900;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0px;
  }

  .bear-content-main-text {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
  }

  .bear-content-main-footer-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
  }

  .bear-content-points {
    gap: 20px;
    margin-top: 85px;
    display: none;
  }

  .bear-content-points-point {
    height: 16px;
    width: 16px;
  }

  .bear {
    flex-direction: column;
  }
}

@media screen and (max-width: 639px) {
  .bear-image {
    width: 100%;
    margin-left: -61px;
    height: 415px;
  }

  .bear-image>img {
    object-fit: contain;
  }

  .bear-content-main-title {
    font-weight: 900;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0px;
  }

  .bear-content-main-text {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
  }

  .bear-content-main-footer-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
  }

  .bear-content-points {
    gap: 20px;
    margin-top: 85px;
    display: none;
  }

  .bear-content-points-point {
    height: 16px;
    width: 16px;
  }

  .bear {
    flex-direction: column;
  }
}