

.strategiesWrap, .strategyOdd, .strategyEven,
.brief_description, .heading {
    position: relative;
    float: left;
}

.strategiesWrap {
    width: 585px;
    padding-bottom: 30px;
}

.strategyOdd {
    width: 270px;
    padding-right: 15px;
    border-right: 1px dashed #cccccc;
}

.strategyEven {
    width: 270px;
    left: 20px;
}

.strategyOdd, .strategyEven {
    min-height: 100px;
}

.heading {
    display: block;
    width: 270px;
    margin-bottom: 5px;
}

.strategiesWrap .brief_description {
    width: 100%;
}
