
        .flex-row {
            display: flex;
        }

        .mt10 {
            margin-top: 10px;
        }

        .mt20 {
            margin-top: 20px;
        }


        .flexColumn {
            display: flex;
            flex-direction: column;
        }


        .box1,
        .box2,
        .box3{
            /*background-color: #fff;*/
            border-radius: 10px;
            padding: 20px;
        }
         .box6 {
            background: #ffffff;
    		width: 100%;
    		margin-left: -0.8rem;
    		margin-top: 1rem;
    		min-height: 10px;
    		border: 1px solid #e7e9eb;
    		border-radius: 10px;
    		padding: 0.75rem;
    		text-align: center;
         }


        .col6 {
            color: #666;
        }

        .ml20 {
            margin-left: 20px;
        }

        .image-container img {
            width: 100%;
        }
        