#strategy1 {
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
    background: linear-gradient(#FFF, #EEE);
}
#strategy1 h2 {
    text-align: center;
    padding: 5vh 5vw;
    padding-bottom: 0;
    margin-bottom: 0;
    -webkit-text-decoration: solid underline #be1f24;
    text-decoration: solid underline #be1f24;
}
#strategy1 > p {
    text-align: center;
}
#strategy1 #three {
    position: relative;
    overflow: hidden;
    padding-bottom: 5vh;
}
#strategy1 #three .column {
    width: 90%;
    float: right;
    text-align: left;
}
#strategy1 #three .column:nth-child(odd) {
    float: left;
    text-align: right;
}
#strategy1 #three .column h3 {
    padding: 20px;
    border-bottom: 2px solid #be1f24;
    position: relative;
    color: #be1f24;
}
#strategy1 #three .column h3 .circle {
    position: absolute;
    bottom: -12px;
    left: 0;
    background: #be1f24;
}
#strategy1 #three .column .content {
    width: 80%;
}
#strategy1 #three .column:nth-child(odd) h3 .circle {
    left: unset;
    right: 0;
}
#strategy1 #three .column:nth-child(odd) .content {
    float: right;
}
#strategy1 #differentiators {
    background: #DDD;
    padding: 5vh 10%;
    overflow: hidden;
    border: 1px solid #AAA;
    box-shadow: 0 0 2px inset #555;
}
#strategy1 #differentiators h2 {
    display: inline;
    -webkit-text-decoration: solid underline #be1f24;
    text-decoration: solid underline #be1f24;
}
#strategy1 #differentiators #img {
    float: none;
    width: 80%;
    height: 60vh;
    border: 4px inset #be1f24;
    margin: 5vh auto;
    position: relative;
    box-sizing: border-box;
}
#strategy1 #differentiators #img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
#strategy1 #differentiators #img > p {
    text-align: center;
    font-size: x-large;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #FFF;
}
#strategy1 #differentiators #img #cards {
    display: -webkit-box;
    display: flex;
    position: absolute;
    width: 100%;
    bottom: 0;
    justify-content: space-around;
}
#strategy1 #differentiators #img #cards .card {
    width: 40%;
    background: radial-gradient(#FFF, #DDD);
    border: 2px outset #555;
    box-shadow: 0 0 5px 2px #222;
    padding: 5px;
    box-sizing: border-box;
}
#strategy1 #differentiators #img #cards .card h4 {
    width: 100%;
    font-size: xx-large;
    text-align: center;
    margin: 10px 0;
}
#strategy1 #differentiators #img #cards .card p {
    width: 100%;
    text-align: center;
}
#strategy1 #stats #stats-box {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: space-between;
}
#strategy1 #stats {
    padding: 5vh 5vw;
}
#strategy1 #stats h2 {
    padding: 5vh 0;
}
#strategy1 #stats .card {
    width: 40%;
    margin: 2.5%;
    background: radial-gradient(#FFF, #DDD);
    border: 3px outset #be1f24;
    box-sizing: border-box;
    box-shadow: 2px 2px 5px #222;
}
#strategy1 #stats .card .number {
    line-height: 11vh;
    vertical-align: middle;
    font-size: 7vh;
    width: 100%;
    text-align: center;
}
#strategy1 #stats .card .category {
    vertical-align: middle;
    width: 100%;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
}
#strategy1 #stats .card .category h3 {
    margin: 1vh 0;
}
#strategy1 #stats .card .category p {
    margin: 1vh 0;
}
@media screen and (min-width: 768px) {
    #strategy1 #three .column {
        width: 80%;
    }
    #strategy1 #three .column p, #strategy1 #three .column ul {
        width: 70%;
    }
    #strategy1 #three .column:nth-child(odd) p, #strategy1 #three .column:nth-child(odd) ul {
        float: right;
    }
    #strategy1 #differentiators #img {
        float: right;
        margin: 10px;
        width: 60%;
        height: 40vh;
    }
    #strategy1 #stats .card {
        width: 25%;
        margin: 4%;
    }
}
@media screen and (min-width: 992px) {
    #strategy1 #three .column {
        width: 70%;
    }
    #strategy1 #three .column p, #strategy1 #three .column ul {
        width: 60%;
    }
    #strategy1 #differentiators {
        padding: 10vh 15%;
    }
    #strategy1 #differentiators #img {
        width: 50%;
    }
    #strategy1 #stats .card {
        width: 18%;
        margin: 1%;
    }
}