.industry-cta {
    align-items: center;
    width: 100%;
    max-width: 1120px;
    margin: 0 auto 90px auto;
    padding: 70px 20px;
    background-color: #0fc66a;
    border: 1px solid rgba(223, 225, 237, .7);
    border-radius: 8px;
    box-shadow: 0 40px 50px -10px rgba(42, 43, 46, .15);
}

@media screen and (max-width:1156px) {
    .industry-cta {
        width: 90%;
    }
}

@media screen and (max-width:450px) {
    .industry-cta {
        padding: 40px 20px;
    }
}

.industry-cta h3 {
    color: #fff;
    text-align: center;
    font-size: 45px;
    width: 100%;
    max-width: 548px;
    line-height: 50px;
    margin: 0 auto;
}

@media screen and (max-width:600px) {
    .industry-cta h3 {
        font-size: 32px;
    }
}

@media screen and (max-width:450px) {
    .industry-cta h3 {
        font-size: 28px;
    }
}

.industry-cta p {
    color: #fff;
    font-size: 16px;
    width: 100%;
    text-align: center;
    margin: 25px 0 65px 0;
}

.industry-cta .industry-cta-btns-wrapper {
    display: flex;
    justify-content: center;
    gap: 20px;
       flex-wrap: wrap;
}

@media screen and (max-width:450px) {
    .industry-cta .industry-cta-btns-wrapper {
        flex-direction: column;
        align-items: center;
    }
}

.industry-cta .industry-cta-btns-wrapper .industry-cta1 {
    color: #0EC76A;
    width: 100%;
    max-width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
}

.industry-cta .industry-cta-btns-wrapper .industry-cta2 {
    background-color: #d2d8d54a;
    color: #fff;
    width: 100%;
    max-width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
}

.industry-cta .industry-cta-btns-wrapper .btn__solid {
	padding: 12px 28px;
}