     body.widget-snippet .meet-our-team {
        padding: 30px;
        background-color: #fff;
    }
    body.widget-snippet  .meet-team-row{
        padding: 10px;
        margin-bottom: 20px;
    }
    .widget-snippet .meet-our-team h2 {
        color: #cc0099;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 16px;
        text-decoration: underline;
    }
    .widget-snippet .meet-team-row {
        color: #990066;
        font-size: 13px;
        line-height: 18px;
        margin: 0 0 4px 0;
    }
	.widget-snippet  .meet-team-row .row{
		margin-top:10px;
	}
    .widget-snippet .meet-team-row strong{
        color: #660066;
        font-weight: bold;
    }
    .widget-snippet  .meet-team-row +.meet-team-row{
        margin-top: 20px;
    }
    .widget-snippet .meet-our-team img {
        height: 177px;
        width: auto;
    }
    .widget-snippet .copyright-text-one {
        font-size: 12px;
        padding: 14px 0;
        line-height: 23px;
    }
    .widget-snippet .meet-our-team {
        padding: 0 0 50px 0;
    }
    .widget-snippet .meet-team-row .row {
        margin-top: 10px;
        display: flex;
        flex-wrap: wrap;
        padding-left: 15px;
    }
    .widget-snippet .meet-our-team div[class*="col-"] {
        float: none;
        display: inline;
        width: auto;
        padding: 0;
    }

    body.widget-snippet .meet-our-team div[class*="col-"] {
        padding-left: 15px;
        padding-right: 15px;
    }
