/*
  Theme Name: PostcardMania Theme
  Author: PostcardMania
  Author URI: https://www.postcardmania.com/
  Description: Custom theme created by PostcardMania.
  Version: 2.0.0
  License: Proprietary. This theme is not licensed for use.
  License URI: N/A
  Test up to: WordPress  5.7.2
  Requires at least: WordPress 5.4.2
  Tags: pcm, postcardmania, responsive, bootstrap5, fontawesomepro, slickslider

  This file contains no style information.
*/

@media screen and (max-width:991px) {

	.col-12.col-lg-7.ms-n3.equalback {
		margin: 0 !important;
	}

  a.text-white.btn-transparent.border.border-1.border-white.rounded.px-5.py-2.font-md {
    padding: 10px 10px 10px 10px !important;
    font-size: 15px;
}

.text-white p {

  font-size: 12px;

  }

  .agent-bio.bg-medium.rounded-xl.p-4.h-100 {
    margin: 30px 0 0 0px !important;
}

.container-fluid.container-lg.pb-5 {
  overflow: auto !important;
  padding: 0 15px 0 20px !important;
  margin: 0 0 0 -5px !important;
}
  

figure.wp-block-image.myimg.size-full.is-resized {
  width: 50px;
}



}


@media (min-width:1024px) and (max-width:1366px) {

  figure.wp-block-image.myimg.size-full.is-resized {
    width: 50px;
}
}

