.index_all{
    text-align: center;
    padding-block: 20px;
}
.index_text{
    width: 100%;
  text-align: center;
  color: #333;

}
.index_text h1{
 text-align: center;
    font-size: 80px;
}

.index_text strong{
    color: #cc1827;
}
.index_text p{
    padding: 0 30%;
    margin-top: 10px;
    color: #20202083;

    text-align: center;
}
.index_btn{
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 25px;
    width: 100%;
}
.index_btn button{
    padding: 15px 45px;
    background-color: #cc1827;
    color: #ddd;
    border: none;
    border-radius: 10px;
    font-weight: 900;
}

.white{
    background-color: #fff !important;
    color: #333 !important;
  
}

.swiper_pos{
    margin-top: 20px;
}

.swiper_pos img{
    height: 500px;
    width: 100%;
    object-fit: contain;
}

.center_logo{
    background-image: url(../images/logo.png);
    width: 150px;
    height: 150px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
}

.copyright{
    padding-block: 15px;
    text-align: center;
    background-color: #fff;
  }
  
  .copyright a{
    color: #000;
  }

@media only screen and (max-width: 1110px) {
    .index_text p{
        padding: 0 10%;
    }
    .index_text h1{
        font-size: 45px;
    }
 
}

@media only screen and (max-width: 810px) {
    .index_text p{
        padding: 0 5%;
    }
    .index_text h1{
        font-size: 35px;
    }
    .index_btn{
        display: flex;
        flex-direction: column;
    }
}