*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.side-image{
    height: 15rem;
    width: 22rem;
}
.know-more-btn{
    background-color: #4285f4;
    border: none;
    border-radius: 20px;
    color: #fff;
    margin-top: 20px;
}

.hr{
    height: 0.4rem;
    width: 5rem;
    background-color: #4285f4;
    margin-left: auto;
    margin-right: auto;
}
.flex-icons{
    height: 4rem;
    width: 4rem;
}
.bg-color{
    background-color: rgb(219, 211, 211);
    width: 20rem;
    height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 2rem;
    margin-top: 1rem;

}
.bg-color h5{
    margin-top: 5rem;
}
.digital-solutions-para{
    margin-top: 5rem;
    margin-bottom: 5rem;
    padding: 5px;
}
















.img-main-container{
    display: flex;
    justify-content: space-evenly;
    align-items: flex-end;
    height: 7rem;
    width: 100%;
}
.grey-color{
    background-color: grey;
    height: 5.2rem;
}
.icon-images{
    align-self: flex-end;
    margin-top: 2rem;
    height: 6rem;
    width: 6rem;
    background-color: #fff;
    padding: 1rem;
    border-radius: 3rem;
}
.side-img{
    height: 400px;
    width: 400px;
}
.below-content{
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100vh;
}
.para-content{
    width: 350px;
    margin-top: 20px;
}
#block-2,#block-3{
    display: none;
}

.hover-borders{
    border: 1px solid #4285f4;
    width: 15rem;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
}

.p1{
    background-color: #4285f4;
}

.p2,.p3  {
    background-color: #fff;
}
#p1,#p2,#p3{
    margin: 10px;
}