.contact_card_section .Contact_card_heading h2 {
  font-size: 30px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 36px;
}
.contact_card_section .card_details {
  background: #fff;
  box-shadow: 0 2px 4px #c6c3bf, 0 5px 15px rgba(62,49,35,.15);
  margin: 20px 0;
}
.contact_card_section .card_details .card_img_section img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.contact_card_section .card_details .card_loction_text {
  padding: 15px;`
}
.contact_card_section .card_details .card_loction_text span {
  font-size: 17px;
  letter-spacing: .2em;
  font-weight: 400;
  color: #707070;
  line-height: 25px;
}
.contact_card_section .card_details .card_loction_text h4 {
  font-size: 24px;
  font-weight: 700;
  color: #414042;
  line-height: 30px;
  margin: 0 0 10px;
}
.contact_card_section .card_details .card_loction_text p {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  color: #414042;
  margin: 0;
}
.contact_card_section .card_details .card_button_section {
  border-top: 1px solid #f1f1f1;
  padding: 12px 15px 15px; 
}
.contact_card_section .card_details .card_button_section a {
    color: #1F2E7A;
    font-size: 15px;
    font-weight: 600;
    text-decoration: underline;
}
.contact_card_section .card_details .card_button_section a:hover {
    color: #1F2E7A;
}
.contact_card_section .card_details .card_img_section {
    overflow: hidden;
    border-bottom: 4px solid #FF1949;
    line-height: 0;
}
.contact_card_section .card_details .card_img_section img:hover {
    filter: brightness(.8);
    transform: scale(1.1);
    transition: all .4s ease-in-out;
}
.contact_card_section {
    background: #F1F1F1;
    padding-top: 120px;
    padding-bottom: 120px;
}

@media screen and (max-width: 767px){
.contact_card_section {
    padding-top: 50px;
    padding-bottom: 50px;
}
.contact_card_section .Contact_card_heading h2 {
    font-size: 25px;
    line-height: 22px;
}
.contact_card_section .card_details .card_loction_text span {
    font-size: 15px;
    line-height: 20px;
}
.contact_card_section .card_details .card_loction_text h4 {
    font-size: 22px;
    line-height: 26px;
}
.contact_card_section .card_details .card_loction_text p {
    font-size: 16px;
    line-height: 22px;
}
}
@media (min-width: 768px) and (max-width: 1024px){
.contact_card_section .col-md-4 {
    flex: 0 0 auto;
    width: 50%;
}
.contact_card_section {
    padding-top: 50px;
    padding-bottom: 50px;
}
.contact_card_section .Contact_card_heading h2 {
    font-size: 28px;
    line-height: 22px;
}
.contact_card_section .card_details .card_loction_text span {
    font-size: 16px;
    line-height: 20px;
}  
  .contact_card_section .card_details .card_loction_text h4 {
    font-size: 19px;
    line-height: 19px;
    margin: 0 0 8px;
}
  .contact_card_section .card_details .card_loction_text p {
    font-size: 15px;
    line-height: 19px;
}
}
@media (min-width: 1024px) and (max-width: 1538px){
.contact_card_section {
    padding-top: 60px;
    padding-bottom: 60px;
}
.contact_card_section .Contact_card_heading h2 {
    font-size: 35px;
    line-height: 22px;
}
.contact_card_section .card_details .card_loction_text span {
    font-size: 16px;
    line-height: 22px;
}
  .contact_card_section .card_details .card_loction_text h4 {
    font-size: 20px;
    line-height: 22px;
}
  .contact_card_section .card_details .card_loction_text p {
    font-size: 15px;
    line-height: 20px;
}
}
