#subheader{
    overflow: hidden;
}
#subheader .col-md-12 {
    padding: 0 0;
    height: 448px;
}

#subheader img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 50%;
    transform: translate(0px, -60%);
}

@media (max-width:767px){
    #subheader .col-md-12 {
        height: 238px;
    }
}
.process {
    max-width: 924px;
    width: 100%;
    margin: 0 auto;
    margin-top: 70px;
    margin-bottom: 20px;
    padding-bottom: 60px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    color: #838383;
    font-size: 17px;
    line-height: 29px;
}

.process h2 {
    margin-top: 40px;
    text-transform: uppercase;
    /* padding-bottom: 70px; */
    position: relative;
    color: #000;
}

/* .process h2:after{
    content: '';
    width: 209px;
    height: 1px;
    background: #ADAEAF;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
} */

.process .login-buckets {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    max-width: 884px;
    margin: 51px auto 0;
}

.process .login-buckets .button {
    border-radius: 5px;
    background: #D9DFEE;
    box-shadow: 0px 7px 6px 0px rgba(7, 34, 103, 0.25);
    padding: 24px;
    color: #091B4D;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    width: 260px;
    height: 48px;
    line-height: 0.3em;
}

.difference {
    border-top: 1px solid #ADAEAF;
    max-width: 1400px;
    padding-top: 60px;
    text-align: center;
}

.difference h2 {
    margin-bottom: 51px;
}

.bucket-content {
    display: flex;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    flex-wrap: wrap;
    width: 373px;
    flex-direction: column;
    justify-content: flex-start;
}

.difference-buckets {
    display: flex;
    gap: 80px;
    text-align: left;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.difference-buckets .image {
    width: 100%;
    height: 336px;
    /* height: 376px; */
}

.difference-buckets .image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.difference-buckets .bucket-content .content {
    padding: 16px 32px;
    text-align: left;
    font-family: 'Roboto', sans-serif;
    color: #838383;
    font-size: 14.5px;
}

.difference-buckets .bucket-content .content h3 {
    color: #031240;
    font-family: "Libre Baskerville";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
    text-align: center;
}

.trade-form {
    max-width: 1162px;
    margin-top: 90px;
    text-align: center;
}

.trade-form h2{
    text-transform: none;
    margin-top: 0;
}
.pre-banner a {
    position: absolute;
    left: 0;
    top: 25px;
    color: #091B4D;
    text-align: center;
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    gap: 10px;
    align-items: center;
}

@media ( max-width: 991px){
    .process .login-buckets {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
        max-width: 884px;
        margin: 51px auto 0;
        gap: 20px;
    }
    #subheader h1 {
        position: absolute;
        text-align: center;
        width: 100%;
        color: #fff;
        display: flex;
        height: 90%;
        top: -15px;
        align-content: center;
        justify-content: center;
        align-items: center;
        font-size: 20px;
    }

    .trade-form {
        margin-top: 70px;
    }

    .pre-banner {
        width: 100%;
        height: 50px;
        margin-left: 20px;
        top: -70px;
        position: absolute;
    }
    .pre-banner a {
        left: 15px;
    }
}