
.top-circle-title{
    font-size: 1.3rem;
    font-family: "CelebriSans", Arial, sans-serif !important;
    font-weight: 600;
    margin-bottom: 20px;
}

.circle-step-bg{
    background-repeat: no-repeat !important; 
    background-size: 90% 90% !important;
}

h2.circle-title-1{
    font-size: 3em;
    font-family: "CelebriSans-Bold", Arial, sans-serif !important;
    font-weight: 700;
    color: #004EAA;
    margin-bottom: 0px;
}
h2.circle-title-2 {
    font-size: 3em;
    font-family: "CelebriSans-Bold", Arial, sans-serif !important;
    font-weight: 700;
    color: #0062DE;
    margin-bottom: 0px;
}
h2.circle-title-3 {
    font-size: 3em;
    font-family: "CelebriSans-Bold", Arial, sans-serif !important;
    font-weight: 700;
    color: #007CC4; 
    margin-bottom: 0px;
}
h2.circle-title-4 {
    font-size: 3em;
    font-family: "CelebriSans-Bold", Arial, sans-serif !important;
    font-weight: 700;
    color: #009EDC;
    margin-bottom: 0px;
}

h3.circle-title-1 {
    font-family: "CelebriSans-Bold", Arial, sans-serif !important;
    font-weight: 700;
    color: #004EAA;
}
h3.circle-title-2 {
    font-family: "CelebriSans-Bold", Arial, sans-serif !important;
    font-weight: 700;
    color: #0062DE;
}
h3.circle-title-3 {
    font-family: "CelebriSans-Bold", Arial, sans-serif !important;
    font-weight: 700;
   color: #007CC4; 
}
h3.circle-title-4 {
    font-family: "CelebriSans-Bold", Arial, sans-serif !important;
    font-weight: 700;
    color: #009EDC;
}

.circle-button{
    font-family: "CelebriSans", Arial, sans-serif !important;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0em;
    padding: 0 36px;
    height: 56px;
    line-height: 56px;
}
.circle-step-desk {
    padding: 2.5em;
    max-width: 300px;
    height: 300px;
}
.circle-step-desk > div {
    display: flex;
    flex-direction: column;
    justify-content: inherit;
    align-items: center;
    height: 100%;
}
.circle-step-desk > div p {
    margin: 0 auto 20px !important;
}
.circle-step-desk:last-child {
    padding-left: 2.5em;
    padding-right: 2.5em;
}
.circle-step-mobile {
    display: none;
}
.circle-step-bg p{
    width: 80%;
    margin: auto;
    font-size: 0.8em;
}
@media (max-width: 1399px) {
    .circle-step-desk {
        height: 285px;
    }
}
@media all and (max-width: 1199px){
    .circle-step-bg p{
        width: 80%;
        margin: auto;
        font-size: 1em;
    }
    
    .circle-step-bg{
        
        background-repeat: no-repeat !important; 
        background-size: 100% 100% !important;
    }
    .circle-step-desk {
        display: none;
    }
    .circle-step-mobile {

        padding-left: 2.5em;
        padding-right: 2.5em;
        display: block;
        max-width: 300px;
        max-height: 300px;
        margin-bottom: 20px;
        width: 100%;
    }
    .circle-step-mobile > div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
    }
    .circle-step-mobile > div p {
        margin: 0 auto 30px !important;
    }
}
@media all and (max-width: 767px){
    .circle-step-bg p{
        width: 80%;
        margin: auto;
        font-size: 1em;
    }
    .circle-step-desk {
        display: none;
    }
    .circle-step-mobile {
        width: 300px;
        padding-left: 2.5em;
        padding-right: 2.5em;
        display: block;
        min-height: 300px;
        margin-bottom: 20px;
    }
}