.home-guides-section {
  background-color: #fff;
}

body.themetechmount-page-full-width #content .site-main .entry-content > .home-guides-section.wpb_row.vc_row-fluid {
  padding-top: 0;
}

.home-guides-section .home-guides-section-container {
  box-sizing: border-box;
}

.home-guides-section .home-guides-heading {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.home-guides-section .home-guides-title {
  text-align: center;
}

.home-guides-section .home-guides-intro {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.home-guides-section .home-guides-intro p {
  margin-bottom: 0;
}

.home-guides-section .home-guides-grid {
  display: grid;
  max-width: 880px;
  margin: 32px auto 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
}

.home-guides-section .home-guides-card {
  display: flex;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid #e5e9ef;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 3px 12px rgba(38, 48, 69, 0.07);
}

.home-guides-section .home-guides-card-link {
  display: flex;
  width: 100%;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

.home-guides-section .home-guides-card-link:hover {
  color: inherit;
  text-decoration: none;
}

.home-guides-section .home-guides-card-link:focus {
  outline: 3px solid #3368c6;
  outline-offset: -3px;
  color: inherit;
  text-decoration: none;
}

.home-guides-section .home-guides-card:hover {
  border-color: #cfd8e7;
  box-shadow: 0 4px 14px rgba(38, 48, 69, 0.1);
}

.home-guides-section .home-guides-image {
  display: block;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.home-guides-section .home-guides-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 23px 25px 25px;
}

.home-guides-section .home-guides-card-title {
  margin: 0 0 11px;
  color: #263045;
  font-size: 23px;
  line-height: 1.3;
  font-weight: 600;
}

.home-guides-section .home-guides-description {
  margin: 0;
  color: #687080;
  line-height: 1.65;
}

.home-guides-section .home-guides-actions {
  margin-top: 30px;
  text-align: center;
}

.home-guides-section .home-guides-button {
  display: inline-block;
  max-width: 100%;
  box-sizing: border-box;
  padding: 13px 27px;
  border: 1px solid #3368c6;
  border-radius: 3px;
  background-color: #3368c6;
  color: #fff;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
}

.home-guides-section .home-guides-button:hover,
.home-guides-section .home-guides-button:focus {
  border-color: #244f9d;
  background-color: #244f9d;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 991px) {
  body.themetechmount-page-full-width #content .site-main .entry-content > .home-guides-section.wpb_row.vc_row-fluid {
    padding-top: 50px;
  }

  .home-guides-section .home-guides-grid {
    max-width: 540px;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .home-guides-section .home-guides-grid {
    margin-top: 26px;
    gap: 22px;
  }

  .home-guides-section .home-guides-card-body {
    padding: 20px;
  }

  .home-guides-section .home-guides-card-title {
    font-size: 21px;
  }

  .home-guides-section .home-guides-actions {
    margin-top: 26px;
  }
}
