
/* Platform - 2*/
  .feature-box {
    background-color: #00336E;
    color: white;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    text-align: center;
}
.feature-box h5 {
    font-size: 20px;
    font-weight: bold;
}
.feature-box p {
    font-size: 16px;
}
.container-custom {
    margin-top: 50px;
    margin-bottom: 50px;
}