@font-face {
    font-family: 'Circular Std';
    src: url('../../assets/fonts/CircularStd-Book.woff2') format('woff2'),
         url('../../assets/fonts/CircularStd-Book.woff') format('woff');
    font-weight: 10;
    font-style: normal;
  }
  
  a {
    color: #67686b;
    text-decoration: none;
  }
  
  a:hover {
    color: #3f4041;
    text-decoration: none;
  }

  .card a {
    color: #76777a;
    text-decoration: none;
  }

  .card a:hover {
    color: #67686b;
    text-decoration: none;
    cursor: pointer;
  }
  
  html, body {
    height: 100vh;
    margin: 0;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    font-family: 'Circular Std', Arial, sans-serif;
    overflow-x: hidden;
    background: linear-gradient(to bottom right, #cad1d7, #e0e0e0, #cfe9e6);
    scroll-behavior: smooth;
    box-sizing: border-box;
  }
  
  *,
  *::before,
  *::after {
    box-sizing: inherit;
  }

  h2, h4, h3 {
    color: #00a48d;
  }
  
  h5 {
    color: #646464;
  }

  ul {
    margin-bottom: 40px;
  }

  .latest-articles ul li {
    margin-bottom: 40px;
  }

  p {
    color: #797575;
    font-size: 18px;
    margin-bottom: 40px;
  }

  span, li {
    color: #67686b;
  }
  
  .navbar {
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
    z-index: 1000;
    padding: 15px 0;
  }
  
  .navbar .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .logo {
    margin-left: -200px;
  }
  
  .logo-img {
    display: block;
    box-sizing: border-box;
    width: 70%;
  }
  
  .banner-img {
    margin-top: -50px;
    width: 80%;
  }
  
  .navbar .navbar-brand img {
    max-height: 80px;
  }
  
  .navbar-nav .nav-link {
    color: #00a48d;
    font-weight: 100;
  }
  
  .navbar-nav .nav-link:hover {
    color: #00a48d;
  }
  
  .navbar-toggler {
    border: none;
  }
  
  .navbar-toggler-icon {
    background-color: transparent;
  }
  
  .navbar-buttons {
    margin-right: -15%;
  }
  
  .nav-item {
    margin-right: 15px;
  }
  
  .nav-item:hover {
    color: #00a48d;
  }
  
  .lang-btn, .loja-btn {
    color: #00a48d;
    border: none;
    background: transparent;
    font-weight: 100;
  }
  
  .btn-custom {
    color: #fff;
    border: none;
    background: #00a48d;
    font-weight: 100;
    margin-top: -50px;
    border-radius: 35px;
  }
  
  .btn-custom:hover {
    color: #00a48d;
    border: none;
    background: #fff;
    font-weight: 100;
    margin-top: -50px;
    border-radius: 35px;
  }
  
  .lang-btn {
    background-color: #cbccce;
    color: white;
    padding: 12px;
    border-radius: 35px;
    font-size: 13px;
  }
  
  .loja-btn {
    background-color: #00a48d;
    color: white;
    padding: 12px;
    border-radius: 35px;
    font-size: 13px;
  }
  
  .lang-btn:hover, .loja-btn:hover {
    color: #00a48d;
    background-color: #fff;
    cursor: pointer;
  }
  
  .loja-btn {
    margin-left: 10px;
  }
  
  .navbar-nav {
    margin-left: auto;
    margin-right: auto;
  }
  
  .main-text {
    color: white;
    text-align: left;
    padding: 10%;
    font-size: 100px;
  }
  
  .main-text::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 80%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
  }
  
  .sub-text-title {
    color: white;
    text-align: left;
  }
  
  .sub-text {
    color: #cacaca;
    text-align: left;
  }
  
  .sub-text-title2 {
    color: white;
    text-align: left;
  }
  
  .sub-text2 {
    color: #cacaca;
    text-align: left;
  }
  
  .text-icon p {
    color: #797575;
    text-align: center;
    font-weight: 500;
  }
  
  .card {
    background-color: #d9d9d9;
    margin: 0 auto;
    border: none;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  
  .foto-perfil {
    background-color: #fff;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
    border: 3px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  
  .foto-perfil img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .product-item {
    text-align: center;
  }
  
  .product-item img {
    object-fit: contain;
  }
  
  .product-title {
    margin-top: 20px;
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
  }
  
  .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    z-index: 10;
  }
  
  .owl-carousel .owl-prev,
  .owl-carousel .owl-next {
    color: white;
    padding: 10px;
    font-size: 40px; 
    cursor: pointer;
  }
  
  .owl-carousel .owl-prev {
    left: 10px;
  }
  
  .owl-carousel .owl-next {
    right: 10px;
  }
  
  .owl-carousel .owl-prev:hover,
  .owl-carousel .owl-next:hover {
    background-color: #00a48d;
  }
  
  .flex {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    color: #797575;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    margin: 100px auto;
  }
  
  .flex2 {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    color: #797575;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    max-width: 80%;
    margin: 50px auto;
  }
  
  
  .flex div {
    flex: 1 1 100px;
    margin: 10px;
  }
  
  .flex2 div {
    flex: 1 1 100px;
    margin: 10px;
    margin-top: 40px;
    margin-bottom: -20px;
  }
  
  .flex p{
    margin-top: -10px;
  }
  
  .flex2 p{
    margin-top: -10px;
  }
  
  .flex img {
    max-width: 100px;
    height: auto;
  }
  
  .flex2 img {
    max-width: 100px;
    height: auto;
  }
  
  .footer-middle {
    margin-bottom: 20px; 
    margin-top: 10px;
  }
  
  .sub-text-title3 {
    margin-bottom: 50px;
    margin-top: 50px;
  }
  
  .blog {
    padding-left: 10%;
    padding-right: 10%;
    margin-top: 50px;
  }
  
  .blog-title {
    background-color: #00a48d; 
    height: 70px;
    text-align: center;
  }
  
  .blog-title h1 {
    margin: 10px
  }
  
  .blog-item {
    background-color: #f8f9fa;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 15px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    min-height: 500px;
    max-height: 600px;
  }
  
  .blog-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 5px;
  }
  
  .blog-item h3 {
    margin: 22px;
    font-size: 1.5rem;
    color: #00a48d;
    text-align: center;
  }
  
  .blog-item p {
    font-size: 0.95rem;
    color: #555;
  }
  
  .blog-item .date {
    font-size: 0.8rem;
    color: #888;
    margin-top: 10px;
  }
  
  .contato {
    padding-left: 15%;
    padding-right: 15%;
    margin-top: 50px;
    margin-bottom: -150px;
  }
  
  @media (min-width: 1701px) {
    .main-text h1 {
      font-size: 120px;
    }
  
    .main-text h2 {
      font-size: 40px;
    }
  
    .main-text {
      padding: 15%;
      margin-top: -4%;
      text-align: left;
      background-image: url("../assets/images/Banner_Desidrat/Banner_Desidrat_v2.png");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      color: #fff;
      text-shadow: 2px 2px 10px rgba(118, 119, 122, 0.5), 0px 0px 20px rgba(118, 119, 122, 0.3);
    }
  
    .logo {
      margin-left: -150px;
    }
  
    .navbar-buttons {
      margin-right: -15%;
    }
  
    .banner-img {
      margin-top: 60px;
      margin-right: 40px;
      width: 90%;
    }
  
    .img-right {
      margin-top: -30px;
      width: 65%;
    }
  
    .img-icon {
      max-width: 100%;
    }
  
    .text-icon p {
      font-size: 14px;
      margin-top: -22px;
    }
  
    .sub-text-title {
      margin-top: 80px;
      padding-left: 15%;
      padding-right: 8%;
      font-size: 100px;
      text-align: left;
    }
  
    .sub-text {
      font-size: 100px;
    }
  
    .sub-text-title2 {
      padding-right: 15%;
      padding-left: 8%;
      font-size: 100px;
      margin-top: 10rem;
      margin-bottom: 10rem;
      text-align: left;
    }
  
    .sub-text2 {
      font-size: 100px;
      margin-top: 5rem;
      margin-bottom: 10rem;
      padding-left: 15%;
      padding-right: 8%;
    }
  
    .sub-text-title3 {
      text-align: center;
    }
  
    .buttom-more .buttom-more2 {
      text-align: right;
    }
  
    .card {
      width: 100%;
      margin-bottom: 150px;
    }
  
    .foto-perfil {
      width: 160px;
      height: 160px;
    }
  
    .title-card {
      color: #fff;
      text-align: center;
      padding: 30px;
    }
  
    .text-card {
      color: #fff;
      font-size: 13px;
      text-align: center;
      padding: 90px;
      margin-top: -70px
    }
  
    .product-item img{
      width: 100%; 
      height: 200px;
    }
  
    .owl-carousel .owl-prev,
    .owl-carousel .owl-next {
      margin-top: -150px;
    }
  
    .flex {
      margin-left: 200px;
    }
  
    .flex img {
      max-width: 150px;
      height: auto;
    }
  
    .img-logo-cinza {
      margin-top: 6rem;
      max-width: 15%;
      margin-bottom: 6rem;
    }
  
    .footer-left {
      margin-left: 0;
    }
  }
  
  @media (min-width: 1521px) and (max-width: 1700px) {
    .main-text h1 {
      font-size: 120px;
    }
  
    .main-text h2 {
      font-size: 40px;
    }
  
    .main-text {
      padding: 15%;
      margin-top: -4%;
      text-align: left;
      background-image: url("../assets/images/Banner_Desidrat/Banner_Desidrat_v2.png");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      color: #fff;
      text-shadow: 2px 2px 10px rgba(118, 119, 122, 0.5), 0px 0px 20px rgba(118, 119, 122, 0.3);
    }
  
    .logo {
      margin-left: -150px;
    }
  
    .navbar-buttons {
      margin-right: -15%;
    }
  
    .banner-img {
      margin-top: 60px;
      margin-right: 40px;
      width: 90%;
    }
  
    .img-right {
      margin-top: -30px;
      width: 65%;
    }
  
    .img-icon {
      max-width: 100%;
    }
  
    .text-icon p {
      font-size: 14px;
      margin-top: -22px;
    }
  
    .sub-text-title {
      margin-top: 80px;
      padding-left: 15%;
      padding-right: 8%;
      font-size: 100px;
      text-align: left;
    }
  
    .sub-text {
      margin-top: 70px;
      font-size: 100px;
    }
  
    .sub-text-title2 {
      padding-right: 15%;
      padding-left: 8%;
      font-size: 100px;
      margin-top: 10rem;
      margin-bottom: 10rem;
      text-align: left;
    }
  
    .sub-text2 {
      font-size: 100px;
      margin-top: 5rem;
      margin-bottom: 10rem;
      padding-left: 15%;
      padding-right: 8%;
    }
  
    .sub-text-title3 {
      text-align: center;
    }
  
    .buttom-more .buttom-more2 {
      text-align: right;
    }
  
    .card {
      width: 100%;
      margin-bottom: 150px;
    }
  
    .foto-perfil {
      width: 160px;
      height: 160px;
    }
  
    .title-card {
      color: #fff;
      text-align: center;
      padding: 30px;
    }
  
    .text-card {
      color: #fff;
      font-size: 13px;
      text-align: center;
      padding: 90px;
      margin-top: -60px
    }
  
    .product-item img{
      width: 100%; 
      height: 200px;
    }
  
    .owl-carousel .owl-prev,
    .owl-carousel .owl-next {
      margin-top: -150px;
    }
  
    .flex {
      margin-left: 190px;
    }
  
    .flex img {
      max-width: 150px;
      height: auto;
    }
  
    .img-logo-cinza {
      margin-top: 6rem;
      max-width: 15%;
      margin-bottom: 6rem;
    }
  
    .footer-left {
      margin-left: 0;
    }
  }
  
  @media (min-width: 992px) and (max-width: 1520px) {
    .main-text h1 {
      font-size: 100px;
    }
  
    .main-text h2 {
      font-size: 35px;
    }
  
    .main-text {
      padding: 15%;
      margin-top: -8%;
      text-align: left;
      background-image: url("../assets/images/Banner_Desidrat/Banner_Desidrat_v2.png");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      color: #fff;
      text-shadow: 2px 2px 10px rgba(118, 119, 122, 0.5), 0px 0px 20px rgba(118, 119, 122, 0.3);
    }
  
    .logo {
      margin-left: -20px;
    }
  
    .navbar-buttons {
      margin-right: -6%;
    }
  
    .banner-img {
      margin-top: 20px;
      margin-right: 40px;
      width: 90%;
    }
  
    .img-right {
      margin-top: -30px;
      width: 70%;
    }
  
    .img-icon {
      max-width: 100%;
    }
  
    .text-icon p {
      color: #797575;
      font-size: 12px;
      font-weight: 400;
      text-align: center;
      margin-top: -22px;
    }
  
    .sub-text-title {
      margin-top: 80px;
      padding-left: 15%;
      padding-right: 8%;
      font-size: 100px;
      text-align: left;
    }
  
    .sub-text {
      margin-top: 100px;
      font-size: 100px;
    }
  
    .sub-text-title2 {
      padding-right: 15%;
      padding-left: 8%;
      font-size: 100px;
      margin-top: 8rem;
      margin-bottom: 10rem;
    }
  
    .sub-text2 {
      font-size: 100px;
      margin-top: 5rem;
      margin-bottom: 10rem;
      padding-left: 15%;
      padding-right: 8%;
    }
  
    .sub-text-title3 {
      text-align: center;
    }
  
    .buttom-more .buttom-more2 {
      text-align: right;
    }
  
    .card {
        width: 100%;
        margin-bottom: 150px;
    }
  
    .foto-perfil {
      width: 120px;
      height: 120px;
    }
  
    .title-card {
      color: #fff;
      text-align: center;
      padding: 30px;
    }
  
    .text-card {
      color: #fff;
      font-size: 12px;
      text-align: justify;
      padding: 50px;
      margin-top: -30px;
    }
  
    .product-item img{
      width: 100%; 
      height: 160px;
    }
  
    .owl-carousel .owl-prev,
    .owl-carousel .owl-next {
      margin-top: -130px;
    }
  
    .flex {
      margin-left: 190px;
    }
  
    .flex img {
      max-width: 105px;
      height: auto;
    }
  
    .img-logo-cinza {
      margin-top: 6rem;
      max-width: 15%;
      margin-bottom: 6rem;
    }
  
    .footer-left {
      margin-left: 0;
    }
  }
  
  @media (min-width: 769px) and (max-width: 991px) {
    .main-text h1 {
      font-size: 100px;
    }
  
    .main-text h2 {
      font-size: 35px;
    }
  
    .main-text {
      padding: 15%;
      margin-top: -8%;
      text-align: left;
      background-image: url("../assets/images/Banner_Desidrat/Banner_Desidrat_v2.png");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      color: #fff;
      text-shadow: 2px 2px 10px rgba(118, 119, 122, 0.5), 0px 0px 20px rgba(118, 119, 122, 0.3);
    }
  
    .logo {
      margin-left: -20px;
    }
  
    .navbar-buttons {
      margin-right: -6%;
    }
  
    .banner-img {
      margin-top: 20px;
      margin-right: 40px;
      width: 90%;
    }
  
    .img-right {
      margin-top: -30px;
      width: 70%;
    }
  
    .img-icon {
      max-width: 100%;
    }
  
    .text-icon p {
      color: #797575;
      font-size: 12px;
      font-weight: 400;
      text-align: center;
      margin-top: -22px;
    }
  
    .sub-text-title {
      margin-top: 80px;
      padding-left: 15%;
      padding-right: 8%;
      font-size: 100px;
      text-align: left;
    }
  
    .sub-text {
      font-size: 100px;
      margin-top: 100px;
      text-align: center;
    }
  
    .sub-text-title2 {
      padding-right: 15%;
      padding-left: 8%;
      font-size: 100px;
      margin-top: 6rem;
      margin-bottom: 10rem;
    }
  
    .sub-text2 {
      font-size: 100px;
      margin-top: 5rem;
      margin-bottom: 10rem;
      padding-left: 15%;
      padding-right: 8%;
    }
  
    .sub-text-title3 {
      text-align: center;
    }
  
    .buttom-more .buttom-more2 {
      text-align: right;
    }
  
    .card {
        width: 100%;
        margin-bottom: 150px;
    }
  
    .foto-perfil {
      width: 120px;
      height: 120px;
    }
  
    .title-card {
      color: #fff;
      text-align: center;
      padding: 30px;
    }
  
    .text-card {
      color: #fff;
      font-size: 12px;
      text-align: justify;
      padding: 50px;
    }
  
    .product-item img{
      width: 100%; 
      height: 160px;
    }
  
    .owl-carousel .owl-prev,
    .owl-carousel .owl-next {
      margin-top: -130px;
    }
  
    .flex {
      margin-left: 100px;
    }
  
    .flex img {
      max-width: 105px;
      height: auto;
    }
  
    .img-logo-cinza {
      margin-top: 6rem;
      max-width: 15%;
      margin-bottom: 6rem;
    }
  
    .footer-left {
      margin-left: 0;
    }
  }
  
  @media (max-width: 768px) {
    .main-text h1 {
      font-size: 60px;
      text-align: left;
    }
  
    .main-text h2 {
      font-size: 20px;
      text-align: left;
    }
  
    .main-text {
      margin-top: -1rem;
      text-align: center;
      color: #fff;
      text-shadow: 2px 2px 10px rgba(118, 119, 122, 0.5), 0px 0px 20px rgba(118, 119, 122, 0.3);
    }
  
    .logo {
      margin-left: 5px;
      max-width: 60%;
    }
  
    .logo-img {
      width: 100%;
    }
  
    .navbar-nav {
      margin-left: 12px;
    }
  
    .img-right {
      margin-top: 20px;
      width: 100%;
      margin-bottom: 20px;
    }
  
    .img-icon {
      margin-left: 10px;
      width: 120%;
    }
  
    .sub-text {
      text-align: center;
    }
  
    .sub-text2 {
      text-align: center;
    }
  
    .sub-text-title {
      padding-right: 10%;
      padding-left: 10%;
      margin-top: 20px;
    }
  
    .sub-text-title2 {
      padding-right: 10%;
      padding-left: 10%;
      font-size: 100px;
      margin-top: 20px;
      margin-bottom: 10rem;
    }
  
    .sub-text-title3 {
      padding-right: 12%;
      padding-left: 12%;
      font-size: 100px;
      margin-bottom: 20px;
      text-align: left;
    }
  
    .buttom-more {
      text-align: left;
    }
  
    .buttom-more2 {
      margin-top: 70px;
      text-align: left;
    }
  
    .card {
        width: 100%;
        margin-bottom: 150px;
    }
  
    .foto-perfil {
      width: 120px;
      height: 120px;
    }
  
    .title-card {
      color: #fff;
      text-align: center;
      padding: 30px;
    }
  
    .text-card {
      color: #fff;
      font-size: 13px;
      text-align: center;
      padding: 40px;
      margin-top: -50px
    }
  
    .product-item img{
      width: 100%; 
      height: 200px;
    }
  
    .owl-carousel .owl-prev,
    .owl-carousel .owl-next {
      margin-top: -150px;
    }
  
    .flex {
      margin-bottom: 50px;
    }
  
    .img-logo-cinza {
      margin-top: 6rem;
      max-width: 70%;
      margin-bottom: 6rem;
    }
  
    .text-icon p {
      font-size: 10px;
      margin-top: -22px;
    }
  
    .footer-left {
      margin-left: 0;
    }
  }
  
  @media (max-width: 480px) {
    .main-text h1 {
      font-size: 60px;
      text-align: left;
    }
  
    .main-text h2 {
      font-size: 20px;
      text-align: left;
    }
  
    .main-text {
      margin-top: -1rem;
      padding-left: 40px;
      text-align: left;
      color: #fff;
      text-shadow: 2px 2px 10px rgba(118, 119, 122, 0.5), 0px 0px 20px rgba(118, 119, 122, 0.3);
    }
  
    .logo {
      margin-left: 5px;
      max-width: 60%;
    }
  
    .logo-img {
      width: 100%;
    }
  
    .navbar-nav {
      margin-left: 12px;
    }
  
    .img-right {
      margin-top: 20px;
      width: 100%;
      margin-bottom: 20px;
    }
  
    .img-icon {
      margin-left: 10px;
      width: 120%;
    }
  
    .sub-text {
      text-align: center;
    }
  
    .sub-text2 {
      text-align: center;
    }
  
    .sub-text-title {
      padding-right: 10%;
      padding-left: 10%;
    }
  
    .sub-text-title2 {
      padding-right: 10%;
      padding-left: 10%;
      font-size: 100px;
      margin-top: 20px;
      margin-bottom: 10rem;
    }
  
    .sub-text-title3 {
      padding-right: 12%;
      padding-left: 12%;
      font-size: 100px;
      margin-bottom: 20px;
      text-align: left;
    }
  
    .buttom-more .buttom-more2 {
      text-align: left;
    }
  
    .card {
        width: 100%;
        margin-bottom: 150px;
    }
  
    .foto-perfil {
      width: 120px;
      height: 120px;
    }
  
    .title-card {
      color: #fff;
      text-align: center;
      padding: 30px;
    }
  
    .text-card {
      color: #fff;
      font-size: 13px;
      text-align: center;
      padding: 40px;
      margin-top: -50px
    }
  
    .product-item img{
      width: 100%; 
      height: 200px;
    }
  
    .owl-carousel .owl-prev,
    .owl-carousel .owl-next {
      margin-top: -150px;
    }
  
    .flex {
      margin-bottom: 50px;
    }
  
    .img-logo-cinza {
      margin-top: 6rem;
      max-width: 70%;
      margin-bottom: 6rem;
    }
  
    .text-icon p {
      font-size: 10px;
      margin-top: -22px;
    }
  
    .footer-left {
      margin-left: 0;
    }
  }
  
  footer {
    background-color: transparent;
    padding: 20px 0;
    margin-top: auto;
  }
  
  .footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
  }
  
  .footer-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }
  
  .footer-left, .footer-center, .footer-right {
    flex: 1;
  }
  
  .footer-left {
    font-size: 14px;
    color: #cacaca;
    font-weight: 600;
    margin: 0;
    margin-left: -18%;
  }
  
  .footer label {
    color: #76777a;
    font-size: 18px;
    font-weight: bolder;
    text-align: center;
    margin: 0;
  }
  
  .footer label2 {
    color: #909194;
    font-size: 14px;
    font-weight: bolder;
    text-align: center;
    margin: 0;
  }
  
  .footer-center2 p {
    color: #797575;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    margin: 0;
  }
  
  .footer-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  
  .footer-logo {
    max-height: 40px;
  }
  
  .social-icons a {
    color: #00a48d;
    margin-left: 15px;
    font-size: 18px;
    text-decoration: none;
  }
  
  .social-icons a:hover {
    color: #00a48d;
  }
  