.divider{
    width: 7rem;
    height: 4px;
    border-radius: 3px;
    margin-top: 2rem;
    margin-bottom: 4rem;
    margin-left: auto;
    margin-right: auto;
    opacity: 1;
}

.mediumTextSize{
    font-size: 1.25rem;
}


.group-bg{
    background-image: url("../static/Investomanie_tym_fotka.jpg");
    background-size: cover;
    background-position: center center;
}


.fullSizeImage{
    width: 100%;
    height: 100%;
}



.bold{
    font-weight: bold;
}

.aboutUsItem{
    padding: 5%;
}




.LineBotMarginBig{
    margin-bottom: -3rem;
}

.LineTopMarginBig{
    margin-top: -3rem;
}

.carouselImage{
    max-width: 300px;
}

@media only screen and (max-width: 1400px) {
    .carouselImage{
        max-width: 250px;
    }
    .carouselImageWrapper{
        margin: 0.5rem !important;
    }
    .carouselText{
        font-size: 1rem !important;
    }
}
@media only screen and (max-width: 1000px) {
    .carouselImage{
        max-width: 200px;
    }
    .carouselImageWrapper{
        margin: 0.3rem !important;
    }
}



@media only screen and (max-width: 600px) {
    .carouselImageWrapper{
        margin: 0.5rem !important;
        margin-bottom: 1rem !important;
    }
    .carouselImage{
        max-width: 100px;
    }
}