.card{
    display: flex;
    color: black;
    background-color: rgb(255, 255, 255);
    padding: 20px;
}
.card-body{
    border: 2px solid rgb(255, 255, 255);
    background-color: rgb(246, 247, 246);
    border-radius: 10px;
    padding: 40px;
    width: 600px;
    margin: auto;
    box-shadow: black;
}
.card-title{

    display: inline;
    font-size: 2rem;
    position: relative;
    top: -70px;
}
.card-text{
    color: black;
    position: relative;
    top: -60px;
    justify-content: end;
}
.text-body-secondary{
    position: relative;
    top: -40px;
}
h3{
    position: relative;
    top: -30px;
}

.circle {
    position: relative;
    top: 10px;
    z-index: 2;
    left: 540px;
    width: 100px;
    height: 100px;
    border-radius: 1px 6px 3px 72px;
    background-color: #2e602e;
    top: -41px;
}   

@media (max-width: 768px) {
    .circle{
        left: 246px;
    }
}
@media (max-width: 540px) {
    .circle{
        left: 346px;
    }
}
@media (max-width: 414px) {
    .circle{
        left: 246px;
    }
}