.logo_row {
	justify-content: center !important;
}
form#pardot-form{
    justify-content: center !important;
    padding: 40px 35px 40px !important;
}
.cnt_location_link:hover span {
    color: #1e829b !important;
}
form.form p.submit {
    margin-top: 40px !important;
}
form.form p.submit input{
    padding: 12px 40px !important;
}
@media(max-width:767px){
    .newsholder{
        display: flex !important;
        flex-wrap: wrap !important;
        padding: 0 1rem !important;
    }
    #defence_cnt_sec .col-md-6{
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center;
    }
    #defence_cnt_sec .col-md-6 img{
        max-width: 280px !important;
    }
}