
.armada-detail{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
.armada-detail .armada-car{
    border-radius: 10px;
    background: #fff;
    width: 45%;
    padding: 10px;
    margin: 15px;
}
.armada-detail .armada-car h1{
    font-size: 25px;
}
.armada-detail .background-armada{
    display: flex;
    justify-content: center;
}
.armada-detail .armada-car .armada-spec{
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
    text-align: left;
}
.armada-detail .armada-car .armada-spec div{
    margin: 0 10px;
} 
.armada-detail .armada-car .armada-spec i{
    font-size: 30px;
    padding-right: 10px;
}
.armada-detail .armada-car .armada-spec h1{
    font-size: 18px;
    margin: 10px 0;
}
.armada-pesan{
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 20px;
    padding: 8px;
    font-size: 17px;
    background: #02cf02;
    border-radius: 6px;
    color: #fff;
}
.armada-pesan i{
    cursor: pointer;
    font-size: 20px;
    transform: translateY(3px);
}
.syarat{
    display: flex;
    justify-content: center;
    align-items: center;
}
.syarat img{
  Width:100%;
}
.syarat ul{
    margin-top: 20px;
    padding-left: 25px;
}
.syarat li{
    list-style-type: decimal;
    list-style-position: outside;
    font-size: 20px;
    margin-bottom: 10px;
    padding-left: 8px;
}
@media screen and (max-width: 450px){
    .armada-detail .armada-car h1{
        font-size: 30px;
    }
}
@media screen and (max-width: 900px) {
 .armada-detail .armada-car{
   Width:100%;
 }
 .syarat{
   Display:flex;
   Flex-wrap: wrap;
 }
}