.ideas .funds {
    display: grid;
    grid-template-columns : repeat(4, 1fr);
    column-gap: 30px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    padding: 0 15px;
}

.ideas .funds .col-lg-3, .ideas .funds .col-md-6, .ideas .funds .col-sm-12 {
    flex: none;
    max-width: none;
    -ms-flex: none;
    padding-right: 0;
    padding-left: 0;
}

.ideas .funds .ideasImgWrapper_item {
    width: auto;
}

.ideas .funds .row {
    margin-right: 0;
    margin-left: 0;
}



@media (max-width: 1300px) {
    .ideas .funds {
        grid-template-columns : repeat(3, 1fr);
        width: 95%;
    }
}

@media (max-width: 991px) {
    .ideas .funds {
        grid-template-columns : repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .ideas .funds {
        grid-template-columns : repeat(1, 1fr);
    }
}

.ideasContentBtnsWrapper {
    grid-template-columns : repeat(2, 1fr);
    column-gap: 30px;
}

.ideasContentBtnsWrapper .sectionBtn, .ideasContentBtnsWrapper button.button-page, .ideasContentBtnsWrapper a.button-page {
    min-width: auto;
    width: 100%;
    padding: 0;
}

header .headerLogo {
    width: 300px;
}

@media (max-width: 1199.98px) {
    header .headerLogo, footer .headerLogo {
        width: 180px;
    }
}

@media (max-width: 1200px) {
    .ideasContentText {
        height: 250px;
    }
    .ideasContentTitle {
        height: 185px;
    }
}

@media (max-width: 991px) {
    .ideasContentText {
        height: 160px;
    }
    .ideasContentTitle {
        height: 140px;
    }
}

@media (max-width: 767px) {
    .ideasContentText {
        height: auto;
    }
    .ideasContentTitle {
        height: auto;
    }
}

@media (max-width: 992px) {
    .headerRightWrapper .headerAccount:last-child {
        margin-left: 27px;
    }
    .headerRightWrapper .headerAccount:last-child div {
        bottom: -13px;
        right: -140px
    }
}

@media (max-width: 870px) {
    .headerRightWrapper .headerAccount:last-child div {
        width: 150px;
    }
}

#navbarNavDropdownMobile .headerAccount div {
    position: absolute;
    color: rgb(174, 174, 174);
    font-size: 8px;
    text-align: left;
    bottom: 0;
    left: 120px;
    width: 170px;
}

#navbarNavDropdownMobile .headerAccount:before {
    width: 100%;
}

#navbarNavDropdownMobile .navbar-nav li:first-child {
    margin-bottom: 20px;
}

#navbarNavDropdownMobile .headerAccount {
    position: relative;
    width: fit-content;
}

@media (max-width: 768px) {
    .button#buy-shares {
        margin-top: 20px;
        font-size: 12px;
        height: auto;
        padding: 7px 15px;
        left: 50%;
        margin-left: -165px;
    }
}
