.our-knowledge-inner-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between !important;
    width: 100%;
  padding:50px 0px;   
  align-items:center;
}
.content-header1 {
    flex: 0 45% !important;
  text-align:left;
align-items: center;
}

.image-section1 {
    flex: 0 50% !important;
}
.image-section1 img{
  width:80% !important;
}
.top-section1{
//height:50px;
 //  width:100%;
 // margin:0 auto;

}
.helpful-resource{
 float: left;
width: 100%;
background-position: top left;
background-repeat: no-repeat;
padding-top: 50px;
}
.content-header1 h2{
  color: #fff;
    font-size: 30px;
  line-height: 1.2;
  text-align:center;
}
.content-header1 p{
      color: #fff;
    opacity: .6;
      font-size: 14px;
    line-height: 21px;
    
}
.content-header1 a{
     background-image: url(https://www.sdtplanning.com/hubfs/Oval-1.png);
    color: #fff;
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 0px;
    border: 0px solid #2c6892;
    border-radius: 26px;
    display: inline-block;
    margin-top: 30px;
    text-decoration: none;
    padding: 15px 0px 15px 30px !important;
    text-align: left;
    font-weight: normal;
    font-family: helvetica;
  width:auto;
  
     }
.content-link {
/*        padding-top: 30px; */
      position: relative;
}
.content-link img {
    width: 14%;
}
.helpful-resource.right .image-section1 {
order: 2;
}
.helpful-resource.right .content-header1 {
text-align: left;
}

.helpful-resource .content-link a:after {
  content: "";
background-image: url(https://cdn2.hubspot.net/hubfs/4425280/white%20arrow.png);
padding-left: 5px;
padding-left: 22px;
background-repeat: no-repeat;
background-position: left;
display: inline-block;
width: 0px;
height: 8px;
  margin-left: 10px;
}
.helpful-resource.right .top-section1{
    background-position: top right;
    background-repeat: no-repeat;
   
}
.helpful-resource.left .top-section1{
    background-position: top left;
    background-repeat: no-repeat;
   
}
.top-section1{
    background-color: rgba(0,0,0,0.3);
}
.helpful-resource.left .image-section1 {
    flex: 0 50% !important;
    text-align: center;
}