.bg-blue {
    background-color: #3cb070;
}

.bg-yellow {
    background-color: #0c384b;
}

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

.bg-pink {
    background-color: #3cb070;
}

.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: #3cb070;
}

article circle {
    fill: #3cb070;
}

.corner-green article circle {
    fill:#3cb070;
}

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

@media screen and (max-width: 720px) {
    .img-fluid {
        max-width: initial;
        max-height: 600px;
    }
}