ul.check-list  li i {
  font-size: 16px;
  color: #ffa800;
  margin-right: 15px;
}

h4.title {
  font-size: 28px !important;
}

h5.title {
  font-size: 20px !important;
}

.blog-details-post p,
.blog-details-post ul {
  margin-top: 0 !important;
  margin-bottom: 24px;
}

.blog-details-post h3,
.blog-details-post h4,
.blog-details-post h5 {
  margin-bottom: 16px !important;
}

.corpix-banner-section,
.corpix-hero-section-02 {
  background-color: #bcbcbc;
}

@media only screen and (min-width: 1200px) {
  .corpix-hero-section-02 {
    height: 820px;
  }
}

.about-me {
  display: flex;
  align-items: center;
  margin-top: 30px;
  flex-direction: column;
}

.about-me p {
  margin-top: 0 !important;
  margin-bottom: 24px;
}

.about-me p:last-child {
  margin-bottom: 0;
}

.about-me img {
  margin-bottom: 30px;
}

@media only screen and (min-width: 992px) {
  .about-me {
    flex-direction: row;
  }

  .about-me img {
    margin-bottom: 0;
    margin-right: 36px;
  }
}

.blog-more-articles-button-wrapper {
  text-align: center;
  margin-top: 16px;
}

.btn-primary-main {
  height: 50px;
  line-height: 48px;
  font-size: 16px;
  padding: 0 30px;
  color: #0a0c1c;
  text-transform: uppercase;
  margin-top: 30px;
}

.btn-primary-main:hover {
  background: #0a0c1c;
  border-color: transparent;
  color: #ffa800;
}
