.mainContent {
    padding: 0 12.5rem!important;
}


.aboutTitle h2 {
    font-weight: 600;
    color: #333333;
  }

  .aboutTitle hr {
    border: 2px solid #eb6d56;
    width: 20px;
    opacity: 1;
    background-color: #eb6d56;
    height: 4px;
  }


.productImgP {
    color: #999;
    font-size: 14px;
    font-family: Mulish;
    font-weight: 500;
    line-height: 26px;
}

.productImgP a {
    text-decoration: none;
    color: #999;
}

.productImgP a:hover {
    color: #999;
}


.politics_main {
    display: flex;
    justify-content: space-between;
    margin: 6rem 0;
}

.dropdown {
    display: none;
    border-bottom: 1px solid #ccc;
    margin-bottom: 4rem;
    width: 70%;
}

.dropdown a:hover {
    color: #4E4B85;
}

.dropdown-toggle:after {
    margin-left: 3.255em!important;
}

.dropdown-menu {
    text-align: center!important;
}

.dropdown-item {
    color: #4E4B85!important;
}

.dropdown-toggle:after {
    display: none!important;
}

.topics {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.topics::first-letter {
    text-transform:capitalize;
}

.topics a {
    color: #333;
}

.topics a:hover, .topics a:focus {
    color: #EB6D56;
    font-weight: bold;
}

.topics_title {
    color: #4E4B85;
    font-size: 20px;
    font-weight: 700;
}


.politics_text_title {
    color: #4E4B85;
    font-size: 26px;
    font-weight: 700;
}

.politics_text_subtitle {
    color: #4E4B85;
    font-size: 20px;
    font-weight: 700;
}

.nutritiva_logo {
    margin-bottom: 2rem;
}

.nutritiva_logo_text {
    color: #4E4B85;
}

.table th {
    font-weight: 900!important;
}


@media(max-width: 975px) {
    .mainContent {
        padding: 40px!important;
    }
}



@media (max-width: 768px) {


    
    .politics_main {
        flex-direction: column;
    }

    .topics {
        display: none;
    }

    .dropdown {
        display: block;
    }

    .topics, .politics_text {
        width: 100%!important;
    }

  }

  @media(max-width: 575px) {
    .dropdown {
        width: 85%;
    }
    .dropdown-toggle:after {
        margin-left: .255em!important;
    }
  }

  @media(max-width: 370px) {
    .mainContent {
        padding-left: 10px!important;
        padding-right: 10px!important;
    }
  }