
.rounded-item {
    width: 130px;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.trends {
    background: url(../images/img2.jpg) left no-repeat;
}
.links {
    /* height: 770px; */
}
.mgt-290 {
    margin-top: 290px;
}

.carousel-indicators li {
    width: 110px;
    margin: 0 20px;
}
.trends-item {
    width: 48%;
    padding-bottom: 30px;
}
@media (max-width: 500px) {
    .trends {
        background-size: cover;
    }
    .trends-item {
        width: 96%;
    }
    .rounded-item {
        width: 70px;
        height: 70px;
        overflow: hidden;
    }
    .carousel-indicators li {
        width: 30px;
        margin: 0 3px;
    }
}

