.twoPhotoWrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.photoWrapLeft {
    width: 49%;
    object-fit: contain !important;
}

.photoWrapRight {
    width: 49%;
    object-fit: contain !important;
}

.twoPhotoWrap img {
    object-fit: contain !important;
    width: 100%;
}

.twoPhotoWrap p {
    margin-top: 20px;
}

@media only screen and (max-width: 768px) {
    .twoPhotoWrap {
        flex-direction: column;
    }

    .photoWrapLeft {
        width: 100%;
    }

    .photoWrapRight {
        width: 100%;
    }
}

.pillarimage {
    width: 70px;
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
}

.clearfix:after {
  content:"";
  display:block;
  clear:both;
 }

 .pillarscontent p {
    margin-bottom: 30px;
 }

 .bloglist li {
    width: 32%;
    height: 175px;
    display: inline-block;
    margin:  5px;

}

.bloglist li img {
    width: 100%;
    height: 100%;
}



 @media only screen and (max-width: 768px) { 
    .pillarimage {
        float: none;
    }
    .bloglist li {
        width: 100%;
    float: none;

}
 }




.redcolor {
    color: #FF0000;
}
.browncolor{
    color: #C45911;
}
.lightbrowncolor{
    color: #BF8F00;
}
.greencolor{
    color: #538135;
}
.bluecolor{
    color: #8EAADB;
}
.purplecolor{
    color: #002060;
}

.whitecolor{
    color: white;
    background: grey;
}

.purplecolor{
    color: purple;
}



.pinkcolor {
    color:  pink;
}

.orangecolor {
    color:  orange;
}

.greycolor {
    color:  grey;
}

.browncolor {
    color:  brown;
}

.yellowcolor {
color:  #c5c500;
}