#client-portal-button-section {
  padding: 25px 0;
}
@media (min-width: 768px) {
  #client-portal-button-section {
    padding: 30px 0;
  }
}
#client-portal-button-section .client-portal-card-wrapper .client-portal-card {
  text-decoration: none;
  border: 1px solid #0067AB;
  background-color: #0067AB;
  color: #FFFFFF;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  padding: 16px;
  height: 110px;
}
#client-portal-button-section .client-portal-card-wrapper .client-portal-card .icon svg {
  width: 40px;
  height: 30px;
  fill: #FFFFFF;
}
#client-portal-button-section .client-portal-card-wrapper .client-portal-card .description {
  margin-left: 1rem;
}
#client-portal-button-section .client-portal-card-wrapper .client-portal-card .arrow svg {
  width: 15px;
  fill: #FFFFFF;
}
#client-portal-button-section .client-portal-card-wrapper .client-portal-card:hover, #client-portal-button-section .client-portal-card-wrapper .client-portal-card:active {
  background-color: transparent;
  color: #0067AB;
}
#client-portal-button-section .client-portal-card-wrapper .client-portal-card:hover svg, #client-portal-button-section .client-portal-card-wrapper .client-portal-card:active svg {
  fill: #0067AB;
}
#client-portal-button-section .client-portal-card-wrapper:nth-child(n+4) {
  margin-top: 1rem;
}

#client-portal-training-newsletter-section .training-card {
  border: 1px solid #1D1D1D;
  border-radius: 10px;
  padding: 20px;
  min-height: 100%;
}
#client-portal-training-newsletter-section .training-card .event-link {
  border-bottom: 1px solid #9BA0A6;
  padding: 1rem 0;
  display: flex;
  text-decoration: none;
}
#client-portal-training-newsletter-section .training-card .event-link:hover, #client-portal-training-newsletter-section .training-card .event-link:active {
  color: #0067AB;
}
#client-portal-training-newsletter-section .arrow svg {
  width: 15px;
  fill: #1D1D1D;
}
#client-portal-training-newsletter-section .newsletter-card {
  overflow: hidden;
  border-radius: 10px;
}
#client-portal-training-newsletter-section .newsletter-card .image img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#client-portal-training-newsletter-section .newsletter-card .description {
  padding: 25px;
  background-color: #1D1D1D;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
#client-portal-training-newsletter-section .newsletter-card .description .title {
  height: 100px;
}
#client-portal-training-newsletter-section .newsletter-card .description a {
  text-decoration: none;
}
#client-portal-training-newsletter-section .newsletter-card .description a svg {
  width: 20px;
  fill: #FFFFFF;
}
#client-portal-training-newsletter-section .newsletter-card .description a:hover {
  color: #9BA0A6;
}
#client-portal-training-newsletter-section .newsletter-card .description a:hover svg {
  fill: #9BA0A6;
}

#blog-section .wrapper {
  background-color: #DBEAF3;
  border-radius: 10px;
  overflow: hidden;
  padding: 30px;
  display: flex;
  justify-content: center;
}
#blog-section .wrapper .image {
  width: 50%;
}
#blog-section .wrapper .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#blog-section .wrapper .description {
  width: 50%;
  padding: 30px;
  background-color: #FFFFFF;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}