.title {
  margin-top: 95px;
}

.title__div {
  display: flex;
  flex-direction: row-reverse;
  background-color: var(--color-sec);
  justify-content: space-between;
  align-items: center;
  padding: 2rem 5rem;
}
