.btn-lg{
    min-width: unset;
    font-size: 18px;
}

.mw-90{
    max-width: 90%;
}

@media (min-width: 1399px){
    .btn-lg{
        padding: 13px 30px !important;
    }
}

.boxWrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 51px;
    padding-top: 60px;
}

.box img{
    width: 250px;
    position: absolute;
    top: -63px;
    right: -51px;
    z-index: 2;
}

.box{
    width: fit-content;
    z-index: 1;
    background-color: white;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.05) 1.95px 1.95px 2.6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

h1{
    font-family: "Sofia Sans Condensed", sans-serif !important;
}

.box span{
    padding: 35px 30px;
    z-index: 3;
    position: relative;
    width: 100%;
    text-transform: uppercase;
    color: #6B7C8F;
    font-weight: bold;
    font-family: "Sofia Sans Condensed", sans-serif !important;
    font-size: clamp(1rem, 8vw, 6rem);
    line-height: 1 !important;
}

.btn-text{
    width: 100%;
}

.account-icon{
    width:40%;
}

.account-icon.icon-1{
    background-image: url("../images/1.svg");
}

.account-icon.icon-2{
    background-image: url("../images/2.svg");
}

.account-icon.icon-3{
    background-image: url("../images/3.svg");
}

.account-icon.icon-4{
    background-image: url("../images/4.svg");
}