.box-circle {
    width: calc(50% - 0px);
    padding: 20px 20px 10px 20px;
    border-radius: 4px 0 0 4px;
    background-color: #fff;
    float: left;
    margin-top: 0;
    margin-right: 1px;
    text-align: left;
    color: rgb(0,75,135);
    line-height: 23px;
    margin-bottom: 2px;
    clear: both;
}

.img-circle {
    width: 30%;
    margin-right: 3%;
    max-width: 170px;
}

.img-circle-lg {
    width: 18%;
    margin-right: 3%;
    max-width: 240px;
    margin-top: 00px;
}

.img-world-map {
    width: 30%;
    margin-top: 30px;
    float: left;
}

