.col-1 {
    position: absolute;
    width: 41.9%;
    left: 6.5%;
}
.col-2 {
    position: absolute;
    width: 41.9%;
    left: 51.6%;
}
.row-1 {
    top: 27.7%;
}
.row-2 {
    top: 75.6%;
}

.black {
    color: #000;
    padding: 10px 0 5px 0;
}

#body_list_item {
    position: absolute;
    left: 6%;
    list-style-position: outside;
    font-size: 1em;
    line-height: 1.3;
    padding: 5px 0;
    margin: 0;
    padding: 5px 0;
}

.popup-content {
    position: absolute;
    top: 18%;
    left: 7%;
    width: 84%;
    height: 70%;
}

/* popups */
.boxes {
    position: absolute;
    top: 8%;
    width: 100%;
    height: 100%;
}

.orange-box {
    background-color: #e74a21;
    width: 100%;
    min-height: 19%;
    padding: 20px 40px;
    border-radius: 20px;
}

.orange-box p {
    color: #fff;
    text-align: center;
}

.popup-col-1 {
    position: absolute;
    width: 48.5%;
    left: 0%;
    height: 100%;
}
.popup-col-2 {
    position: absolute;
    width: 48.5%;
    left: 51.5%;
    height: 100%;
}

.popup-row-1 {
    position: absolute;
    top: 0%;
}

.popup-row-2 {
    position: absolute;
    top: 22%;
}

.popup-row-3 {
    position: absolute;
    top: 44%;
}
.aim {
    position: absolute;
    top: 75%;
}

#collaborations-chart {
    position: absolute;
    top: 15%;
    left: -5%;
    width: 70%;
}
.topics {
    position: absolute;
    top: -3%;
    height: 123%;
    width: 120%;
    right: -15%;
}