#banner {
    height: 100%;
    overflow: hidden;
    background: linear-gradient(94deg, #fcffd4 10%, #2f7c54cc 57%);
    padding: 20px 0;
}
.banner-image{
	display: flex;
    align-items: center;
}
.banner_toolimg {
    flex: 45%;
}
.banner_cntnt{
    flex: 51%;
}
.banner_toolimg img {
    max-width: 470px;
    width: 100%;
    aspect-ratio: 1.1;
}
.banner_heading {
    font-size: 2.9rem;
    line-height: 1.1;
    margin-bottom: 24px;
    color: #ffffff;
    text-shadow: 1px 1px #000000d9;
}
.banner_cntnt p {
    font-size: 18px;
    color: #ffffff;
    text-shadow: 0px 0px #2a6245;
}
.banner_cntnt p strong{
    color: inherit;
}
.hghlght_txt{
    text-transform: uppercase;
    font-family: var(--font-secondary-bold);
    color: #f2ff24;
}