.c3 {
   padding-top: 0rem;
   background-image: url(../../images/c3-bg.jpg);
   background-repeat: no-repeat;
   background-size: cover;

}

.c3-wrap{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-left: 5rem;
    margin-top: 6rem;
    margin-bottom: 5rem;
}
.c3-item{
    display: flex;
    gap: 1.5rem;
    align-items: baseline;
}
.c3-item p{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 147%;
    color: #fff;
}
.circle{
    height: 1rem;
    width: 1rem;
    border-radius: 100%;
    border: 1px solid #fffb20;;
}
.c3-div{
    height: 20rem;
    width: 36.8rem;
    border-radius: 3rem;
    background: #fffb20;
    padding: 4.1rem;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 143%;
    text-align: center;
    color: #000;
}