@media screen and (min-width: 1400px) {
  .my-method .method-title{
    font-size: 40px;
  }
  .my-method .method-readmore a {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  h2 {
   font-size: 27pt;
   line-height: 30pt !important; 
  }

  .my-nav-row {
    height: 64px;
  }
  #top_container > .row:first-of-type {
    padding-top: 64px !important;
  }

  .navbar-toggler {
    width: 40px;
    height: 30px;
    padding-left: 9px !important;
    padding-top: 3px !important;
    margin-top: 4px !important;
    }
    .navbar-toggler-icon {
      width: 20px;
      height: 20px;
      }
      
  .logo-ewn img {
    position: absolute;
    top: 0;
    height: 91px;
    z-index: 999;
  }
  
  #navbarTogglerDemo02 {
    background-color: white !important;
    z-index: 100;
    }
    ul.my-nav li.nav-item:first-child>a {
      margin-top: 40px;
    }
    ul.my-nav li.nav-item a {
      height: 30px;
      padding-top: 10px;
      box-sizing: initial;
    }
    .navbar .pink-link a {
      padding: 10px 0 8px 10px !important;
      margin-left: -10px;
    }

  .my-method.ratio-1x1 {
    --bs-aspect-ratio: initial;
    width: 100%;
    height: 40px;
    }

    .my-method .method-title {
      margin-top: 3px;
      font-size: 5vw;
    }
    
    .my-method-content {
      background-image: none !important;
    }
    .my-method-content .col {
    aspect-ratio: initial;
  }

  .and-next-header {
    min-height: 450px !important;
  }
  .and-next-header-image {
    position: inherit; 
    /* width: 864px; */
  }    
  .margin-top-180 {
    margin-top:auto;
  }
  .code-input {
    flex-wrap: wrap;
    width: 100%;
  }
  .code-input input[type=text] {
    width: 100%;
  }
  .code-input input[type=submit] {
    margin-top: 15px;
  }

  .width-90p {
    width: 90%;
  }

  .team-images .team-info {
    border-left: none;
    border-right: none;
    border-bottom: 1px solid white;
    }
  .team-images .team-info:last-child {
    border-left: none;
    border-right: none;
    border-bottom: none;
    }    
  a.faq-question {
    line-height:50px;
    padding-left: 15px;
    text-indent: 0;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;

    &::after {
      margin: 20px 30px 0 0 !important;
    }
  }
}
@media only screen and (min-width: 601px) and (max-width: 1200px) {
  .my-nav-row {
    height: 85px;
  }
  #top_container > .row:first-of-type {
    padding-top: 85px !important;
  }

  .logo-ewn img {
    position: absolute;
    top: 0;
    height: 120px;
    z-index: 999;
  }

  ul.my-nav li.nav-item {
    margin: 0 6px;
    line-height: 100%;
    }
  ul.my-nav li.nav-item {
    height: 85px;
    line-height: 85px;
    }    
    ul.my-nav li.nav-item a {
      height: 85px;
      line-height: normal;
      padding-top: 41px;
      }        
    .navbar .pink-link a {
      padding: 41px 15px 0 15px !important;
    }
    
    .team-images .team-info .round-image {
      min-height: auto;
    } 
    a.faq-question {
      line-height:50px;
      padding-left: 15px;
      text-indent: 0;
      height: auto;
      padding-top: 15px;
      padding-bottom: 15px;
  
      &::after {
        margin: 20px 30px 0 0 !important;
      }
    }
}
@media only screen and (max-width: 550px) {
	.btn_magazine {
		margin-left: 165px;
		font-size: 76%;
		margin-top: 15px;
	}
	.btn_magazine svg {
		width: 25px !important;
		height: 25px !important;
		margin-left: -7px;
	}
	.btn_magazine span {
		font-size: 14px !important;
	}
}
@media only screen and (min-width: 551px) and (max-width: 600px) {
	.btn_magazine {
		margin-left: 300px;
		font-size: 76%;
		margin-top: 20px;		
	}
}
@media only screen and (min-width: 601px) and (max-width: 768px) {
	.btn_magazine {
		margin-left: 490px;
		font-size: 14pt;
	}
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
	.btn_magazine {
		margin-left: 400px;
	}
}
@media only screen and (min-width: 993px) and (max-width: 1200px) {
	.btn_magazine {
		margin-left: 440px;
	}
}
@media only screen and (min-width: 1201px) and (max-width: 1400px) {
	.btn_magazine {
		margin-left: 620px;
	}
}