.mainBackgroundCustom {
    /* background-image: linear-gradient(#7365e2, #448ef6); */
    /* padding: 25px; */
    min-height: 240px;
    padding: 20px;
    /*box-shadow: #111111;*/
    background-color: #fff;
    
	} 
    .divColCustom{
    flex: 0 0 100%;
    max-width: 100%;
    }

    .mainBackgroundCustom .divColCustom h1{
    color: #7b68ee;
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 20px;
    letter-spacing: -1.5px;
    }

    .insideDivCustom{
        text-align: center;
    }

    .insideDivCustom a{
        float: left;
        margin-right: 1.5%;
        text-decoration: none;
        max-width: 15%;
        text-align: center;
        min-width: 12%;
    }

    .dynamicFavIconsCustom {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .15);
    }

    .insideText{
    font-family: Graphik, sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: -.3px;
    text-align: center;
    color: #333436;
    word-break: break-word;
    padding-top: 10px;
    }    


