@media only screen and (orientation: portrait) {
    .text1{
        width:100% !important;
        height:unset !important;
        padding: 10px 35px;
    }
    .text1 h4{
        font-size:40px!important;
    }
    .text1 a{
        font-size: 25px !important;
    }
    .container{
        margin-left:0px !important;
    }
    .text1 img{
        width:80px !important;
    }
    .title span{
        height:100px !important;

    }
    .title h4{
        font-size: 40px;
        line-height: 100px !important;
    }
    .sell{
        display: unset !important;
    }
    .slide{
        width:800px !important;
    }
    .slide img{
        width:100% !important;
    }
    .selldetail{
        width:100% !important;
    }
    .wrapper{
        right: 0 !important;
        margin: auto !important;
        padding-top: 10px;
    }
    .title{
        margin-top: 10px;
    }
    .selldetail p{
        font-size:25px!important;
    }

}
@media (max-width : 1250px) {
    .sell{
        display: unset !important;
    }
    .slide{
        width:800px !important;
    }
    .slide img{
        width:100% !important;
    }
    .selldetail{
        width:100% !important;
    }
    .text1{

        padding: 10px 35px;
    }
}
.business {
    background-color: #f7f7f7;
}
.count {
    padding-top: 50px;
}
.title {
    display: flex;
    font-size: 1.3em;
}
.title span{
    display: flex;
    width: 15px;
    height: 40px;
    background-image: linear-gradient(to right,#729adf,#8ab6ff);
}
.title h4{
    background-image: linear-gradient(to right,#bdd5fc,#f1f4fa);
    color: #3268c4;
    line-height: 40px;
    width: fit-content;
    padding-inline: 20px;
}
.text{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 43px;
}
.text1 {
    position: relative;
    background-image: linear-gradient(to bottom right, white, #cbddfc);
    width: 32%;
    height: 205px;
    border-radius: 10px;
    margin-bottom: 18px;
    padding-top: 43px;
    padding-left: 35px;
    transition: all .4s;
}
.text1:hover {
    transform: scale(1.1);
}
.text1 h4:hover{
    cursor: default;
}
.text1 p:hover{
    cursor: default;
}
.text1 img{
    width: 40px;
    height: auto;
}
.text1 h4{
    font-size: 17px;
    margin-top: 23px;
    color: #0f3473;
}
.text1 a{
    font-size: 15px;
    margin-top: 11px;
    color: #778fb9;
}
.instrument {

}
.wrapper {
    width: 800px;
    height: auto;
    position: relative;
    left: 0;
    right: auto;
    margin: 0;
}
.index-banner {

}
.slide {
    width: 1000px;
}
.slide img{
    width: 500px;
    margin-inline: auto;
    display: block;
}
.sell {
    display: flex;
    padding-top: 40px;
    padding-bottom: 80px;
}
.selldetail {
    width: calc(100% - 496px);
    display: flex;
    flex-direction: column;
    font-size: 15px;
    justify-content: space-evenly;
    padding-inline: 30px;
    letter-spacing: 2px;
    line-height: 2;
}
