.customer-cards-container{
    margin-top: 20px;
    width: 100%;
}
.customer-cards-inner-container
{
    width: 100%;
    flex-wrap: wrap;

}
.customer-portal-laptop-img{
    padding: 2rem 2rem 2rem 0rem ;
    width: 90%;
    height: auto;
    filter: drop-shadow(15px 7px 15px rgba(0,0,0,0.4));
    transition:  0.3s ease-in-out;
}
.customer-portal-laptop-img:hover{
    transform: scale(1.1) !important;
    transition:  0.3s ease-in-out;

}
.customer-text{
    margin-left: 30px;
    width: 100%;
}
#customer_portal_text{
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 10px;
    color:  #FFA12E;
    text-decoration: none;
}
.customer-text p{
    font-size: 16px;
    font-weight: 400;
}
.customer-cards{
    outline: 2px solid rgb(238, 239, 252);
    border-radius: 10px;
    margin: 16px 0px 16px 30px;
    padding: 1.5rem;
    width: 45%;
}
.customer-active{
    border: none;
    background-color: white;
}
.customer_active_title{
    color: #656EEA !important;
}
.customer-cards img{
    padding: 0px;
    height: 40px;
    width: 40px;
}
.customer-cards h2{
    margin-top: 10px;
    /* color: #656EEA; */
    color: rgb(29, 29, 29);
    font-size: 20px;
    font-weight: 500;
}
.customer-cards p{
    margin-top: 10px;
    color: #636363;
    font-size: 15px;
    font-weight: 400;
}
.customer-portal-sign-in-btn{
    background-color: #FFA12E;
    color: #ffffff;
    border: none;
    padding: 0.8rem 4.5rem;
    border-radius: 50px;
    font-size: 18px;
    cursor: pointer;
    font-weight: 600;
    transition: ease-in-out 0.4s;
    white-space: nowrap;
}
.customer-portal-sign-in-btn:hover{
    background-color: #000000;
    color: #ffffff;
}
.customer-portal-sign-in-href{
    margin-top: 3rem;

}

@media screen and (max-width:600px) {
    
    .customer-portal-laptop-img{
        padding: 10px;
    }
    .customer-portal-sign-in-btn{
        padding: 0.6rem 2rem;
        font-size: 16px;
    }
    .customer-text{
        margin-left: 0px;
    }
    .customer-text .title {
        font-size: 30px;
        text-align: center;
    }
    .customer-text .description {
        font-size: 14px;
        text-align: center;
    }
     .customer-cards{
        width: 100%;
        margin: 10px;
    }
}
@media screen and (min-width:600px) and (max-width:800px) {
    
    .customer-portal-laptop-img{
        padding: 10px;
    }
    .customer-portal-sign-in-btn{
        padding: 0.6rem 2rem;
        font-size: 16px;
    }
    .customer-text{
        margin-left: 0px;
    }
    .customer-text .title {
        margin-top: 10px;
        font-size: 32px;
        text-align: center;
    }
    .customer-text .description {
        padding: 0px 10px;
        font-size: 16px;
        text-align: center;
    }
     .customer-cards{
        width: 100%;
        margin: 10px;
    }
}

@media screen and (min-width:800px) and (max-width:1100px) {
    .customer-cards{
        margin: 10px;
        width: 100%;
    }
    .customer-portal-laptop-img {
        padding: 10px;
    }
    .customer-text {
        margin-left: 10px;
    }

}

@media screen and (min-width:1100px) and (max-width:1400px) {
    .customer-cards{
        margin: 10px;
    }
    .customer-portal-laptop-img {
        padding: 10px;
    }
    .customer-text {
        margin-left: 10px;
    }

}

@media screen and (min-width:1700px) {
    .customer-text {
        padding: 0px 20px;

    }

}
