@media screen and (min-width: 0px) and (max-width: 768px) {
  .hero .wrapper {
    display: block;
  }
  .hero .wrapper .first-col {
    /*    padding-top: 30px;*/
  }
  .logo {
    margin-bottom: 50px;
  }
  .logo img {
    max-width: 170px;
  }
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 19px;
  }
  h5 {
    font-size: 17px;
  }
  p {
    font-size: 14px;
  }
  .wrapper {
    padding: 40px 0;
  }
  .btn-container {
    display: grid;
    row-gap: 10px;
  }
  .btn {
    font-size: 14px;
  }
  .scroll-downs {
    margin-top: 80px;
    display: none;
  }
  .hero {
    min-height: auto;
    background-position: right;
    position: relative;
  }
  .hero .wrapper {
    position: relative;
  }
  .hero .wrapper .hero-left h3 {
    width: 100%;
  }
  .about .wrapper {
    display: block;
  }
  .about .wrapper .left-col {
    padding-right: 0;
  }
  .about .wrapper .right-col {
    display: block;
  }
  .about .wrapper .right-col .image-grid {
    width: 100%;
    margin-top: 50px;
  }
  .testimonials .wrapper .testimonial-boxes {
    display: block;
  }
  .testimonials .wrapper .testimonial-boxes .testimonial-box {
    display: block;
    margin-bottom: 50px;
  }
  .testimonials .wrapper .testimonial-boxes .testimonial-box .testimonial-copy {
    width: auto;
    padding: 30px;
  }
  .testimonials .wrapper .testimonial-boxes .testimonial-box .testimonial-copy::after {
    border-left: 50px solid #f0f0f0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    position: absolute;
    right: auto;
    bottom: -20px;
    transform: rotate(90deg);
  }
  .testimonials .wrapper .testimonial-boxes .testimonial-box .testimonial-user {
    margin-top: 40px;
  }
  .testimonials .wrapper .testimonial-boxes .testimonial-box:hover .testimonial-copy::after {
    right: auto;
  }
  .testimonials .wrapper .testimonial-boxes .testimonial-box .testimonial-user img {
    width: 70px;
    height: 70px;
  }
  .testimonials .wrapper .testimonial-boxes .testimonial-box .testimonial-user {
    margin-top: 40px;
    margin-left: 20px;
  }
  .testimonials .wrapper .testimonial-boxes .testimonial-box.right .testimonial-copy::after {
    right: 5%;
    left: auto;
    transform: rotate(90deg);
  }
  .testimonials .wrapper .testimonial-boxes .testimonial-box:hover.right .testimonial-copy::after {
    left: auto;
  }
  .testimonials .wrapper .testimonial-boxes .testimonial-box.right .testimonial-user {
    margin-right: 20px;
  }
  .testimonials .wrapper .testimonial-boxes .testimonial-box.right .testimonial-user .testimonial-user-details {
    text-align: left;
  }
  .attend .wrapper .icon-boxes {
    display: grid;
    row-gap: 30px;
  }
  .strategies .wrapper h2 {
    width: auto;
  }
  .strategies .wrapper .icon-boxes {
    grid-template-columns: repeat(2, 1fr);
  }
  .date-fees .wrapper {
    display: block;
  }
  .date-fees .wrapper .left-col {
    margin-bottom: 50px;
  }
  .date-fees .wrapper .left-col ul {
    font-size: 14px;
  }
  .date-fees .wrapper .right-col p {
    font-size: 14px;
  }
  footer .wrapper {
    padding: 40px 0;
    display: block;
    text-align: center;
  }
  footer .wrapper .right-col .social ul {
    justify-content: center;
  }
  footer .wrapper .right-col p {
    text-align: center;
  }
  footer .wrapper .right-col {
    margin-top: 30px;
    display: block;
  }
  footer .wrapper .right-col .contact-footer {
    text-align: left;
  }
  footer .wrapper .right-col .social-footer .social ul {
    justify-content: flex-start;
  }
  footer .wrapper .right-col .social-footer {
    margin-top: 40px;
  }
  footer .wrapper .left-col .footer-logo img {
    max-height: 50px;
  }
  footer .wrapper .left-col p {
    font-size: 13px;
  }
  footer .wrapper .right-col p {
    font-size: 13px;
  }
  #scroll {
    right: 20px;
    bottom: 50px;
    width: 50px;
    height: 50px;
  }
  #scroll:hover {
    background-color: #820028;
    opacity: 1;
    width: 50px;
    padding: 15px;
  }
  #scroll:hover p {
    display: none;
  }
  .hero .wrapper .hero-right .tab-container {
    max-width: 100%;
    width: 100%;
    margin-top: 30px;
  }
  .hero .wrapper .hero-right .tabHeader {
    padding: 15px 15px;
  }
  .hero .wrapper .hero-right {
    margin-top: 0;
  }
  .hero .wrapper .hero-left h1 {
    margin-bottom: 20px;
  }
  .about .wrapper .right-col .about-img img {
    width: 100%;
    height: auto;
  }
  .about .wrapper .right-col .about-img {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 660px) and (max-width: 768px) {
  .btn-container {
    display: flex;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 25px;
  }
  p {
    font-size: 16px;
  }
  .btn {
    padding: 24px 30px;
  }
  .wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .hero {
    min-height: auto;
    position: relative;
    background-position: 80% 0;
  }
  .hero .wrapper {
    position: relative;
    display: block;
  }
  .logo {
    margin-bottom: 60px;
  }
  .about .wrapper .left-col {
    padding-right: 0;
  }
  .about .wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .about .wrapper .right-col {
    display: block;
  }
  .about .wrapper .right-col .image-grid {
    width: 100%;
    margin-top: 70px;
  }
  .testimonials .wrapper .testimonial-boxes .testimonial-box .testimonial-copy {
    padding: 40px;
  }
  .testimonials .wrapper .testimonial-boxes .testimonial-box .testimonial-copy::after {
    right: -7%;
  }
  .testimonials .wrapper .testimonial-boxes .testimonial-box.right .testimonial-copy::after {
    left: -7%;
  }
  .testimonials .wrapper .testimonial-boxes .testimonial-box .testimonial-user .testimonial-user-details h5 {
    margin-bottom: 10px;
  }
  .strategies .wrapper h2 {
    width: 80%;
  }
  .strategies .wrapper .icon-boxes .icon-box p {
    font-size: 15px;
  }
  .date-fees .wrapper .left-col ul li {
    font-size: 15px;
  }
  .date-fees .wrapper .right-col p {
    font-size: 15px;
  }
  footer .wrapper .left-col .footer-logo img {
    max-height: 60px;
  }
  footer .wrapper {
    padding: 50px 0;
  }
  footer .wrapper .left-col p {
    font-size: 13px;
  }
  footer .wrapper .right-col p {
    font-size: 13px;
  }
  #scroll {
    position: fixed;
    right: 70px;
    bottom: 160px;
  }
  .scroll-downs {
    margin-top: 100px;
    display: none;
  }
  .hero .wrapper .hero-right {
    margin-top: 20px;
  }
  .hero .wrapper .hero-right .tab-container {
    width: 70%;
    max-width: initial;
    margin: 0 auto;
  }
  .about .wrapper .right-col .about-img img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .hero {
    min-height: auto;
  }
  .about .wrapper .right-col .image-grid {
    width: 90%;
  }
  .about .wrapper .left-col {
    padding-right: 50px;
  }
}