.roots-corp {
  padding: 24px 0;
}

.roots-corp:not(:has(.title)) {
  padding: 0px 0px 24px !important;
}

.roots-corp .title {
  margin-bottom: 24px;
}

.roots-corp .title .title-text {
  font-size: var(--tp-m-size);
  font-weight: var(--font-bold);
  line-height: var(--tp-m-height);
  color: var(--color-blue_navy);
}

.roots-corp .title .link {
  display: none;
}

.roots-corp .description {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.roots-corp .description p {
  font-size: var(--tp-body_m-size);
  line-height: var(--tp-body_m-height);
  letter-spacing: 0.18px;
  color: var(--color-black);
  margin-bottom: 0px;
}

.roots-corp .description p span {
  font-weight: 700;
}

.roots-corp .description img {
  margin: 24px 0px;
}

.roots-corp .link {
  text-align: center;
}

.roots-corp .link a {
  font-size: var(--tp-label_lb-size);
  font-weight: var(--font-semibold);
  line-height: var(--tp-label_lb-height);
  filter: var(--filter-electric_indigo);
  text-decoration: none;
}

.roots-corp .link a i {
  font-size: 24px;
  margin-left: 5px;
  display: none;
}

.roots-corp .link a i::before {
  line-height: 26px;
}

@media (min-width: 768px) {
  .roots-corp {
    padding: 48px 0;
  }
  .roots-corp .title .title-text {
    font-size: var(--tp-m-size);
    font-weight: var(--font-bold);
    line-height: var(--tp-m-height);
  }
  .roots-corp .description {
    margin-bottom: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .roots-corp .description p {
    font-size: var(--tp-body_m-size);
    line-height: var(--tp-body_m-height);
    text-align: justify;
  }
  .roots-corp .description img {
    margin-left: 16px;
    height: 220px;
    width: 220px;
  }
  .roots-corp .link {
    margin-top: 24px;
    text-align: left;
  }
}

@media (min-width: 1360px) {
  .roots-corp {
    padding: 96px 0;
  }
  .roots-corp .title {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .roots-corp .title .title-text {
    display: inline-block;
    max-width: 60%;
    font-size: var(--tp-l-size);
    font-weight: var(--font-bold);
    line-height: var(--tp-l-height);
  }
  .roots-corp .title .link {
    display: inline-block;
    margin: 0;
    margin-top: auto;
    margin-left: auto;
  }
  .roots-corp .description {
    margin-bottom: 70px;
  }
  .roots-corp .description p {
    font-size: var(--tp-body_l-size);
    line-height: var(--tp-body_l-height);
    text-align: left;
  }
  .roots-corp .description img {
    margin: 0 0 0 50px;
  }
  .roots-corp .link {
    display: none;
  }
}

.roots-corp a {
  color: var(--color-electric_indigo);
  text-decoration: underline;
}
.roots-corp .container .link.bottom-link {
  display: block;
}
@media (min-width: 768px) {
  .roots-corp .container .description {
    margin-bottom: 20px;
  }
  .roots-corp .container .link.bottom-link {
    margin-top: 20px;
  }
}
