.knowlege .content-wrapper{
    align-content: center;
    justify-content: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 0px !important;
}
.knowlege .image-wraper{
    margin: auto;
    margin-bottom: 85px;
}
.knowlege p{
    color: #FCBA2D;
    font-size: 1.875rem;
    font-weight: 100;
}
.knowlege .text-knowlege{
    text-align: center;
    margin: 40px;
}

.knowlege .image-1{
    padding-bottom: 45px;
}
.knowlege .image-2{
    padding-top: 45px;
}



/* // Medium devices (tablets, less than 992px) */
@media (min-width:500.98px) and (max-width: 991.98px) { 
    .knowlege .image-wraper{
        text-align: center;
    }
    
 }