


.providers {
    transform: translateY(-75px);
    margin-bottom: -75px;
}

@media (max-width:768px) {
    .providers {
        transform: translateY(0);
        margin-bottom: 0;
    }
}

@media (max-width:510px) {
    .brown_button {
        padding: 17px 20px;
        font-size: 14px;
    }
}


/* banner   */
.banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 260px 0 250px;
    background-image: url(/wp-content/themes/wp/images/trading-schedule_banner-bg.webp);
}



.banner .text-box {
    width: 56%;
    position: relative;
    z-index: 5;
}

.banner h1 {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.1;
    color: #FFFFFF;
    margin-bottom: 7px;
    letter-spacing: -0.5px;
}

.banner p {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 0px;
    color: #FFFFFF;
}

@media (max-width:768px) {
    .banner {
        padding: 52px 0;
    }

    .banner {
        background-image: url(/wp-content/themes/wp/images/trading-schedule_banner.webp);
    }

    .banner::after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: unset;
        bottom: 0;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #0C264CE5 80%);
    }

    .banner::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: unset;
        bottom: 0;
        background: linear-gradient(277.77deg, rgba(0, 0, 0, 0) 31.87%, #000000 95.99%);
        background-blend-mode: screen;
    }

    .banner .text-box {
        width: 100%;
        margin-top: 360px;
    }

    .banner h1 {
        line-height: 1.2;
        color: #FFFFFF;
        margin-bottom: 7px;
        letter-spacing: 0;
        font-size: 36px;
    }

    .banner p {
        font-size: 16px;
        margin-bottom: 0px;
        width: 100%;
    }

}

@media (max-width:510px) {
    .banner {
        padding: 32px 0;
        background-size: 304% auto;
        background-position: 46% 78%;
    }

    .banner .text-box {
        margin-top: 253px;
    }
    .banner h1 {
        font-size: 32px;
    }
    .banner p {
    line-height: 1.5;}
}


.introduce {
    padding: 100px 0 95px;
}

.introduce .content {
    display: flex;
    justify-content: space-between;
}

.introduce .content .item {
    flex: 0 0 calc(50% - 27px);
}

.introduce .content .item .title {
    font-size: 32px;
    color: #B4825D;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 8px;
}

.introduce .content .item .text1 {
    color: #0C264C;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.introduce .content .item:last-child .text1 {
    margin-bottom: 0px;
}

.introduce .content .item .text2 {
    color: #0C264C;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    max-width: 575px;

}

.introduce .content .item .text2:last-child {
    margin-bottom: 0px;
}

.introduce .content .item ul {
    color: #0C264C;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 10px;
    padding-left: 1.5em;
}

.introduce .content .item ul li {
    list-style: decimal;
}

@media (max-width:1024px) {
    .introduce .content .item {
        flex: 0 0 calc(50% - 20px);
    }
}

@media (max-width:768px) {
    .introduce {
        padding: 52px 0;
    }

    .introduce .content {
        flex-direction: column;
        gap: 40px;
    }

    .introduce .content .item .title {
        font-size: 30px;
    }

    .introduce .content .item .text2 {
        max-width: none;
    }
}

@media (max-width:510px) {
    .introduce {
        padding: 32px 0;
    }

    .introduce .content {
        gap: 30px;
    }

    .introduce .content .item .title {
        font-size: 28px;
    }

    .introduce .content .item .text1 {
        font-size: 16px;
    }

    .introduce .content .item .text2 {
        font-size: 16px;
        line-height: 1.4;
        max-width: none;
    }

    .introduce .content .item ul {
        font-size: 16px;
        margin-bottom: 8px;
    }
}
.leading{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 80px 0 ;
    background-image: url(/wp-content/themes/wp/images/trading-schedule_leading_bg.webp);
}
.leading .content{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.leading .inner h2{
    font-weight: 600;
    font-size: 48px;
    line-height: 1.2;
    text-align: center;
    color:#FFFFFF;
}

@media (max-width:768px) {
    .leading {
        padding: 52px 0;
    }
    .leading .inner h2{
    font-size: 30px;
    margin-bottom: 20px;
}

    
}

@media (max-width:510px) {
    .leading {
        padding: 32px 0;
    }
    .leading .inner h2{
    font-size: 28px;
    margin-bottom: 13px;
}

    
}
