.p-top {
  padding-top: 132px;
}

.container-box {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.m-w-400 {
  max-width: 850px;
}

.img-avatar {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.blog-list {
  padding-top: 150px;
}

.blog-box {
  display: flex;
  align-items: center;
}

/* .contain-box-item {
  display: flex;
  justify-content: center;
  flex-direction: column;
} */

.mt-18 {
  margin-top: 18px;
}

.p-230 {
  padding: 0px 250px;
}

.blog-meta {
  margin-top: 10px;
}

.post-media {
  width: 100%;
  height: 100%;
  max-height: 200px;
  overflow: hidden;
  border-radius: 10px;
}

@media only screen and (max-width: 1350px) and (min-width: 900px) {
  .p-230 {
    padding: 0px 70px;
  }
}
/* 
@media only screen and (max-width: 900px )  {
  .p-230 {
    padding: 0px 50px;
  }
}

@media only screen and (max-width: 600px )  {
  .blog-box {
    flex-direction: column;
  }

  .post-media, .img-avatar {
    width: 100%;
  }
} */

.list-li {
  font-size: 15px;
  list-style: circle !important;
  padding-bottom: 10px;
}

.btn-custom {
  margin-top: 1px;
  background-color: #d92bf9;
  opacity: 0.8;
  border: none;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  opacity: 1.2;
  background-color: #d92bf9 !important;
  transition: all linear 0.2s;
  transform: skew(-10deg);
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img,
.swiper-slide iframe {
  display: block;
  width: 100%;

  object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
  top: 50%;
}

h4 {
  font-weight: bold;
}

.btn-go-projects {
  padding: 10px 20px;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  border-radius: 6px;
}
.btn-go-projects:hover,
.btn-go-projects:active,
.btn-go-projects:focus {
  transform: none;
}
