.makemoneytitle{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    word-wrap: break-word;
}

.makemoneyitemsrow{
    padding: 50px 180px 20px 180px;
    display: flex;
    justify-content: center;
}


.makemoneyiconicimagecontainerdiv{
    display: flex;
    justify-content: center;
}

.makemoneyiconicimage{
    width: 100px;
    height: 100px;
    border-radius: 100%;
}

.makemoneyiconicimage:hover{
    transform: rotate(360deg);
    transition-delay: 0.5s;
    transition-duration: 0.8s;
    box-shadow: 2px 2px 10px grey;
    transition-timing-function: linear;
    transform-style: preserve-3d;
    cursor: pointer;
}

.makemoneysingleitem{
    /* padding: 0px; */
    /* margin: 0px 15px; */
    /* box-shadow: 2px 2px 10px grey; */
}

.makemoneydesccontainerdiv{
    display: flex;
    justify-content: center;
}

.makemoneydescription{
    padding: 15px;
    text-align: center;
}


@media only screen and (max-width: 992px) {
    .makemoneyitemsrow{
        padding: 20px 15px;
    }
}
