/******* Do not edit this file *******
Woody ad snippets CSS and JS
Saved: Apr 12 2021 | 17:11:56 */
.whatIGetContainer .whatIGet1 {
    float: left;
    width: 48%;
}
.whatIGetContainer .whatIGet2 {
    float: left;
   width: 48%;
    margin-left: 20px;
}
.whatIGet h2 {
    margin-left: 20px;
    font-size: 30px;
    text-align: left;
}

.whatIGet div {
    color: #555;
    padding: 16px 0 16px 80px;
    font-size: 15px;
}

.whatIGet div h3 {
    position: relative;
    margin: 0;
    color: #000;
    font-weight: 200;
    font-size: 16px;
}

.whatIGet div h3 img {
    position: absolute;
    left: -60px;
    top: 5px;
	width: 32px;
    height: 32px;
}
.whatIGetContainer p {
    margin: 0;
}

