#containerPost {
  background-image: linear-gradient(to right, #9eb7ea, #7192d4);
  width: 100%;
  height: 100%;
  padding: 110px 25% 10px 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Raleway", serif;
}

.contentPost {
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: space-between;
  padding: 30px;
  gap: 50px;
}

.border {
  border: 1px solid #00000044;
  width: 100%;
  height: 100%;
  padding: 50px 70px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
}

.containerProfile {
  /* border: 2px solid red; */
  width: 100%;
  height: 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0px;
}

.imageProfile {
  width: 50px;
  /* border: 2px solid red; */
}

.containerName {
  /* border: 2px solid rgb(9, 255, 0); */
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 5px;
  text-align: end;
  padding: 0px 20px;
}

.name {
  font-size: 18px;
}

.date {
  font-size: 13px;
  opacity: 0.5;
}

.contentText {
  /* border: 2px solid red; */
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  /* gap: 20px; */
  padding: 0px;
}
.contentText h1 {
  /* border: 2px solid rgb(47, 255, 0); */
  width: 100%;
  padding: 30px 20px;
  font-size: 25px;
  opacity: 0.8;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.contentText h2 {
  /* border: 2px solid rgb(47, 255, 0); */
  width: 100%;
  padding: 30px 0px;
  font-size: 22px;
  opacity: 0.8;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.contentText p {
  font-size: 18px;
  padding: 20px 0px;
  letter-spacing: 1px;
  line-height: 30px;
}
.contentText ul {
  line-height: 30px;
}
.postImg-1 {
  /* border: 2px solid red; */
  margin-top: 20px;
  width: 100%;
  height: 500px;
  background-image: url("../img/blog/blog-card-1.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.postImg-2 {
  /* border: 2px solid red; */
  margin-top: 20px;
  width: 100%;
  height: 500px;
  background-image: url("../img/blog/blog-card-2.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.postImg-3 {
  /* border: 2px solid red; */
  margin-top: 20px;
  width: 100%;
  height: 500px;
  background-image: url("../img/blog/blog-card-3.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.postImg-4 {
  /* border: 2px solid red; */
  margin-top: 20px;
  width: 100%;
  height: 500px;
  background-image: url("../img/blog/blog-card-4.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.postImg-5 {
  /* border: 2px solid red; */
  margin-top: 20px;
  width: 100%;
  height: 500px;
  background-image: url("../img/blog/blog-card-5.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.postImg-6 {
  /* border: 2px solid red; */
  margin-top: 20px;
  width: 100%;
  height: 500px;
  background-image: url("../img/blog/blog-card-6.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.postImg-7 {
  /* border: 2px solid red; */
  margin-top: 40px;
  width: 100%;
  height: 500px;
  background-image: url("../img/blog/blog-card-7.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.copyright {
  width: 100%;
  height: 32px;
  background-color: #232323;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
  #containerPost {
    padding: 110px 10% 10px 10%;
  }

  .contentPost {
  }

  .border {
  }

  .containerProfile {
  }

  .containerName {
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  #containerPost {
    padding: 110px 20px 10px 20px;
  }
}
@media screen and (min-width: 526px) and (max-width: 768px) {
  #containerPost {
    padding: 110px 10px 10px 10px;
  }

  .contentPost {
    padding: 20px;
  }

  .border {
    padding: 20px;
  }

  .containerProfile {
  }

  .containerName {
  }
}
@media screen and (min-width: 426px) and (max-width: 525px) {
  #containerPost {
    padding: 110px 10px 10px 10px;
  }

  .contentPost {
    padding: 20px;
  }

  .border {
    padding: 20px;
    text-align: center;
    align-items: center;
  }

  .copyright {
    font-size: 12px;
  }
}
@media screen and (min-width: 280px) and (max-width: 425px) {
  #containerPost {
    padding: 110px 0px 10px 0px;
  }

  .contentPost {
    padding: 4px;
  }

  .border {
    padding: 20px;
    text-align: center;
    align-items: center;
  }

  .copyright {
    font-size: 12px;
  }
}
