.welcome {
  background: #f4fff9;
  padding-block-start: 1rem;
  padding-block-end: 1rem;
}
.welcome .team {
  padding-block-start: 1rem;
  padding-block-end: 2rem;
}
.welcome .team h5 {
  font-weight: 600;
  font-size: 1rem;
  padding-block-start: 1rem;
  padding-block-end: 1rem;
}
.welcome .team img {
  max-width: 150px;
}
.welcome h2 {
  font-family: "Roboto-Bold";
  font-size: 2rem;
  line-height: 2rem;
  padding-block-start: 2rem;
  padding-block-end: 2rem;
  text-align: center;
}
.welcome h2 > span {
  font-weight: 600;
}
.welcome h3 {
  font-family: "Roboto-MediumItalic";
  font-size: 1.7rem;
  line-height: 1.7rem;
  padding-block-end: 2rem;
}
.welcome p {
  font-family: "Roboto-LightItalic";
  font-size: 1.4rem;
  line-height: 1.9rem;
}
@media screen and (min-width: 768px) {
  .welcome h2 {
    font-size: 3.9rem;
    line-height: 3.9rem;
  }
  .welcome {
    padding-block-start: 4rem;
    padding-block-end: 4rem;
  }
  .welcome .team {
    padding-block-start: 2rem;
    padding-block-end: 2rem;
  }
  .welcome h2 {
    font-size: 3.5rem;
    text-align: left;
  }
}
.renew {
  background: #f4fff9;
  margin-block-start: 0;
  margin-block-end: 18rem;
  padding-block-start: 4rem;
  padding-block-end: 24rem;
}
.renew .block-cards {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.renew card {
  background: #fff;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  gap: 10px;
  align-items: flex-start;
  justify-content: left;
  border-radius: 1rem;
  box-shadow: 2px 3px 10px 0px #a1a1a1;
  text-align: left;
  box-sizing: border-box;
}
.renew card:hover {
  background: #33c2e8;
  transition: 0.8s all;
  cursor: pointer;
}
.renew card h3 {
  font-family: "Roboto-Bold";
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #33c2e8;
  margin: 0;
  padding: 0;
  margin-block-start: 1rem;
  margin-block-end: 1rem;
}
.renew card:hover h3 {
  color: #fff;
}
.renew card .text {
  padding-block-start: 1rem;
  padding-block-end: 1rem;
  padding-inline-start: 1rem;
  padding-inline-end: 1rem;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.renew card > .text a {
  margin-right: 0;
  margin-bottom: 0;
}

.renew .block-detail {
  position: relative;
  background: url("../images/bg-degrade.png");
  background-repeat: no-repeat;
  background-position: 50% 20%;
  background-size: cover;
  height: 600px;
  margin-block-start: 0;
  margin-block-end: 4rem;
  border-radius: 1rem;
}
.renew .block-detail .text {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 2rem;
  margin-inline-end: 2rem;
}
.renew .block-detail h2 {
  font-family: "Roboto-LightItalic";
  font-size: 2.3rem;
  line-height: 2.3rem;
}
.renew .block-detail h3 {
  font-family: "Roboto-Regular";
  font-size: 4rem;
  line-height: 4rem;
}
.renew .block-detail h4 {
  font-family: "Roboto-LightItalic";
  font-size: 3rem;
  line-height: 3rem;
}
.renew .block-detail p {
  font-size: 1rem;
}
.renew hr {
  background: #33c2e8;
  height: 2px;
  border: 0;
  margin: 0 auto;
  margin-block-start: 1.5rem;
  margin-block-end: 1.5rem;
  max-width: 400px;
}
.renew img {
  width: 150px;
}
.renew p {
  text-align: justify;
  margin-inline-start: 0;
  margin-inline-end: 1rem;
}
.tab-btn {
  cursor: pointer;
  outline: none;
  border: none;
  transition: all 0.3s linear;
}
.tab-btn.active {
  border: none;
  border-right: 1px solid var(--color-border);
  border-left: 1px solid var(--color-border);
  border-top: 1px solid var(--color-border-active);
  background-color: var(--color-white);
}
.content {
  display: none;
  overflow: auto;
  max-height: 500px;
}
.content.active {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .renew {
    padding-block-start: 4rem;
    padding-block-end: 4rem;
    margin-block-end: 4rem;
  }
  .renew p {
    margin-inline-start: 0;
    margin-inline-end: 4rem;
  }
  .renew .block-cards {
    flex-direction: row;
  }
  .renew card {
    width: 20%;
  }
  .renew card > h6 {
    display: block;
  }
  .renew .block-detail .text {
    margin-inline-start: 4rem;
    margin-inline-end: 4rem;
  }
  .renew img {
    width: 200px;
  }
}
