.post-box{
    background: #FFF;
    box-shadow: 0px 2px 11px 0px rgba(181, 181, 181, 0.25);
    height: 380px;
    padding: 20px;
}

.search-wrapper {
    border-radius: 15px;
    border: 0.5px solid #DEDEDE;
    background: #FFF;
    box-shadow: 0px 28px 57px 0px rgba(190, 190, 190, 0.25);
    padding: 20px;
}

.search-wrapper .form-group {
    margin-bottom: inherit;
}

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}
.post-box .post-details h3{
    color: #323232;
    font-size: 16px;
    font-weight: 400;
}
@media(max-width:1200px){
    .contact-details a {
        font-size: 11px!important;
    }
    .post-box .post-details h3 {
        font-size: 12px;
    }
}


