html {
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
}
.imgbox {
    display: grid;
}
.center_fit {
    max-width: 100%;
    max-height: 100vh;
    margin: auto;
}

.btns{
    border-radius: 10px;
    cursor: pointer;
    height: auto;
    width: 320px;
}

.theme_text{
    width: 260px;
    text-align: center;
    word-break:break-all;
}

.theme_btn_orange{
    background-color:#F18912;
}
.theme_btn_blue{
    background-color:#00A2E9;
}
.theme_btn_pink{
    background-color:#F36583;
}

.theme_desc{
    margin: 50px 0px;
}

.feature_list{
    padding: 0 20px;
}

.feature_items{
    float: left;
    width: 33%;
}

.feature_list_btn{
    width: 320px;
    border-radius: 10px;
}

.arrow_div{
    position: absolute;
    right: 7px;
    width: 20px;
    height: 20px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img{
    width: 12px;
    height: 12px;
}

.pb-0{
    padding-bottom: 0px !important;
}

.pb-1{
    padding-bottom: 13px !important;
}

@media screen and (max-width: 1024px){
   .theme_btns{
        flex-direction: column;
        justify-content: center;
        align-items: center;
   }
   .btns{
        margin-top: 25px;
   }
   .theme_desc{
        margin-top: 30px;
        margin-bottom: 5px;
        font-size: small;
   }
}

@media screen and (max-width: 750px){
    .theme_desc{
         width: 345px;
    }
 }

@media screen and (min-width: 1024px){
    .imgbox{
        width: 1270px;
    }
    .wrap{
        display: flex;
        flex-wrap: wrap !important;
        row-gap: 15px;
    }
}

@media screen and (max-width: 667px) and (min-width: 320px){
    .sp_size{
        padding-top: 0px !important;
        padding-bottom: 15px !important;
    }
 }

 @media screen and (max-width: 529px){
    .theme_btns{
         flex-direction: column;
         justify-content: center;
         align-items: center;
         font-size: small;
    }
    .feature_items{
        width: 50%;
        box-sizing: border-box;
        padding-right: 15px;
        padding-left: 15px;
    }
 }

 @media screen and (max-width: 342px){
    .btns{
         width: 250px;
    }
    .feature_list_btn{
        width: 250px;
    }
    .category_text{
        font-size: small;
    }
    .theme_desc{
        width: 250px;
   }
 }

