.bg-dark-blue{
    background: #000054;
}
.banner-wrapper2{
    padding: 5em 0 2em 0;
}
.bg-blue-color {
    background: linear-gradient(225deg, #050e81, #005af0 75%);
    color: #ffffff;
}

.padding-bg{
    padding: 3em 3em 2em;
    border-radius: 20px;
}
.list-style{
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.list-style li {
    list-style-type: none;
    margin-bottom: 6px;
    width: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.list-style2 li {
    list-style-type: none;
    margin-bottom: 6px;
   
}
.list-style li i {
    color: #082D53;
    padding-right: 8px;
}
video {
    border-radius: 20px;
    object-fit: cover;
    overflow: hidden; /* Ensures the video content is clipped correctly */
  }

@media screen and (max-width: 1200px) {
         
        .about-section .goal-wrapper2 .goal-detail {
            position: relative;
            padding: 30px;
        }
    

    .goal-wrapper2 .goal-detail {
        position: relative;
        padding: 30px;
    }
}
@media screen and (max-width: 992px) {
    .banner-wrapper2{
        padding: 1em 0 2em 0;
    }
    .about-section   .goal-wrapper2 {
        display: block !important;
    }
    .goal-wrapper2 .goal-detail{
        margin-top: 20px;
    }
    
}
@media screen and (max-width: 768px) {
   
    .banner-wrapper2{
        display: block !important;
    }
}

