*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    /* border: 1px solid red; */
}

.navbars{
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    background-color: white;
    z-index: 99999999;
}

.navbars .icon img{
    width: 100px;
    height: 50px;
}

.navbars .feature{
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #ffd234;
}

.navbars .feature a{
    color: #ffd234;
    margin: 1px 0 0 0;
    font-size: 20px;
}

.navbars .feature .fas{
    margin: 0 0 0 20px;
}

.containers{
    background-color: rgb(233, 233, 233);
    height: 636px;
    padding: 20px 250px ;
    margin: 50px 0 0 0;
}

.containers .top{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.containers .top .box{
    display: flex;
    justify-content: space-between;
    width: 490px;
    height: 230px;
    background-color: white;
    padding: 40px 50px;
}

.containers .top .box .text h1{
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 70px 0;
}

.containers .top .box .text span{
    font-size: 20px;
}

.containers .top .box .text .bbtn{
    display: flex;
    justify-content: center;
    padding: 5px 0 0 0;
    width: 200px;
    height: 30px;
    background-color: #ffd234;
}

.containers .top .box .text .bbtn p{
        color: black;
}

.containers .top .box img{
    width: 200px;
    height: 180px;
}

.containers .top .box .pic1{
    width: 250px;
    height: 180px;
}

.containers .bottom{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px 0 0 0;
}

.containers .bottom .box{
    display: flex;
    justify-content: center;
    text-align: center;
    width: 225px;
    height: 220px;
    background-color: white;
}

.containers .bottom .box .text .title{
    font-size: 15px;
}

.containers .bottom .box .text h1{
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0 0 0;
}

.containers .bottom .box .text p{
    margin: 5px 0 0 0;
}

.containers .bottom .box .text span{
    font-size: 20px;
}

.containers .bottom .box .text .bbtn{
    display: flex;
    justify-content: center;
    /* padding: 5px 0 0 0; */
    margin: 10px 0 0 0;
    width: 200px;
    height: 30px;
    background-color: #ffd234;
}

.containers .bottom .box .text .bbtn p{
    color: black;
}

.containers .bottom .box .text img{
    width: 80px;
    height: 80px;
    margin: 5px 0 0 0;
}

.containers .bottom .box .text .pic3{
    width: 100px;
    height: 80px;
}

.containers .bottom .box .text .pic4{
    width: 100px;
    height: 80px;
}

.containers .bottom .box .text .pic5{
    width: 100px;
    height: 90px;
}

.containers .bottom .box .text .pic6{
    width: 120px;
    height: 90px;
}

.containers .top .box .text .card{
    font-size: 19px;
}