.two-column-blog-content h2.title{
  font-size: 2.5rem;
  font-weight: 600;
  text-transform: capitalize;
  color: #1C244B;
  margin-bottom: 20px;
}
.two-column-blog-content .blog-content-wrapper{

}
.two-column-blog-content .blog-content-wrapper .blog-content{
  flex: 1;
}
.two-column-blog-content .blog-content-wrapper .blog-content .date-social{
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 50px;
  justify-content: space-between;
}
.two-column-blog-content .blog-content-wrapper .blog-content .date-social h6.date{
  color: #1C244B;
  font-weight: 300;
}
.two-column-blog-content .blog-content-wrapper .blog-content .date-social .social-icons{
  display: flex;
  gap: 25px;
  align-items: center;
}
.two-column-blog-content .blog-content-wrapper .blog-content .date-social .social-icons a{
  display: inline-block;
  width: 23px;
}

.two-column-blog-content .blog-content-wrapper .blog-content .image{
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 55%;
  margin-bottom: 50px;
}
.two-column-blog-content .blog-content-wrapper .blog-content .content,
.two-column-blog-content .blog-content-wrapper .blog-content .content p{
  text-align: justify;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  color: #333333;
  margin-bottom: 18px;
}
.two-column-blog-content .blog-content-wrapper .blog-content .content p:has(>&nbsp;) {
  margin: 0 !important;
}
.two-column-blog-content .blog-content-wrapper .blog-content .content a{
  color: #1674ba;
  font-weight: 500;
  text-decoration: none;
}
.two-column-blog-content .blog-content-wrapper .blog-content .content b,
.two-column-blog-content .blog-content-wrapper .blog-content .content strong {
  font-weight: 600;
}
.two-column-blog-content .blog-content-wrapper .blog-content .content ol, 
.two-column-blog-content .blog-content-wrapper .blog-content .content ul {
  margin: 0 0;
  padding-left: 1.8rem;
}
.two-column-blog-content .blog-content-wrapper .blog-content .content ol li, 
.two-column-blog-content .blog-content-wrapper .blog-content .content ul li{
  margin: .2rem;
}


@media (max-width:991px){
  
}

@media (max-width:767px){
  .two-column-blog-content h2.title{
    font-size: 30px;
  }  
  .two-column-blog-content .blog-content-wrapper .blog-content .image,
  .two-column-blog-content .blog-content-wrapper .blog-content .date-social{
    margin-bottom: 30px;
  }
  .two-column-blog-content .blog-content-wrapper .blog-content .content img{
    float: none !important;
    width: 100% !important;
    margin: 0  0 20px !important;
  }
}

@media (max-width:480px){
  .two-column-blog-content .blog-content-wrapper .blog-content .date-social{
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
}