main {
  padding-top: 75px;
}

.post main > .container {
  max-width: 1080px;
}

.post .heading.main-heading {
  flex-direction: column;
  align-items: flex-start;
  background-color: transparent;
}

.post .heading.main-heading h2 {
  position: relative;
  font-size: 38px;
  color: #1d32a1;
}

.post .heading.main-heading h1 {
  position: relative;
  font-size: 38px;
  color: var(--enter-light-black);
}

.post .heading.main-heading > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 14px;
  line-height: 1;
  margin-top: 15px;
}

.post .heading.main-heading .article-date {
  font-weight: 500;
  color: var(--enter-light-black);
}

@media (max-width: 767.98px) {
  .post .heading.main-heading h2,
  .post .heading.main-heading h1 {
    font-size: 36px;
  }
}

.post .article-item {
  font-size: 16px;
  line-height: 28.8px;
  text-align: left;
  color: var(--enter-light-black);
}

.post .article-item figure {
  margin: 0 0 1rem;
}

.post .article-item img,
.post .article-item iframe {
  max-width: 100%;
}

.post .article-item img {
  height: auto;
}

.post .article-item figure figcaption {
  font-size: 14px;
  font-style: italic;
  color: #999;
}

.post .article-item a {
  color: var(--enter-light-black);
  text-decoration: underline;
}

.post .article-item a:hover {
  color: #1d32a1;
}

.post .article-item blockquote {
  font-style: italic;
  margin: 20px 40px;
  padding-left: 20px;
  border: none;
  border-left: 3px solid #1d32a1;
}

.post .article-item h1 {
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 700;
  line-height: 1.2;
}

.post .article-item h2 {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 700;
  line-height: 1.2;
}

.post .article-item h2 {
  font-size: 1.75rem;
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 700;
  line-height: 1.2;
}

.post .tags {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
}

.post .tag {
  position: relative;
}

.post .tag a {
  color: var(--enter-light-black);
  text-decoration: underline;
}

.post .tag a:hover {
  color: #1d32a1;
}

.post .navigation.post-navigation {
  margin-top: 30px;
  padding: 30px 0px 0px;
  border-top: 1px solid #f1f1f1;
}

.post .navigation.post-navigation .screen-reader-text {
  display: none;
}

.post .navigation.post-navigation .nav-links {
  display: flex;
}

.post .navigation.post-navigation .nav-links a {
  text-decoration: none;
}

.post .navigation.post-navigation .nav-label {
  font-weight: 500;
  color: #1d32a1;
}

.post .navigation.post-navigation .nav-text {
  margin-top: 4px;
  color: #404040;
  transition: all 0.3s ease;
}

.post .navigation.post-navigation .nav-text:hover {
  color: #1d32a1;
}

.post .navigation.post-navigation .nav-previous {
  padding-right: 15px;
}

.post .navigation.post-navigation .nav-next {
  padding-left: 15px;
  margin-left: auto;
}

.post .navigation.post-navigation .nav-previous,
.post .navigation.post-navigation .nav-next {
  width: 50%;
}

.post .subscription-form {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #f1f1f1;
}

.post .subscription-form h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  color: var(--enter-light-black);
}

.post .subscription-form p {
  color: var(--enter-light-black);
}

.post .subscription-form form p label {
  font-size: 18px;
  line-height: 1.81;
  color: #4bacc6;
  margin-bottom: 0;
  max-width: 100%;
  width: 100%;
}

.post .subscription-form form p input:not([type=submit]) {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-clip: padding-box;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  max-width: 475.98px;
  height: 37.05px;
  background-color: rgba(75,172,198,.14);
  color: #454545;
  border: none;
}

.post .subscription-form form p input[type=submit] {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border: 1.3px solid #4bacc6;
  color: #4bacc6;
  font-size: 25.025px;
  font-weight: 500;
  border-radius: 49.4px;
  padding: 15px 30px;
}

.post .subscription-form form p input[type=submit]:hover {
  background-color: #4bacc6!important;
  border-color: #4bacc6!important;
  color: #fff;
}

.post .subscription-form form p input:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

.post .subscription-form form p:last-child {
  margin-top: 36px;
}

@media (max-width: 991.98px) {
  .post .subscription-form form p input[type=submit] {
    font-size: 20px;
    padding: 10px 20px!important;
  }
}

@media (max-width: 767.98px) {
  .post .subscription-form form p label {
    font-size: 18px;
  }

  .post .subscription-form form p input:not([type=submit]) {
    max-width: 100%;
  }

  .post .subscription-form form p input[type=submit] {
    font-size: 20px;
    padding: 14px 28px;
  }
}

.posts {
  margin-top: 30px;
  padding: 30px 0;
  border-top: 1px solid #f1f1f1;
}

.posts h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  color: var(--enter-light-black);
}

.posts .post {
  margin-bottom: 30px;
}

.posts .post .post-image {
  width: 100%;
  transition: all 0.3s ease;
}

.posts .post a {
  text-decoration: none;
}

.posts .post a:hover .post-image {
  opacity: .8;
}

.posts .post .post-title {
  display: block;
  margin: 12px 12px 3px 12px;
  color: #404040;
  text-align: center;
  transition: all 0.3s ease;
}

.posts .post a:hover .post-title {
  color: #1d32a1;
}

.post table {
  border-collapse: collapse;
}

.post table td {
  padding: 4px 8px;
  border: 1px solid #434343;
}

b, strong {
  font-weight: 700;
}

.row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .col-md-4 {
    flex: 0 0 calc(33.3333% - 15px);
    max-width: calc(33.3333% - 15px);
  }
}
