.industry-cards-main-div {
    background: #F3F4F6;
    padding: 80px 0px;
}
.industry-cards-main-div p {
    padding: 0px 20px;
    text-align: center;
}
.industry-card-main {
    background: #FFFFFF;
    box-shadow: 30px 30px 30px rgba(0, 163, 229, 0.15);
    border-radius: 0px 20px;
    padding: 65px 40px 28px 40px;
    height: 500px;
}
.industry-name {
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    color: #363636;
}
.industry-text {
    font-weight: 300;
    font-size: 16px;
    text-align: center;
    color: #6D6E71;
}
.industry-readmore {
    color: #363636;
}
.industry-readmore a {
    color: #363636 !important;
}
.industry-card-main:hover {
    background: #00A3E5;
}
.industry-card-main:hover .industry-name {
    color: #FFFFFF;
}
.industry-card-main:hover .industry-text {
    color: #FFFFFF;
}
.industry-card-main:hover .industry-readmore {
    color: #FFFFFF;
}
.icon1 {
    display: none;
}
.icon2 {
    display: block;
}

.industry-card-main:hover .icon1 {
    display: block;
}
.industry-card-main:hover .icon2 {
    display: none;
}
@media screen and (min-width: 1200px) and (max-width: 1399.9px) {
    .industry-card-main {
        height: 550px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199.9px) {
    .industry-card-main {
        height: 600px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991.9px) {
    .industry-card-main {
        height: 560px;
    }
}
@media screen and (max-width: 767.9px) {
    .industry-card-main {
        height: auto;
    }
}