/* Mobile responsive */

@media(max-width:768px) {

  /* common */
  [class*=inner] {
    width: 100%;
    margin: 0;
    padding: 15px;
  }
  h1 {
    text-align: center;
  }

  /* button(page-nav) */
  .btn-page-nav span {
    display: none;
  }
  /* button-page-nav */
  .search-field {
    margin-bottom: 30px;
    width: 100%;
  }
  .search-field input {
    width: 75%;
  }

  /* table-board */
  .table-board {
    margin-top: 10px;
  }

  /* pagenation */
  .pagenation {
    margin-top: 50px;
  }

  /* header */
  .top-banner {
    width: 100%;
    padding-left: 15px;
  }
  nav {
    width: 100%;    
    padding: 0 15px;
  }
  .gnb {
    display: none;
  }
  .gnb-mobile {
    display: block;
  }
  .gnb-mobile.active {
    display: block;
  }
  .goyoutube.active {
    opacity: 0;
    visibility: hidden;
  }
  .goyoutube a {
    margin-right: 60px;
  }
  .goyoutube img {
    width: 90px;
    transform: translateY(15%);
  }
  .goyoutube p {
    display: none;
  }

  /* gnb-mobile */
  .gnb-mobile {
    display: none;
  }

  .gnb-mobile ul li {
    list-style: none;
  }
  .gnb-mobile > ul  {
    background-color: #ffffff;
    position: absolute;
    padding-inline-start: 0;
    padding: 55px 0 0 0;
    height: 100vh;
    top: 13px;
    right: 0;
    width: 200px;
    box-shadow: -3px 3px 10px rgba(128, 128, 128, 0.295);
    z-index: 100;
  }
  .gnb-mobile > ul > li {
    color: var(--black);
    background-color: #fff;
    font-weight: 600;
    font-size: 20px;
    padding: 15px 20px;
    border: 1px solid var(--light-gray);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .gnb-mobile ul li i {
    font-size: 12px;
    text-align: right;
    right: 20px;
    color: var(--latte);
    transform: translateY(10%);
  }
  .gnb-mobile ul li i.active {
    transform: rotate(180deg);
  }
  .gnb-mobile ul .sub-menu {
    color: var(--deep-latte);
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    padding-inline-start: 0;
    background-color: var(--whitey-gray);
    padding: 0;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    opacity: 0;
  }
  .gnb-mobile ul .sub-menu.active {
    max-height: 500px;
    opacity: 1;
  }
  .gnb-mobile ul .sub-menu a {
    display: block;
    padding: 6px 20px;
  }

  /* trigger */
  .trigger{
    display: block;
    width: 25px;
    height: 16px;
    position: absolute;
    top: 50px;
    right: 15px;    
    z-index: 101;
  }
  .trigger span{
    background-color: var(--black);
    width: 100%;
    height: 2px;
    position: absolute;
    transition: 0.3s;
  }
  .trigger span:nth-child(1){
    top: 0;
  }
  .trigger span:nth-child(2){
    top: 50%;
  }
  .trigger span:nth-child(3){
    top: 100%;
  }
  .trigger.active span:nth-child(1){
    top: 50%;
    transform: rotate(45deg);
  }
  .trigger.active span:nth-child(2){
    opacity: 0;
  }
  .trigger.active span:nth-child(3){   
    top: 50%;
    transform: rotate(-45deg);
  }
  .trigger.active span{
    background-color: #333;
  }
  /* trigger-layover */
  .trigger-layover.active {
   display: block;
  }
  
  /* ###Landing-Page### */

  /* Main_Intro */
  /* intro-common */
  .intro, .intro-second, .intro-third, .intro-fourth, .intro-fifth, .intro-sixth, .intro-seventh, .intro-background {
    height: 750px;
    margin-bottom: 300px;
  }
  .intro .intro-slider, .intro-second .intro-slider, .intro-third .intro-slider, .intro-fourth .intro-slider, .intro-fifth .intro-slider, .intro-sixth .intro-slider, .intro-seventh .intro-slider {
    text-align: center;
    left: 0;
    top: 210px;
    width: 100%;
  }
  .slider-heading p {
    margin-bottom: 70px;
    font-size: 55px;
  }
  .slider-heading p b {
    font-size: 45px;
  }
  .slider-desc {
    margin: 15px;
  }
  .slider-desc p, .slider-desc p span {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 20px;
  }
  .slider-desc p span {
    display: block;
  }

  /* .intro .slider-desc p:nth-child(2), .intro .slider-desc p:nth-child(3), .intro-second .slider-desc p:nth-child(2), .intro-second .slider-desc p:nth-child(3), .intro-third .slider-desc p:nth-child(2), .intro-third .slider-desc p:nth-child(3),.intro-fifth .slider-desc p:nth-child(2), .intro-fifth .slider-desc p:nth-child(3), .intro-sixth .slider-desc p:nth-child(2), .intro-sixth .slider-desc p:nth-child(3) {
    display: inline-block;
    width: 100%;
  } */
  /* .intro .slider-desc p:nth-child(2), .intro .slider-desc p:nth-child(3), .intro-second .slider-desc p:nth-child(3), .intro-third .slider-desc p:nth-child(3), .intro-fourth .slider-desc p:nth-child(3), .intro-fifth .slider-desc p:nth-child(3), .intro-sixth .slider-desc p:nth-child(3), .intro-seventh .slider-desc p:nth-child(3), .intro-seventh .slider-desc p:nth-child(2) {
    padding-left: 0;
  } */
  /* .intro .slider-desc p, .intro .slider-desc span, .intro-second .slider-desc p, .intro-second .slider-desc span, .intro-third .slider-desc p, .intro-third .slider-desc span, .intro-fourth .slider-desc p, .intro-fourth .slider-desc span, .intro-fifth .slider-desc p, .intro-fifth .slider-desc span, .intro-sixth .slider-desc p, .intro-sixth .slider-desc span, .intro-seventh .slider-desc p, .intro-seventh .slider-desc span {
    font-weight: 300;
  } */
  /* intro-second&third&fourth&fifth */
  /* .intro-second .slider-desc p:first-child, .intro-third .slider-desc p:first-child, .intro-fourth .slider-desc p:first-child, .intro-fifth .slider-desc p:first-child, .intro-sixth .slider-desc p:first-child {
    margin-left: 0;
  } */
  /* .intro-fourth .slider-desc p:nth-child(2), .intro-fourth .slider-desc p:nth-child(3), .intro-fifth .slider-desc p:nth-child(2), .intro-fifth .slider-desc p:nth-child(1), .intro-seventh .slider-desc p:nth-child(3), .intro-sixth .slider-desc p:first-child em {
    line-height: 2;
  } */
  /* .intro-fifth .slider-desc p:first-child em, .intro-sixth .slider-desc p:first-child em, .intro-seventh .slider-desc p:first-child em, .intro-fourth .slider-desc p:nth-child(2) em {
    display: block;
  } */
  /* .intro-seventh .slider-desc p:nth-child(2)  {
    margin-top: 0;
  } */
  /* .intro-sixth .slider-desc p:nth-child(2),.intro-fifth .slider-desc p:nth-child(2), .intro-fourth .slider-desc p:nth-child(2) {
    margin-top: 8px;
  } */
  /* .intro-seventh .slider-desc p {
    line-height: 2;
  } */
  
  .slide-indicator {
    top: 670px;
    justify-content: center;
    left: 0;
    text-align: center; 
  }
  .intro-shortcut {
    top: 740px;
    left: 0;
    justify-content: center;
    flex-wrap: wrap;
  }
  .intro-shortcut .mobile-shortcut-bg {
    width: 100%;
    height: 240px;
    background-color: var(--foam-latte);
    position: absolute;
    /* opacity: 50%; */
  }
  .intro-shortcut .shortcut-item {
    width: 160px;
    height: 140px;
    margin: 10px;
    margin-top: -25px;
    margin-bottom: 35px;
  }
  .intro-shortcut .shortcut-item i {
    font-size: 50px;
  }
  .intro-shortcut .shortcut-item h4 {
    font-size: 24px;
  }

  /* Section_common */
  section {
    text-align: center; 
  }
  
  section.floating {
    animation-name: none;
  }

  section.sermons {
    padding-top: 0;
  }

  section.news, section.groupcare {
    padding-top: 50px;
  }

  /* Section_Sermon */
  .sermon-summary .heading h1:after {
    opacity: 0;
  }
  .sermon-summary .sermon-contents {
    justify-content: center;
  }
  .sermon-contents i {
    display: block;
  }
  .sermon-summary .sermon-contents a.sermon-card{
    display: none;
    opacity: 0;
    width: 280px;
    transition: opacity 0.3s ease-in;   
  }
  .sermon-contents a.sermon-card.selected {
    display: block;
  }
  .sermon-summary .btn-viewmore {
    margin-top: 30px;
  }

  /* Section_News */
  .news-summary .heading h1:after {
    opacity: 0;
  }
  .news-contents {
    flex-direction: column;
  }
  .news-contents .news-sum table {
    width: 100%;
    margin-right: 0;
  }
  .news-contents .news-cards {
    width: 100%;
    margin-bottom: 50px;
    margin-left: 0;
  }
  .item-title i {
    font-size: 24px;
    transform: translateY(5%)
  }
  .item-title h3 {
    font-size: 20px;
    margin: 0;
    padding-left: 15px;
  }
  .news-cards .newscard-item {
    padding: 25px 20px;
  }

  /* Section_Groupcare */
  .groupcare .heading h1:after {
    display: none;
  }
  .groupcare-background .bg-top {
    height: 700px;
  }
  .groupcare-background .bg-letter.jubilee {
    display: none;
  }
  .groupcare-background .bg-letter.church {
    display: none;
  }
  .groupcare-contents {
    margin-bottom: 50px;
    flex-direction: column;
  }
  .cards-internal {
    flex-wrap: wrap;
  }
  .cards-internal .leftcard{
    width: 46%;
    height: 250px;
  }
  .cards-internal .leftcard:before{
    width: 100%;
  }
  .cards-internal .leftcard.youngadults, .cards-internal .leftcard.disciples {
    margin-right: 0;
  }
  .cards-internal h2, .cards-external h2 {
    font-size: 24px;
  }
  .cards-internal .leftcard.adults {
    margin-top: 10px;
  }
  .cards-internal .leftcard.disciples {
    margin-top: 25px;
  }
  .cards-external h4 {
    text-align: center;
    margin-bottom: 15px;
  }
  .cards-external {
    margin-top: 30px;
    margin-left: 0;
  }
  .cards-external .rightcard {
    width: 100%;
  }

  /* Section_Scripture */
  .scripture-contents {
    padding-right: 15px;
    top: 15%;
    text-align: center;
    left: 2%;
  }
  .scripture-contents p {
    font-size: 13px;
    letter-spacing: -1.2px;
  }

  /* Footer */
  footer {
    padding: 40px 0 ;
  }
  .footer-contents {
    flex-direction: column;
    align-items: center;
  }
  .church-info {
    margin-top: 60px;
    letter-spacing: normal;
  }
  .church-youtube {
    margin-bottom: 60px;
  }

  /* Go-to-top */
  .goto-top {
    display: none;
  }

  /*#### Introduction-Pages #### */
  /* Pages-common-styles */
  .page-banner {
    height: 240px;
  }
  .page-banner h1 {
    font-size: 32px;
  }
  section .page-contents {
    padding: 40px 0;
  }

  /* Worship-services page */
  .worship-services-info {
    height: 1450px;
  }
  .worship-services-info table tr td:last-child {
    display: none;
  }
  .worship-services-info .worship-inner {
    text-align: left;
  }
  .worship-services-info h1 {
    font-size: 28px;
  }
  .worship-services-info table {
    font-size: 16px;
  }
  .worship-services-info tr td {
    padding: 0 3px;
  }
  .worship-services-info table tr td:nth-child(2) {
    text-align: right;
  }
  .worship-lower {
    flex-direction: column;
  }
  .worship-lower tr td span {
    display: block;
  }

  /* Ministry-values page */
  section .ministry-values.page-contents {
    padding: 20px 0;
  }
  .ministry-values-heading {
    padding: 30px 20px;
  }
  .ministry-values-heading h1, .ministry-values-heading h1 span {
    font-size: 20px;
  }
  .ministry-values-heading h3 {
    font-size: 16px;
    width: 100%;
  }
  .ministry-seven-values {
    margin: 50px 0;
  }
  h1.sub-title {
    margin-bottom: 20px;
    font-size: 28px;
  }
  .ministry-seven-values h1 em {
    font-size: 24px;
  }
  .ministry-seven-values .value-contents {
    margin-bottom: 10px;
    border-radius: 50px 20px 20px 50px;
    width: 100%;
  }
  .value-desc {
    padding: 10px;
    flex: 3.2;
  }
  .value-desc h4 {
    font-size: 16px;
    text-align: left;
  }
  .ministry-twelve-rules {
    margin-top: 50px;
  }
  .rules-kapc img {
    float: none;
  }
  .rules-kapc, .rules-desc {
    font-size: 16px;
  }
  .rules-desc {
    text-align: left;
  }
  .rules-details .rules-detail-heading {
    font-size: 20px;
    padding: 10px 0;
  }
  .rules-details .rules-detail-heading i {
    font-size: 14px;
    transform: translateY(-5%);
  }
  .rules-details .rules-detail-heading.active i {
    transform: rotate(180deg);
    font-size: 16px;
  }
  .rules-details ol.rules-detail-words {
    text-align: left;
    padding-left: 30px;
  }

  /* New-members page */
  
  img.jubilee-vector {
    width: 240px;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(0%,10%);
  }
  img.tree-vector {
    position: absolute;
    width: 40px;
    right: 20%;
    bottom: -5%;
    transform: translate(0%);
  }
  img.tree2-vector {
    position: absolute;
    width: 60px;
    right: 3%;
    bottom: 0;
    transform: translate(0%);
  }
  
  /* Staffs page */
  .upper-staffs h1.sub-title {
    padding-top: 40px;
  }
  .upper-staffs > img {
    width: 280px;
    right: 0;
    bottom: -10%;
  }
  img.profile-img {
    width: 120px;
    height: 160px;
    border-radius: 5px;
    box-shadow: 1px 1px 5px rgba(128, 128, 128, 0.502);
  }
  .upper-staffs p, .lower-staffs p {
    line-height: 1;
  }
  .senior-pastor {
    padding: 30px 0;
    align-items: center;
  }
  .senior-pastor-profile {
    margin-left: 10px;
  }
  .staff-name {
    font-size: 16px;
  }
  .staff-name span {
    font-size: 14px;
  }
  .staffs .fa-regular.fa-envelope {
    font-size: 16px;
  }
  .senior-pastor-profile {
    text-align: left;
  }
  .senior-pastor-profile p:nth-of-type(1),.pastors-profile .profile-card p:nth-of-type(1), .junior-pastors .profile-card p:nth-of-type(1), .junior-pastors-em .profile-card p:nth-of-type(1) {
    font-size: 12px;
    padding-bottom: 7px;
  }
  .senior-pastor-profile p:nth-of-type(2), .pastors-profile .profile-card p:nth-of-type(2), .junior-pastors .profile-card p:nth-of-type(2), .junior-pastors-em .profile-card p:nth-of-type(2) { 
    font-size: 10px;
  }
  .senior-pastor-profile ul {
    margin-top: 10px;
    padding-left: 10px;
  }
  .senior-pastor-profile ul li {
    font-size: 10px;
    line-height: 1.4;
  }
  .lower-staffs img.jubilee-background {
    display: none;
  }
  .lower-staffs-inner {
    padding-top: 40px;
  }
  .lower-staffs-inner .profile-card {
    margin: 0 10px;
    margin-bottom: 30px;
  }
  .pastors-profile, .junior-pastors, .junior-pastors-em {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .junior-pastors-em .profile-card .eng-name {
    font-family: var(--primary-en);
    line-height: 1;
  }

  /* Direction page */
  .directon-inner h1.sub-title {
    padding-top: 40px;
  }
  .jubilee-address-copy, .jubilee-contact-number {
    text-align: left;
  }
  .direction-inner i {
    font-size: 16px;
  }
  .direction-inner h4 {
    font-size: 16px;
    margin: 0;
  }
  .jubilee-address-copy h4 {
    margin: 30px 0 15px 0;
  }
  .jubilee-address-copy .fa-solid.fa-location-dot {
    font-size: 20px;
    padding-right: 5px;
  }
  .jubilee-contact-number .fa-solid.fa-phone {
    padding-right: 5px;
  }
  .jubilee-google-map {
    margin-bottom: 10px;
  }

  /* Sermons page */
  .sunday-sermons-cards .sermon-contents {
    width: 100%;
    margin: 15px 0;
  }
  .sunday-sermons-cards .sermon-contents a.sermon-card{
    display: block;
  }
  .sunday-sermons .btn-viewmore {
    margin-top: 40px;
  }
  .sunday-sermons .search-field {
    margin-bottom: 30px;
    width: 100%;
  }
  .sunday-sermons .search-field input {
    width: 75%;
  }

  /* Sunday-sermons-detail page */
  .sunday-sermons-detail-inner h1.sub-title {
    margin: 0 0 20px 0;
  }
  .sunday-sermons-detail-inner h3 span {
    padding: 0 8px;
  }
  .todays-scripture-heading, .todays-questions-heading {
    font-size: 20px;
  }
  .todays-scripture {
    margin-top: 40px;
  }
  .todays-questions {
    margin-top: 20px;
  }
  .todays-scripture-heading i, .todays-questions-heading i {
    padding: 5px;
  }
  .sunday-sermons-detail-inner .fa-solid.fa-chevron-down {
    font-size: 16px;
  }
  .todays-scripture-contents {
    padding: 20px 5px 5px 0;
  }
  .todays-scripture-contents h4 {
    padding: 0 10px
  }
  .todays-questions-contents {
    padding: 10px;
  }
  .todays-questions-contents img {
    width: 100%;
  }
  .sunday-sermons-detail hr:nth-of-type(2) {
    margin: 30px auto;
  }
  .sermon-page-nav-buttons {
    display: flex;
    justify-content: space-between;
  }

  /* Young-adults page */
  .young-adults h3 {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 1.5;
  }
  .young-adults-contents {
    padding-top: 50px;
    padding-bottom: 0;
  }
  .young-adults-card {
    margin-bottom: 50px;
  }
  .young-adults-card:last-child {
    margin-bottom: 0;
  }
  .young-adults-card h1 {
    padding-left: 120px;
    font-size: 28px;
  }
  .young-adults-contents-inner ul {
    text-align-last: left;
  }

  /* Misamo page */
  .misamo h1.sub-title {
    padding-bottom: 15px;
  }
  .misamo-heading-background i:first-child {
    font-size: 180px;
    top: -120px;
    left: -10%;
  }
  .misamo-heading-background i:nth-child(2) {
    font-size: 80px;
    top: -90px;
    right: 0;
    animation: none;
  }
  .misamo-heading-background i:last-child {
    font-size: 150px;
    top: 150px;
  }
  .misamo-heading {
    width: 100%;
  }
  .misamo-heading h2 {
    font-size: 24px;
    line-height: 1.5;
  }
  .misamo-heading h2 b {
    font-size: 18px;
    display: block;
  }
  .misamo-heading p {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .misamo-contents {
    margin-bottom: 20px;
  }
  .misamo-contents-container {
    padding: 30px 0 20px 0;
  }
  .misamo-card {
    width: 100%;
    height: 140px;
    gap: 0;
    margin-bottom: 15px;
    text-align: left;
  }
  .misamo-card .misamo-card-img{
    opacity: 100%;
    filter: brightness(100%);
  }
  .misamo-card .misamo-card-desc {
    padding: 10px;
  }
  .misamo-card-desc h4 {
    font-size: 14px;
  }
  .misamo-card-desc h4 em {
    font-size: 12px;
  }
  .misamo-card-desc ul {
    padding-left: 15px;
    font-size: 10px;
    line-height: 1.3;
    margin-top: 5px;
  }
  .misamo-card-desc p {
    margin-top: 5px;
    font-size: 10px;
    line-height: 1;
    letter-spacing: -0.5px;
  }
  .misamo-contents-inner h3 {
    font-size: 16px;
  }
  .misamo-contents-inner h3 i {
    display: block;
    line-height: 1.7;
    font-size: 24px;
  }
  .misamo-participate {
    padding-top: 30px;
  }
  .misamo-participate-boxes {
    flex-direction: column;
    align-items: center;
  }
  .misamo-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .misamo-participate-boxes button {
    margin-bottom: 30px;
  }

  /* Adults-care page */
  .adults-care-heading-inner h3 {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 1.5;
  }
  .adults-care-contents {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .adults-care-card {
    margin-bottom: 25px;
    width: 80%;
    height: 200px;
  }
  .adults-care-card:last-child {
    margin-bottom: 0;
  }
  .young-adults-contents-inner ul {
    text-align-last: left;
  }

  /* Disciples-bible page */
  .disciples-bible-heading {
    margin-bottom: 30px;
  }
  .disciples-bible-heading h2 {
    font-size: 24px;
    line-height: 1.5;
  }
  .disciples-bible-heading h2 b {
    font-weight: normal;
    display: block;
    font-size: 22px;
  }
  .disciples-bible-heading p, .disciples-bible-heading p span {
    font-size: 22px;
    line-height: 1.5;
  }
  .disciples-bible-heading p span {
    display: inline;
  }
  .disciples-bible-contents-container {
    padding-bottom: 20px;
  }
  .disciples-bible-contents-container h1.sub-title {
    padding-top: 30px;
  }
  .disciples-bible-cards-container {
    padding-bottom: 40px;
  }
  .disciples-bible-cards-container a {
    width: 100%;
    height: 250px;
  }
  .lecture-info h1 {
    font-weight: 500;
  }
  .disciples-bible-registration h1.sub-title {
    margin-top: 30px;
  }
  .disciples-bible-registration ul {
    line-height: 1.5;
    text-align-last: left;
    padding-left: 20px;
  }

  /* Igm page */
  .igm-heading-background i:first-child {
    font-size: 170px;
  }
  .igm-heading-background i:nth-child(3) {
    font-size: 110px;
  }
  .igm-heading-background i:nth-child(4), .igm-heading-background i:nth-child(5) {
    display: none;
  }
  .igm-heading {
    width: 100%;
    margin: 20px auto 50px auto;
  }
  .igm-heading h2 {
    font-size: 22px;
  }
  h1.with-border {
    transform: translateY(-60%);
    margin-bottom: 0;
  }
  .igm-cards-container {
    padding-bottom: 20px;
    margin-bottom: 20px;
    gap: 15px;
  }
  .igm-card {
    width: 80%;
  }
  .igm-card em {
    padding-left: 0;
    padding-right: 35px;
  }
  .igm-middle-contents img {
    display: none;
  }
  .igm-middle-contents {
    margin: 30px 0;
  }
  .igm-middle-contents .igm-meetings h4 {
    text-align: left;
    line-height: 1.5;
  }
  .igm-middle-contents .igm-meetings ul {
    padding-left: 20px;
    text-align: left;
  }
  .igm-lower-contents {
    padding-bottom: 0;
  }
  .igm-lower-contents .igm-awana {
    margin-bottom: 40px;
    flex-direction: column;
  }
  .igm-lower-contents .igm-awana img {
    width: 80%;
    margin: 10px 0 20px 0;
  }
  .igm-lower-contents i {
    font-size: 45px;
  }
  .igm-lower-contents h3 {
    display: block;
    line-height: 1.5;
    transform: translateY(10%);
    padding: 0;
    margin: 0;
  }
  .igm-lower-contents i.fa-solid.fa-quote-left {
    text-align: left;
  }
  .awana-info {
    margin-left: 0;
  }
  .igm-lower-contents h4 {
    margin-top: 15px;
    text-align: center;
  }
  .igm-lower-contents p {
    text-align: center;
  }
  .igm-lower-contents .igm-catechism {
    flex-direction: column-reverse;
    margin-bottom: 30px;
  }
  .igm-lower-contents .igm-catechism img {
    margin-bottom: 20px;
  }
  .igm-catechism .catechism-info {
    margin-right: 0;
  }
  .igm-contact-info {
    margin-top: 30px;
  }
  .igm-contact-info ul {
    text-align: left;
    padding-left: 20px;
  }
}
