.sec2{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sec2 .left{
    width: 500px;
}
.sec2 .right{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
    padding: 20px;
}
.form-control{
    border: 1px solid   ;
}
.card-wrapper{
    display: flex;
    flex-wrap: wrap;
}
.card{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    align-items: center;
    margin: 10px;
}   
.logo-secvice{
    margin-top: 4rem !important;
}
section.inner-banner h5{
        margin-bottom: 3rem;
}
section.inner-banner h1 {
        margin-bottom: 1rem;
}
img.ande {
    height: 410px;
}
.card-title {
    font-weight: 600;
    margin-bottom: 25px;
    font-size: 22px;
}