.bg-blue {
    background-color: #044095;
}

.bg-yellow {
    background-color: #f3ba4a;
}

.bg-gray {
    background-color: rgb(247, 247, 247);
}

.bg-pink {
    background-color: rgb(238, 216, 242);
}

.corner {
    position: relative;
    padding: 30px 0px;
    width: 100%;
    height: 100%;
    border-radius: 60px 0px;
}

.corner-gray {
    background-color: rgb(247, 247, 247);
}

.corner-green {
    background-color: rgb(183, 230, 235);
}

article circle {
    fill: rgb(213, 237, 247);
}

.corner-green article circle {
    fill: rgb(247, 247, 247);
}

.pink-round {
    border-radius: 60px;
}