.turbin{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin: 50px 0 100px 0;
}
.turbin-img{
    opacity: 0.3;
}
.turbine-text p{
    color: #898989;
    font-size: 25px;
    text-align: center;
    color: #fff;
}
.turbine-text{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.bill{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.bill-text{
    /* width: 50%; */
    color: #898989;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.bill-text h1{
    font-size: 60px;
    font-weight: 900;
    line-height: 62px;
    color: #fff;
}
.bill-text h2{
    font-size: 30px;
    line-height: 35px;
    color: #fff;
}
.bill-text ul{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.bill-text ul li{
    font-size: 15px;
}
@media screen and (max-width:1280px){
    .text-title>b{
        font-size: 100px !important;
        line-height: 90px !important;
    }
    .text-title>p{
        top: 40% !important;
    }
    .turbin-img{
        width: 100%;
    }
    .turbine-text p{
        font-size: 23px;
    }
    .bill-img{
        width: 40%;
    }
    .bill-text h1{
        font-size: 50px;
    }
    .bill-text h2{
        font-size: 28px;
    }
}
@media screen and (max-width:1024px) {
    .bill{
        flex-direction: column;
        align-items: center;
        gap: 50px;
    }
    .bill-text h1,.bill-text h2{
        text-align: center;
    }
}
@media screen and (max-width:860px) {
    .text-title>b{
        font-size: 70px !important;
        line-height: 73px !important;
    }
    .turbine-text p{
        font-size: 20px;
    }
    .turbin-img{
        width: 80%;
    }
    .bill-text h1{
        font-size: 40px;
        line-height: 45px;
    }
    .bill-text h2{
        font-size: 25px;
        line-height: 30px;
    }
}
@media screen and (max-width:550px) {
    .text-title>b{
        font-size: 50px !important;
        line-height: 50px !important;
    }
    .text-title>p{
        top: 20%;
        left: 50%;
        transform: translateX(-50%);
        font-size: 30px;
        display: block;
        width: 100%;
        text-align: center;
    }
    .bill-img{
        width: 60%;
    }
}
@media screen and (max-width:350px) {
    .bill-img{
        width: 100%;
    }
    .bill-text h1{
        font-size: 30px;
        line-height: 35px;
    }
    .bill-text h2{
        font-size: 22px;

    }
    .turbin-img{
        width: 100%;
    }
    .turbine-text p{
        font-size: 16px;
    }
}