.home-banner {
    height: 600px;
    display: flex;
    align-items: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.6);
    color: #fff;
}

.home-service-section {
    padding: 5rem 0;
}

.home-service-heading {
    text-align: center;
    color: rgb(2, 58, 142);
    font-size: xx-large;
    font-weight: bold;
    line-height: 1.2;
}

.home-service-blocks {
    margin-top: 4rem;
    margin-bottom: 5rem;
}

.home-service-block {
    display: flex;
    gap: 8px;
}



.home-service-block-title {
    font-size: large;
    font-weight: bold;
    margin-bottom: 4rem;
}

.home-service-block-content {
    font-size: medium;
    color: rgb(112, 112, 112);
}

.home-service-button {
    display: flex;
    justify-content: flex-end;
}

/* Online Trading */
.home-trade-section {
    background: #F1F3F7;
    padding: 3rem 0;
}

.home-trade-image {
    margin-top: -100px;
    width: 80%;
}

.home-trade-content {
    font-size: 1rem;
    color: rgb(112, 112, 112);
}