@media (max-width: 575px) {
  .navbar img {
    max-width: 180px;
  }
}

footer.main {
  background-color: #67CDEC;
}

footer.main .social-icons {
  margin-top: 25px;
  padding-left: 30px;
}

footer.main .social-icons i {
  font-size: 18px;
}

footer.main .other-links h4 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}

footer.main .other-links ul {
  margin-top: 20px;
  padding-left: 10px;
  list-style-type: none;
}

footer.main .other-links li a {
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}

.section-padding {
  padding: 60px 0;
}

.btn-outline-primary {
  font-size: 20px;
  font-weight: 500;
  border-color: #068DDD;
  color: #0E8FD1;
  border-radius: 8px;
  padding: 10px 20px 10px 20px;
}

.btn-outline-primary:hover {
  background: linear-gradient(93.66deg, #2791C0 0%, #59BBDE 100%);
  color: #ffffff;
}

.btn-primary {
  font-size: 20px;
  font-weight: 500;
  border-radius: 10px;
  color: #ffffff;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  background: linear-gradient(93.66deg, #2791C0 0%, #59BBDE 100%);
  padding: 10px 20px 10px 20px;
}

.btn-outline-light {
  font-size: 20px;
  font-weight: 500;
  border-radius: 8px;
  color: #ffffff;
  border-color: #ffffff;
  padding: 10px 20px 10px 20px;
}

.btn-outline-light:hover {
  color: #068DDD;
  background-color: #ffffff;
}

.btn-primary:hover {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  background-color: #068DDD;
}

#home--front-section .btn-primary {
  border: none;
  background: linear-gradient(106.17deg, #44A7D5 0%, #12DEC8 99.15%);
}

.demo-video .btn-primary {
  border: none;
  background: linear-gradient(106.17deg, #44A7D5 0%, #12DEC8 99.15%);
}

#home--upcoming-features .btn-primary {
  border: none;
  background: linear-gradient(106.17deg, #44A7D5 0%, #12DEC8 99.15%);
}

#partner-sippi-front .btn-primary {
  background: linear-gradient(93.66deg, #2791C0 0%, #59BBDE 100%);
  border: none;
  color: #ffffff;
}

@media (max-width: 575px) {
  #partner-sippi-front .btn-primary {
    margin-bottom: 10px;
  }
}

#tag-line .btn-outline-primary {
  color: #068DDD;
  border-color: #068DDD;
}

#tag-line .btn-outline-primary:hover {
  color: white;
  background: linear-gradient(93.66deg, #2791C0 0%, #59BBDE 100%);
}

.login-with-google-btn {
  padding: 12px 16px 12px 42px;
  border: none;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 6px rgba(180, 180, 180, 0.7);
          box-shadow: 0px 0px 6px rgba(180, 180, 180, 0.7);
  border-radius: 10px;
  color: #757575;
  font-size: 14px;
  font-weight: 500;
}

.login-with-google-btn:hover {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 123, 184, 0.78);
          box-shadow: 0px 0px 10px rgba(0, 123, 184, 0.78);
}

.main-heading {
  margin: 30px 0;
  margin-bottom: 50px;
}

.main-heading h2 {
  color: #2C2C2C;
  font-size: 2rem;
  margin-bottom: 30px;
  position: relative;
}

.main-heading h2 span {
  font-weight: 700;
  color: #0179A7;
}

.main-heading h2:after {
  content: "";
  width: 90px;
  height: 4px;
  background-color: #0179A7;
  position: absolute;
  bottom: -20px;
  left: 0;
}

.main-heading.center {
  text-align: center;
}

.main-heading.center h2:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

h2 {
  font-weight: 300;
  font-size: 34px;
  line-height: 126.4%;
  position: relative;
}

h2 span {
  color: #0E8FD1;
  font-weight: 600;
  font-size: 34px;
}

body {
  font-family: 'Poppins', sans-serif;
}

#tag-line {
  background: rgba(124, 124, 124, 0.05);
  border: 1px solid rgba(14, 143, 209, 0.25);
}

#tag-line h1 {
  font-size: 52px;
  font-weight: 700;
  background: linear-gradient(95.93deg, #0070A9 2.98%, #74D2EE 99.6%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

#home--front-section {
  background-image: url("./Images/front-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 710px;
}

#home--front-section h1 {
  font-weight: 700;
  font-size: 5rem;
}

@media (max-width: 575.98px) {
  #home--front-section h1 {
    font-size: 3rem;
  }
}

#home--front-section h5 {
  font-weight: 300;
  font-size: 22px;
  color: #dbdbdb;
  padding-top: 10px;
}

#home--front-section h2 {
  padding-top: 15px;
}

#home--front-section h2 span {
  font-size: 60px;
  font-weight: 600;
}

@media (max-width: 575.98px) {
  #home--front-section h2 span {
    font-size: 2.5rem;
  }
}

.btn-primary {
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

.btn-primary:hover {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.features {
  background: rgba(24, 173, 191, 0.05);
  position: relative;
  margin-top: 120px;
}

.features h6 {
  font-weight: 600;
  font-size: 20px;
  color: #005b6d;
}

.features p {
  font-weight: 300;
  font-size: 18px;
}

.features .feature-heading {
  background: linear-gradient(100.99deg, #43a7d4 0.36%, #13dbc8 100%);
  border-radius: 0px 112.5px 112.5px 0px;
  position: absolute;
  top: 90px;
  width: 350px;
  height: 75px;
}

@media (max-width: 1180px) {
  .features .feature-heading {
    width: 280px;
    position: relative;
    top: -0px;
  }
}

@media (max-width: 820px) {
  .features .feature-heading {
    width: 200px;
    position: relative;
    top: -0px;
    height: 95px;
  }
}

@media (max-width: 768px) {
  .features .feature-heading {
    width: 350px;
    position: relative;
    top: -80px;
  }
}

@media (max-width: 575.98px) {
  .features .feature-heading {
    width: 250px;
    position: relative;
    top: -80px;
  }
}

.features img {
  width: 20%;
}

.demo-video h3 {
  color: #00667a;
  font-size: 30px;
  font-weight: 600;
}

#home--app-features {
  background: linear-gradient(100.82deg, rgba(65, 168, 211, 0.8) 0%, rgba(23, 214, 201, 0.8) 100%);
  color: white;
}

#home--app-features h3 {
  font-weight: 500;
}

#home--upcoming-features .feature-item {
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  height: 90%;
}

#home--upcoming-features .feature-item:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#home--kart-list .h3 {
  color: #00667a;
  font-size: 28px;
  font-weight: 600;
}

#home--kart-list .content p {
  font-size: 14px;
}

@media (max-width: 575px) {
  #home--kart-list .content p {
    font-size: 16px;
  }
}

#home--kart-list .kart-list-item {
  background: linear-gradient(100.99deg, #43a7d4 0.36%, #13dbc8 100%);
  color: white;
}

#home--kart-list .kart-list-item .image {
  max-width: 100%;
  max-height: 320px;
}

#home--upcoming-features .feature-item {
  margin: 15px 0;
  -webkit-box-shadow: 5px 5px 10px 5px rgba(238, 238, 238, 0.62);
          box-shadow: 5px 5px 10px 5px rgba(238, 238, 238, 0.62);
}

#home--upcoming-features .feature-item .image img {
  width: 100%;
}

#home--upcoming-features .feature-item .content {
  padding: 20px;
}

#home--upcoming-features .feature-item .content h4 {
  font-size: 18px;
  font-weight: 600;
  color: #005e71;
}

#home--upcoming-features .feature-item .content p {
  font-size: 14px;
}

#home--testimonials .what-says-heading {
  padding-right: 240px;
  margin-top: 0;
}

#home--testimonials .feedback .row {
  margin-top: 100px;
  margin-bottom: 300px;
}

#home--testimonials .wrapper .outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 300px;
  margin-top: 100px;
}

#home--testimonials .wrapper .card {
  background: white;
  width: 600px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 5px 5px 5px 5px;
  -webkit-box-shadow: 0px 0px 50px rgba(14, 143, 209, 0.27);
          box-shadow: 0px 0px 50px rgba(14, 143, 209, 0.27);
  -webkit-animation: animate 15s linear infinite;
          animation: animate 15s linear infinite;
  -webkit-animation-delay: calc(3s * var(--delay));
          animation-delay: calc(3s * var(--delay));
}

#home--testimonials .outer:hover .card {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

#home--testimonials .wrapper .card:last-child {
  -webkit-animation-delay: calc(-3s * var(--delay));
          animation-delay: calc(-3s * var(--delay));
}

@-webkit-keyframes animate {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%) scale(0.5);
            transform: translateY(100%) scale(0.5);
  }
  5%,
  20% {
    opacity: 0.4;
    -webkit-transform: translateY(100%) scale(0.7);
            transform: translateY(100%) scale(0.7);
  }
  25%,
  40% {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0%) scale(1);
            transform: translateY(0%) scale(1);
  }
  45%,
  60% {
    opacity: 0;
  }
  65%,
  100% {
    opacity: 0;
    -webkit-transform: translateY(-100%) scale(0.5);
            transform: translateY(-100%) scale(0.5);
  }
}

@keyframes animate {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%) scale(0.5);
            transform: translateY(100%) scale(0.5);
  }
  5%,
  20% {
    opacity: 0.4;
    -webkit-transform: translateY(100%) scale(0.7);
            transform: translateY(100%) scale(0.7);
  }
  25%,
  40% {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0%) scale(1);
            transform: translateY(0%) scale(1);
  }
  45%,
  60% {
    opacity: 0;
  }
  65%,
  100% {
    opacity: 0;
    -webkit-transform: translateY(-100%) scale(0.5);
            transform: translateY(-100%) scale(0.5);
  }
}

#home--testimonials .card .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#home--testimonials .wrapper .card .img {
  height: 80px;
  width: 80px;
  position: absolute;
  left: 20px;
  top: 20px;
  background: #fff;
  border-radius: 50%;
}

#home--testimonials .card .img img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

#home--testimonials .card .details {
  margin-left: 100px;
}

#home--testimonials .details span {
  font-weight: 700;
  color: #0062A2;
  font-size: 20px;
}

#home--testimonials .card a:hover {
  -webkit-transform: scale(0.94);
          transform: scale(0.94);
}

#head-content {
  background-image: url("./Images/home/front.png");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 545px;
  position: relative;
  margin-bottom: 150px;
}

@media (max-width: 768px) {
  #head-content {
    margin-bottom: 40px;
  }
}

@media (max-width: 575px) {
  #head-content {
    background-image: url("./Images/home/responsive front.png");
    margin-bottom: 110px;
  }
}

#head-content h1 {
  font-size: 52px;
  font-weight: 700;
}

@media (max-width: 768px) {
  #head-content h1 {
    font-size: 36px;
  }
}

@media (max-width: 575px) {
  #head-content h1 {
    font-size: 28px;
  }
}

#head-content h5 {
  font-weight: 200;
  font-size: 26px;
  width: 80%;
}

@media (max-width: 768px) {
  #head-content h5 {
    font-size: 22px;
    width: 100%;
  }
}

@media (max-width: 575px) {
  #head-content h5 {
    font-size: 16px;
    width: 100%;
  }
}

#head-content {
  padding-top: 70px;
}

@media (max-width: 768px) {
  #head-content {
    padding-top: 20px;
  }
}

@media (max-width: 575px) {
  #head-content {
    padding-top: 30px;
  }
}

#head-content .product-item {
  position: relative;
  bottom: -190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (max-width: 1185px) {
  #head-content .product-item {
    bottom: -50px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 768px) {
  #head-content .product-item {
    bottom: -50px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 575px) {
  #head-content .product-item {
    bottom: -20px;
  }
}

#head-content .product-item a {
  text-decoration: none;
}

#head-content .product-item .product-item-child {
  border: 2px solid #e0e0e0;
  height: 100%;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  background-color: rgba(250, 250, 250, 0.65) !important;
  -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(120px);
          backdrop-filter: blur(120px);
  color: #323232;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 768px) {
  #head-content .product-item .product-item-child {
    margin-top: 18px;
  }
}

@media (max-width: 575px) {
  #head-content .product-item .product-item-child {
    margin-top: 18px;
  }
}

#head-content .product-item .product-item-child img {
  padding: 10px 10px 10px 10px;
  width: 100%;
}

#head-content .product-item .product-item-child h3 {
  color: #323232;
  font-weight: 600;
  font-size: 28px;
}

@media (max-width: 768px) {
  #head-content .product-item .product-item-child h3 {
    font-size: 22px;
  }
}

@media (max-width: 575px) {
  #head-content .product-item .product-item-child h3 {
    font-size: 22px;
  }
}

#head-content .product-item .product-item-child p {
  color: #323232;
  font-size: 16px;
}

@media (max-width: 768px) {
  #head-content .product-item .product-item-child p {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  #head-content .product-item .product-item-child p {
    font-size: 14px;
  }
}

#head-content .product-item .product-item-child .sub-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#head-content .product-item .product-item-child .sub-child .left {
  width: 100px;
}

#head-content .product-item .product-item-child .sub-child .right {
  width: 65%;
}

#head-content .product-item .product-item-child:hover {
  color: #fff;
  border: none;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  background: linear-gradient(273.6deg, #0E8FD1 0%, #006396 100%);
}

h3 {
  font-size: 32px;
  font-weight: 300;
}

h3 span {
  font-weight: 700;
  color: #0793D5;
}

p {
  font-size: 19px;
}

#our-motto {
  font-size: 22px;
  font-weight: 400;
}

#our-motto .our-motto {
  padding-left: 50px;
  padding-right: 50px;
}

#payment-gateway {
  background-color: #F4F7FB;
}

#payment-gateway .img {
  opacity: 0.6;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}

@media (max-width: 575px) {
  #payment-gateway .img {
    padding-bottom: 20px;
  }
}

#payment-gateway .img:hover {
  opacity: 1;
  -webkit-filter: none;
          filter: none;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}

@media (max-width: 575px) {
  #payment-gateway {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

#api-integration .btn {
  background-color: #0793D5;
  color: white;
}

@media (max-width: 575px) {
  #api-integration .btn {
    margin-bottom: 30px;
  }
}

#partner-sippi-front {
  background-image: url("./Images/partner-sippi/front.png");
  background-color: #5d5d5d;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 1180px) {
  #partner-sippi-front {
    background-image: url("./Images/partner-sippi/front-tab-img.png");
  }
}

@media (max-width: 768px) {
  #partner-sippi-front {
    background-image: url("./Images/partner-sippi/front-tab-img.png");
  }
}

@media (max-width: 575.98px) {
  #partner-sippi-front {
    background-image: url("./Images/partner-sippi/front-mb-img.png");
  }
}

#partner-sippi-front .content {
  padding-left: 200px;
  padding-right: 200px;
}

@media (max-width: 768px) {
  #partner-sippi-front .content {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 575.98px) {
  #partner-sippi-front .content {
    padding-left: 10px;
    padding-right: 10px;
    text-align: start;
  }
}

#partner-sippi-front h1 {
  text-align: center;
  font-size: 52px;
  font-weight: 700;
  color: #5d5d5d;
}

@media (max-width: 768px) {
  #partner-sippi-front h1 {
    font-size: 32px;
  }
}

@media (max-width: 575.98px) {
  #partner-sippi-front h1 {
    text-align: start;
    font-size: 32px;
  }
}

#partner-sippi-front h1 span {
  font-size: 116px;
  background: linear-gradient(95.93deg, #0070a9 2.98%, #74d2ee 99.6%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

@media (max-width: 768px) {
  #partner-sippi-front h1 span {
    font-size: 72px;
  }
}

@media (max-width: 575.98px) {
  #partner-sippi-front h1 span {
    text-align: start;
    font-size: 58px;
  }
}

@media (max-width: 575px) {
  #partner-sippi-front img {
    padding-bottom: 40px;
  }
}

#partner-sippi-front .button {
  text-align: center;
  margin-top: 20px;
}

@media (max-width: 575px) {
  #partner-sippi-front .button {
    text-align: start;
  }
}

#e-shop--lite--feature {
  background: rgba(124, 124, 124, 0.05);
  border: 1px solid rgba(14, 143, 209, 0.25);
}

#e-shop--lite--feature .container h4 {
  font-size: 22px;
  font-weight: 600;
  color: #0e8fd1;
}

#e-shop--lite--feature p {
  font-size: 16px;
}

#features-points {
  background-image: url("./Images/partner-sippi/features-bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

@media (max-width: 768px) {
  #features-points {
    background-image: url("./Images/partner-sippi/features-tab-bg.png");
    font-size: 16px;
  }
}

@media (max-width: 575.98px) {
  #features-points {
    background-image: url("./Images/partner-sippi/features-mobile-bg.png");
    background-size: 100%;
  }
}

#features-points .heading p {
  font-size: 18px;
  font-weight: 400;
}

#features-points p {
  font-size: 16px;
}

@media (max-width: 768px) {
  #features-points p {
    font-size: 12px;
  }
}

@media (max-width: 575.98px) {
  #features-points p {
    font-size: 12px;
  }
}

#features-points .inclusion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 20px;
  position: relative;
  min-height: 130px;
  height: calc(100% - 10px);
}

#features-points .inclusion-item p {
  margin-bottom: 0;
}

#features-points .inclusion-item .arrow-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #0171A9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0171A9;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#features-points .inclusion-item.left-arrow .arrow-icon {
  left: -25px;
}

#features-points .inclusion-item.right-arrow .arrow-icon {
  right: -25px;
}

#vocal-for-local {
  background: rgba(94, 94, 94, 0.082);
}

#vocal-for-local h1 {
  font-size: 72px;
  font-weight: 700;
  color: #FF6D2E;
}

#vocal-for-local h1 span {
  color: #5d5d5d;
}

#vocal-for-local .local {
  color: #3FD34E;
}

#vocal-for-local p {
  font-size: 24px;
}

#sample-work {
  background-image: url("./Images/partner-sippi/sample-bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

@media (max-width: 575.98px) {
  #sample-work {
    background-image: url("./Images/partner-sippi/sample-mobile-bg.png");
  }
}

#sample-work img {
  width: 50%;
}

#White-lable--features p {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.53);
}

@media (max-width: 768px) {
  #White-lable--features p {
    font-size: 16px;
  }
}

@media (max-width: 575.98px) {
  #White-lable--features p {
    font-size: 16px;
  }
}

#White-lable--features .logo {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

@media (max-width: 768px) {
  #White-lable--features .logo {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}

@media (max-width: 575.98px) {
  #White-lable--features .logo {
    font-size: 16px;
    padding-bottom: 20px;
  }
}

#White-lable--features .logo:hover {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}

#tech-in-use .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#tech-in-use .content .img {
  height: 100px;
}

#tech-in-use .content .img img {
  height: 80px;
  width: auto;
}

#tech-in-use h5 {
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 575px) {
  #tag-line h1 {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  #tag-line h1 {
    font-size: 40px;
  }
}
/*# sourceMappingURL=style.css.map */