.hubspot-blog-container{
    max-width:1170px;
    margin:auto;
    padding: 0 15px;
}
.hubspot-content p{
    font-family: Poppins;
    font-size: 16px;
}
.hubspot-blog-container .hubspot-featured-image img{
    width:100% !important;
    text-align:center;
}

/* Force two-column row */
.hubspot-header-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;   
  margin-bottom: 2rem;
}

.hubspot-header-right {
  flex: 0 0 65%;
  max-width: 65%;
  padding-top:10px;
}

.hubspot-header-left {
  flex: 0 0 25%;
  background: #DDDDDD96;
  padding: 1.5rem;
  border-radius: 6px;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.hubspot-title {
    padding-top: 10px;
    font-size: 2.5rem;
    font-weight: 400;
    color: #002b5c;
    margin-bottom: 0.5rem;
    font-family: 'Poppins';
    line-height:40px;
}

.hubspot-meta {
      font-size: 1rem;
    color: #043e48;
    font-weight: 600;
    line-height: 26px;
    padding-left: 10px;
}

.dateBox{
    display:flex; 
    padding-top:10px;
}

.avatar{
    /*border-radius:50%;*/
    width: 30%;
    border:3px solid white;
    /*clip-path: circle(40% at 50% 35%);*/
}

.sidebar-title {
   font-family: Poppins;
  margin-top: 1rem;
  color: #043e48;
  font-size: 26px;
    font-weight: 400;
}

.author-bio{
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #373A36;
}

.social-links {
    
  display:flex;
  justify-content:center;
  list-style: none;
  padding: 0;
  margin: 0;
    column-gap: 10px;
}
.hubspot-header-row{
        justify-content: flex-start;
    column-gap: 25px;
}

.social-links li {
  margin: 0.5rem 0;
  width: 50px;
}

.social-links a {
  background: #043e48;
    border-radius: 6px;
    display: block;
    padding: 13px;
}

.linkedin-link{
 padding-top:11px !important;   
}



/* Responsive */
@media (max-width: 768px) {
  .hubspot-header-row {
    flex-direction: column;
  }
  .hubspot-header-left,
  .hubspot-header-right {
    max-width: 100%;
  }
  .hubspot-header-right {
    margin-top: 1.5rem;
  }
}
