.events-badge {
    width: 182px;
    height: 183px;
    border-radius: 300px;
    position: absolute;
    z-index: 9999;
}

.events-badge p {
    color: white;
    font-size: 22px;
    text-align: center;
    line-height: 1;
    font-family: 'Open Sans', arial;
    font-weight: 700;
    position: relative;
    top: 35%;
}

.get-to-know-us-badge {
    top: 350px;
    background: rgba(255,112,67,.8);
}

.features-badge {
    top: 350px;
    background: rgba(0,131,143,.8);
}

.features-badge p {
    font-size: 20px;
    line-height: 1.1;
}

@media screen and (max-width: 768px) {
    .events-badge {
        position: initial;
        margin: 20px auto;
    }
}