.tips {
  margin-top: 65px;
  margin-bottom: 65px;
}

.tips__cover {
  background: #f5f7fb;
}

.tips__wrapper {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  gap: 42px;
}

.tips__info {
  display: flex;
  flex-direction: column;
  flex: 1 1 calc(100% - 260px - 42px);
}

.tips__image {
  flex: 1 1 260px;
}

.tips__image img {
  width: 100%;
  height: auto;
}

.tips__title {
  font-weight: 600;
  margin-bottom: 20px;
}

.tips__description {
  margin-bottom: 35px;
}

@media screen and (min-width: 1401px) {
  .tips__wrapper {
    padding: 30px 117px 30px 89px;
  }
}

@media screen and (max-width: 1400px) {
  .tips__wrapper {
    padding: 30px 40px;
  }
}

@media screen and (max-width: 768px) {
  .tips__wrapper {
    flex-direction: column;
    gap: 32px;
  }

  .tips__info {
    align-items: center;
    text-align: center;
  }
}
