.cc-image-textboxs-content p{
  margin:0px;
}

@media only screen and (min-width:990px){
  .cc-image-textboxs{
    width:65%;
  }
  .cc-image-textboxs-content{
    width:35%;
    padding:0% 5%;
  }
}


@media only screen and (max-width:990px){
  .cc-image-textboxs-content{
    padding-bottom:30px;
  }
}
