.big{
    font-size: 3em;
    font-weight: bold;
    color: #333;
}

.start-trade{
    font-size: 14px;
    border-radius: 10px;
}

.start-trade-container{
    border-radius: 10px;
}

.bg-black{
    background-color: #000 !important;
}

.what-is-forex .container{
    background-image: url("../img/banner/map.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.fst-large{
    font-size: 6rem;
    font-weight: bold;
}

.quote{
    font-size: 1.5rem;
    font-weight: 500;
    /* color: #555; */
}

.quote i{
    font-size: 5rem;
    color: #555;
}

.w-fit-content{
    width: fit-content;
}

.trade-with-confidence i{
    font-size: 4rem;
    margin-bottom: 2rem;
}

.account-pill{
    top: -15px;
    left: 30px;
    line-height: 1.5em;
    padding: 0em 0.5em 0em 0.5em;
    background-color: #E3E3E3;
}

.stats .lead{
    font-size: 2.5rem;
}

.crypto-deposit{
    background-image: url("../img/banner/3d-cryptocurrency-rendering-design.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    height: 100vh;
}

.testimonials .card-body{
    padding: 1.75rem 1.75rem;
}

.testimonials blockquote{
    font-size: 1.2rem;
    font-weight: 500;
    color: #555;
    font-style: italic;
}