/*
Generat Settings
*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }

  html, body {
    overflow-x:hidden;
    width:100%;
  }
  
  /* Sections
     ========================================================================== */
  
  /**
   * Remove the margin in all browsers.
   */
  
  body {
    margin: 0;
  }
  
  /**
   * Render the `main` element consistently in IE.
   */
  
  main {
    display: block;
  }
  
 
  
  /* Grouping content
     ========================================================================== */
  
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  
  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /* Text-level semantics
     ========================================================================== */
  
  /**
   * Remove the gray background on active links in IE 10.
   */
  
  a {
    background-color: transparent;
  }
  
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  
  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
  }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  
  b,
  strong {
    font-weight: bolder;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /**
   * Add the correct font size in all browsers.
   */
  
  small {
    font-size: 80%;
  }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  /* Embedded content
     ========================================================================== */
  
  /**
   * Remove the border on images inside links in IE 10.
   */
  
  img {
    border-style: none;
  }
  
  /* Forms
     ========================================================================== */
  
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  
  button,
  input { /* 1 */
    overflow: visible;
  }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  
  button,
  select { /* 1 */
    text-transform: none;
  }
  
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  /**
   * Correct the padding in Firefox.
   */
  
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  
  legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  
  progress {
    vertical-align: baseline;
  }
  
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  
  textarea {
    overflow: auto;
  }
  
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  
  [type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  
  /* Interactive
     ========================================================================== */
  
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  
  details {
    display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   */
  
  summary {
    display: list-item;
  }
  
  /* Misc
     ========================================================================== */
  
  /**
   * Add the correct display in IE 10+.
   */
  
  template {
    display: none;
  }
  
  /**
   * Add the correct display in IE 10.
   */
  
  [hidden] {
    display: none;
  }


  /* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.gallery-caption {
  position: relative;
}
.bypostauthor {
  position: relative;
}


.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
background-color: #eee;
clip: auto !important;
clip-path: none;
color: #444;
display: block;
font-size: 1em;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
/* Above WP toolbar. */
}

table{
  width: 100%;
}
.widgets_grid_box .widget_categories ul:before, .widgets_grid_box .widget_meta ul:before, .widgets_grid_box .widget_archive ul:before{
  clear: both;
  content: '';
  overflow: auto;
}

.widgets_grid_box  ul ul.children{
  padding: 0px 0px 0px 5px!important;
  border-radius: 0px;
  border: 0px!important;
  
}

.widgets_grid_box .widget_categories ul li ,
.widgets_grid_box .widget_archive ul li{
  text-align: right;
}

.widgets_grid_box .widget_categories ul li a ,
.widgets_grid_box .widget_archive ul li a{
  float: left;
}
.post-password-form label{
width: 100%;
}
input[type="password"]{
  width: 100%;
}
.wp-block-button{
  margin-bottom: 15px;
}
.has-background-dim ,
.has-background-dim p{
  color: #fff;
}

.col-lg-12.padding_zero{
  padding: 0px;
}
.sec_comments .col-lg-12{
  padding: 0px;
}

/* Announcement Page Styles */
.announcements-card-container .thumb img {
	width: 100%
}

/* Service Team Page Styles */
.service-team-sec .team-style-01 img {
	border-radius: 25px;
}
.service-team-sec .service-team-content {
	padding-top: 20px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.service-team-sec .service-team-content p a {
	color: #060606;
	font-weight: 400;
}

.history-sec .history-img {
	border-radius: 60px;
}


@media only screen and (max-width: 1200px) {
	.slider.style_four .slide-item-content .slider_content h1 {
		width: 90% !important;
	}
	.slider.style_four .slide-item-content .slider_content p {
		width: 80% !important;
	}
	.up-event-cover {
		position: unset !important;
	}
	.up-event-cover .up-event {
		margin-top: 20px !important;
	}
	.up-event-cover .up-event {
		padding: 72px 32px !important;
	}
	.home1-section2 .bg-animation {
		z-index: -1 !important;
	}
	.home1-section2 .img-bg {
		max-width: 350px !important;
	}
	.support_sec .support_icon_img {
		z-index: -1;
		bottom: 110px !important;
		left: 3% !important;
	}
	.support_sec .donate_btn {
		text-align: center;
	}
	.support_sec .support_img_box img {
		height: 400px !important;
	}
	.workship_section .workship_img_box .workship_img img {
		height: 550px !important;
		width: 100%;
	}
	.workship_section .workship_img_box {
		margin-bottom: 50px;
	}
	.home_contact_section .contact_btn_wrapper {
		justify-content: center !important;
	}
	    .footer_copy_content {
        text-align: center;
    }
	    .footer_copy_content_right ul {
        flex-wrap: wrap;
        justify-content: center !important;
        padding: 0 !important;
    }
	.alignx-style {
		justify-content: center;
	}
}



@media only screen and (max-width: 992px) { 
	.slider.style_four .slide-item-content .slider_content h1 {
		font-size: 42px;
	}
	.slider.style_four .slide-item-content .slider_content p {
		width: 80% !important;
	}
	.home1-section2 {
		padding-bottom: 60px !important;
	}
	.home1-section2 .home-about-icon {
		text-align: center;
	}
	.home1-section2 h5 {
		text-align: center;
	}
	.home1-section2 .home-icon-para1 {
		margin-bottom: 3rem !important;
	}
	.home1-section2 .img-bg {
		max-width: 280px !important;
	}
	.home1-section2 .bg-animation {
		z-index: -1 !important;
	}
	.up-event-cover {
		position: unset !important;
	}
	.up-event-cover .up-event {
		margin-top: 20px !important;
	}
	.up-event-cover .up-event {
		padding: 72px 32px !important;
	}
	.support_sec .support_icon_img {
		z-index: -1;
		bottom: 110px !important;
		left: 3% !important;
	}
	.support_sec .donate_btn {
		text-align: center;
	}
	.support_sec .support_img_box img {
		height: 350px !important;
	}
	.workship_section .workship_img_box .workship_img img {
		height: 510px !important;
		width: 100%;
	}
	.workship_section .workship_img_box {
		margin-bottom: 50px;
	}
	.workship_section .workship_icon {
		z-index: -1;
		right: 3% !important;
	}
	.workship_section .workship_icon img {
		width: 180px;
	} 
	.church_officers_section .church_officers_icon {
		left: 3% !important;
	}
	.custom-container {
		max-width: 90% !important;
	} 
	.slider.style_four .slide-item-content .auto-container {
		max-width: 90% !important;
	}
	.header_area .auto-container {
		max-width: 90% !important;
	}
	.header .header_logo_box img {
		width: 100px;
	}
	.footer_copy_content_right ul {
		flex-wrap: wrap;
		justify-content: center !important;
		padding: 0 !important;
	}
	.footer_copy_content {
		text-align: center;
	}
	.home_contact_section .contact_btn_wrapper {
		justify-content: center !important;
	}
	.home_contact_section .home_contact_icon1 {
		z-index: -1;
	}
}


@media only screen and (max-width: 576px) {
	.slider.style_four .slide-item-content .slider_content p {
		width: 90% !important;
	}
	.header .header_logo_box img {
		width: 80px;
	}
	.custom-container {
		max-width: 100% !important;
	}
	.up-event-cover {
		position: unset !important;
	}
	.up-event-cover .up-event {
		margin-top: 20px !important;
	}
	.up-event-cover .up-event {
		padding: 72px 32px !important;
	}
	.home1-section2 {
		padding-bottom: 60px !important;
	}
	.home1-section2 .img-bg {
		max-width: 250px !important;
	}
	.home1-section2 .bg-animation {
		z-index: -1 !important;
	}
	.workship_section .workship_icon {
		right: 0 !important;
	}
	.support_sec .support_img_box img {
		height: 210px !important;
	}
	.workship_section .workship_img_box .workship_img img {
		height: 310px !important;
		width: 100%;
	}
	.workship_section .card_float {
		left: 50% !important;
		transform: translatex(-50%);
	}
	.pd_top_100 {
		padding-top: 50px !important;
	}
	.workship_section .workship_icon img {
		width: 150px;
	}
	.pd_top_80 {
		padding-top: 40px !important;
	}
	.pd_bottom_80 {
		padding-bottom: 40px !important;
	}
	.pd_bottom_70 {
		padding-bottom: 40px !important;
	}
	.church_officers_section .swiper-button-prev::before {
		top: -60px;
		transform: translateY(-50%);
	}
	.church_officers_section .swiper-button-next::before {
		top: -60px;
		transform: translateY(-50%);
	}
	.home_contact_section .home_contact_icon1 {
		bottom: 2% !important;
		left: 2% !important;
		z-index: -1;
	}
	.home_contact_section .home_contact_icon2 {
		right: 2% !important;
		top: 2% !important;
		z-index: -1;
	}
	.footer_logo img {
		width: 100px !important;
	}
	.footer_copy_content {
		text-align: center;
	}
	.footer_copy_content_right ul {
		flex-wrap: wrap;
		justify-content: center !important;
	}
	.footer_widgets .fo_wid_title h2 {
		font-weight: 500 !important;
	}
	.home1-section2 .home-about-icon {
		text-align: center;
	}
	.home1-section2 h5 {
		text-align: center;
	}
	.home1-section2 .home-icon-para1 {
		margin-bottom: 3rem !important;
	}
	.home1-section2 .home-about-icon2 {
		margin-top: 3rem;
	}
	
	.up-event-cover .up-event .event-title {
		font-size: 24px !important;
	}
	.support_sec .support_icon_img {
		z-index: -1;
		bottom: 110px !important;
		left: 0 !important;
	}
	.support_sec .donate_btn {
		text-align: center;
	}
	.workship_section .workship_content .icon {
		width: 50px !important;
		height: 50px !important;
		justify-content: center;
	}
	.slider.style_four .slide-item-content .auto-container {
		max-width: 100% !important;
	}
	.header_area .auto-container {
		max-width: 100% !important;
	}
	.slider.style_four .slide-item-content .slider_content h1 {
		font-size: 25px !important;
	}
	.slider.style_four .slide-item-content .slider_content h6 {
		padding-left: 0 !important;
	}
	.home_contact_section .contact_btn_wrapper {
		justify-content: center !important;
		flex-wrap: wrap;
	}
	.home_contact_section .contact_btn_wrapper .email_btn {
		margin-right: 1em !important;
		margin-bottom: 10px !important;
	}
	.church-slider-section .church-slider-icon {
		bottom: 8% !important;
		left: 0 !important;
	}
	.church-slider-section .church-slider-icon img {
		max-width: 150px !important;
	}
	.church-slider-section .swiper-button-prev::before {
		top: 50% !important;
		transform: translatey(-50%) !important;
	}
	.church-slider-section .swiper-button-next::before {
		top: 50% !important;
		transform: translatey(-50%) !important;
	}
}

@media (max-width: 500px) {
  .pastors-section-2 .animate-bird-2 , .animate-bird {
	   display: none !important;
    }
}
@media (min-width: 500px) and (max-width: 576px) {
  .pastors-section-2 .animate-bird-2, .animate-bird {
	   display: none !important;
    }
}
@media (min-width: 576px) and (max-width: 768px) {
  .pastors-section-2 .animate-bird-2, .animate-bird {
	   display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
  .pastors-section-2 .animate-bird-2, .animate-bird {
	  display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1300px) {
  .pastors-section-2 .animate-bird-2 {
     display: none !important;
    }
}
@media (min-width: 1300px) and (max-width: 1535px) {
  .pastors-section-2 .animate-bird-2 {
	  display: none !important;
    }
}
@media (max-width: 500px) {
  .page_header_default  .row-resp {
	  margin-top: 42px !important;
    }
}
@media (min-width: 500px) and (max-width: 576px) {
  .page_header_default  .row-resp {
	  margin-top: 42px !important;
    }
}
@media (min-width: 576px) and (max-width: 768px) {
  .page_header_default  .row-resp {
	  margin-top: 42px !important;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
  .page_header_default  .row-resp {
	  margin-top: 42px !important;
    }
}

@media (min-width: 200px) and (max-width: 500px) {
  .header .header_logo_box {
	   left: 44% !important;
    }
}
@media (min-width: 500px) and (max-width: 1024px) {
 .header .header_logo_box {
	   left: 48% !important;
    }
}
@media  (min-width: 200px) and (max-width: 400px) {
    .page_header_default .page_header_content .banner_title_inner .title_page {
        font-size: 20px !important;
    }
}

@media  (min-width: 200px) and (max-width: 400px) {
    .announcements-card-container .box-text {
        font-size: 9px !important;
    }
}
@media  (min-width: 200px) and (max-width: 400px) {
    .announcements-card-container .box-content {
        font-size: 9px !important;
    }
}
@media  (min-width: 200px) and (max-width: 400px) {
.campaigns-section-3 .prayer-head {
	margin-left: 0px !important;
  }
}
@media  (min-width: 200px) and (max-width: 400px) {
.campaigns-section-3 .prayer-block {
	margin-bottom: 0 !important;
  }
}
@media  (max-width: 1024px) {
.footer_area .row-response {
	flex-direction: column !important;
  }
}
@media  (max-width: 1024px) {
.icon_box_all.style_five .icon_content .icon .catechism-icon {
	height: 50px !important;
	width: 50px !important;
  }
}

@media  (max-width: 768px) {
.footer_area .information-footer {
	margin-left: 0px !important;
  }
}
@media  (max-width: 768px) {
.home_contact_section .mail-theme {
	margin-left: 12px !important;
	width: 190px !important;
  }
}
@media  (max-width: 768px) {
.home_contact_section .phone-theme {
	width: 190px !important;
	white-space: nowrap !important;
	font-size: 12px !important;
  }
}
@media  (max-width: 540px) {
.history-sec .history_image {
	max-width: 360px !important;
    height: 263.88px !important;
  }
}
@media  (max-width: 992px) {
.campaigns-section-3 .margin-head {
	margin-left: 0px !important;
	font-size: 15px !important;
  }
}
@media  (max-width: 820px) {
.section-padding .mail-margin {
	margin-left: 26px !important;
  }
}
@media  (max-width: 820px) {
.section-padding .content-margin {
	margin-left: 33px !important;
  }
}
@media (max-width: 576px) {  /* Small screens and below */
  .custom-flex {
    flex-direction: column !important;
  }
}
@media  (min-width: 500px) and (max-width: 600px) {
    .custom-flex {
     width: 460px !important;
	 flex-direction: column !important;
    }
}
@media  (min-width: 600px) and (max-width: 768px) {
    .custom-flex {
     width: 601px !important;
	 flex-direction: column !important;
    }
}
@media  (min-width: 768px) and (max-width: 992px) {
    .custom-flex {
     width: 650px !important;
	 flex-direction: column !important;
    }
}
@media  (min-width: 992px) and (max-width: 1024px) {
    .custom-flex {
     width: 875px !important;
	 flex-direction: column !important;
    }
}
@media  (min-width: 600px) and (max-width: 1180px) {
	.footer_area .information-footer {
		margin-left: 0px !important;
	}
}
@media  (min-width: 300px) and (max-width: 1180px) {
	.footer-left, .footer-right {
		left: 0% !important;
		right: 0% !important;
	}
}
@media  (min-width: 300px) and (max-width: 768px) {
	.slider.style_four .slide-item-content .slider_content .theme-btn.one {
		width: 121px;
	}
}
@media  (min-width: 300px) and (max-width: 360px) {
.up-event-cover .event-height {
	height: auto !important;
  }
}
@media  (min-width: 300px) and (max-width: 360px) {
.events-list li .event-date {
	height: 84px !important;
  }
}
@media  (min-width: 300px) and (max-width: 360px) {
.up-event-cover .up-event .events-list .content p {
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media  (min-width: 320px) and (max-width: 768px) {
.news_box.type_one .content_box .entry-title2 {
	max-height: 170px !important;
   }
}
@media  (min-width: 320px) and (max-width: 768px) {
.slider.style_one .slide-item-content .slider_content, .slider.style_four .slide-item-content .slider_content, .slider.style_two .slide-item-content .auto-container {
	margin-top: 128px !important;
   }
}
@media  (min-width: 320px) and (max-width: 350px) {
	    .history-sec .history_image {
        max-width: 266px !important;
        height: 194px !important;
    }
}
@media  (min-width: 350px) and (max-width: 375px) {
	    .history-sec .history_image {
        max-width: 321px !important;
        height: 235px !important;
    }
}
@media  (min-width: 380px) and (max-width: 768px) {
	    .history-sec .history_image {
        max-width: 376px !important;
        height: 275px !important;
    }
}
@media  (min-width: 768px) and (max-width: 992px) {
	    .history-sec .history_image {
        max-width: 666px !important;
        height: 488px !important;
    }
}
@media  (min-width: 1500px) and (max-width: 2000px) {
	.news_box.type_one .content_box .entry-title2 {
		max-height: 70px !important;
	}
}
@media  (min-width: 200px) and (max-width: 768px) {
	.section-padding  .mail-contact {
		font-size: 14px !important;
	}
}
@media  (min-width: 200px) and (max-width: 768px) {
	.section-padding  .contact-align {
		margin-left: 41px !important;
	}
}
@media  (min-width: 200px) and (max-width: 768px) {
	.section-padding  .contact-align2 {
		margin-left: 11px !important;
	}
}
@media  (min-width: 200px) and (max-width: 768px) {
	.contact-section {
		 height: auto !important; /* or set a specific height like 500px */
	}
}
@media  (min-width: 200px) and (max-width: 768px) {
	.blog-image {
		 object-fit: contain !important;
	}
}