i{
    font-size: 52px;
    color:#582fca;
}
.software_card{
    width:100%;
    background-color: whitesmoke;
    padding:30px 40px;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    height: 200px;
}
a{
    color:grey;
}
a:hover{
    color:black;
}



/* qa-section */
.qa_card{
    width:100%;
    background-color: whitesmoke;
    padding:30px 40px;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    height: 250px;
}


/* cloud-cards */
.cloud_card{
    width:100%;
    background-color: whitesmoke;
    padding:30px 40px;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    height: 250px;
}


/* business-cards */
.business_card{
    width:100%;
    background-color: whitesmoke;
    padding:30px 40px;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    height: 220px;
}
.cntr{
    text-align: center;
}


/* schedule_call_section */


