* { 
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
    
    body {
        display: flex;
        width: 100vw;
        height: 100vh;
        justify-content: center;
        align-items: center;
        padding: 164px 165px 164px 165px;
        font-family: barlow semi condensed;
        
    }
    
    .grid-conteiner {
        
        display: grid;
        width: 1110px;
        height: 572px;
        grid-template-columns:  1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr  ;



        
        
        
        
    }
    
    .box1 {
        grid-column: 1/3;
        background-color:#733FC8;
        width: 540px;
        height: 282px;
        padding: 26px 32px 26px 32px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        border-radius: 8px;
    }

    .firstline {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
         width: 121px;
        height: 28px;
    }
    
    .image1 {
        width: 28px;
        height: 28px;
        border-radius: 28px;
    }
 
   

    .text1 {
        color:#FFFFFF  ;
      font-size: 13px;
      font-weight: 500;
       line-height: 13px;
    }

    .text2 {
        color:  #FFF;
        font-size: 11px;
        font-weight: 500;
        line-height: 11px;
        opacity: 0,5;
    }
.text3 {
    width: 476px;
    height: 72px;
    font-size: 20px;
    font-weight: 600;
    color:#FFF ;
    
}

.text4 {
    width:476px ;
    height: 90px;
    color:#CFCFCF ;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    opacity: o,7;
}
    .box2 {
        grid-column-start: 3;
        width: 255px;
        height: 282px;
        border-radius: 8px;
        background-color:#48556A ;
        box-shadow: 40px 60px 50px -47px rgba(72, 85, 106, 0.25);
        padding: 26px 32px 32px 32px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

.firstline2 {
             display: flex;
             flex-direction: row;
             align-items: center;
             justify-content: space-between;
             width: 136px;
             height: 28px;
}
.toptext{
   
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 500;
    line-height: 13px;
}
 
.toptext2 {
    color: #FFF;
    font-size: 11px;
    font-weight: 500;
    line-height: 11px;
    opacity: 0,5;
}

 .toptext3 {
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    
 }
 .bottomtext {
    width: 191px;
    height: 90px;
    color: #FFF;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px; 
    opacity: 0.7;
 }

    
    .box3 {

        background-color: #FFF;
        grid-area: 2 /1;
        width: 255px;
        height: 266px;
        border-radius: 8px;
        box-shadow: 40px 60px 50px -47px rgba(72, 85, 106, 0.25);
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        padding: 26px 32px 26px 32px;
    }

    .firstline3 {
        width: 134px;
        height: 28px;
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: space-between;

    }
             
.lighttxt{
    color: #48556A;
    font-size: 13px;
    font-weight: 500;
    line-height: 13px;
    

}

.lighttxt2 {
    color: #48556A;
    font-size: 11px;
    font-weight: 500;
    line-height: 11px;
    opacity: 0,5;
    
    
}

.lighttxt3 {
    color: #48556A;
    font-size: 20px;
    font-weight: 600;
    

}

.lighttxt4 {
    color: #48556A;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    opacity: 0,7;
    
}
    
    .box4 {
        grid-area: 2/ 2 /3/4;
        width: 540px;
        height: 266px;
        border-radius: 8px;
        background-color: #19202D;
        box-shadow: 40px 60px 50px -47px rgba(72, 85, 106, 0.25);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 26px 32px 26px 32px;
    }  
    
    .cont4 {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 124px;
        height: 28px;
    }
    .line1 {
        color: #FFF;
        font-size: 13px;
        font-weight: 500;
        line-height: 13px;
    }

    .line2 {
        color: #FFF;
        font-size: 11px;
        font-weight: 500;
        line-height: 11px;
        opacity: o,5;
    }

   .line3 {
    color:  #ECF2F8;
    font-size: 20px;
    font-weight: 600;
    width: 476px;
    height: 72px;
   }
    
    .line4 {
        color: #FFF;
        font-size: 13px;
        font-weight: 500;
        line-height: 18px;
        opacity: 0,7;
        width: 476px;
        height: 72px;
    }
    
   
    .box5 {
        background-color: #FFF;
        grid-area: 1/4/5/4;
        width: 255px;
        height: 555px;
        border-radius: 8px;
        box-shadow: 40px 60px 50px -47px rgba(72, 85, 106, 0.25);
        padding: 26px 32px 26px 32px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;

        }

        .cont5 {
            width: 121px;
            height: 28px;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
        }

        .last1 {
            color: #48556A;
            font-size: 13px;
            font-weight: 500;
            line-height: 13px;
        }

        .last2{
            color: #48556A;
            font-size: 11px;
            font-weight: 500;
            line-height: 11px;
            opacity: 0,5;
        }

        .last3{
            color: #48556A;
            font-size: 20px;
            font-weight: 600;
            width: 191px;
            height: 72px;
        }

        .last4 {
            color: #48556A;
            font-size: 13px;
            font-weight: 500;
            opacity: 0,7;
            width: 191px;
            height: 378px;
        }