@charset "utf-8";
/*
Theme Name:BIRTH child
Theme URI:https://tcd-theme.com/tcd057
Description: WordPress theme "BIRTH" is a template developed for a medical website. The white base design make you feel relaxed. Take advantage of the features that allow you to smoothly create medical subjects and FAQ contents.
Template:birth_tcd057
Author:TCD
Author URI:https://tcd-theme.com/
Version:1.13
Text Domain:tcd-birth
*/

.banner {
  margin-inline: auto;
  padding-inline: 20px;
  width: fit-content;
  text-align: center;
}

.banner img {
  max-width: 100%;
}

.home .banner {
  margin-block: 40px 20px;
}

@media screen and (min-width: 768px) {
  .home .banner {
    margin-block: 40px;
  }
  .home .banner a {
    transition: opacity 0.3s ease;
  }
  .home .banner a:hover {
    opacity: 0.5;
  }
}
