.innerbanner-section {
    margin: 0 0 0 0;
    position: relative;
    min-height: 481px;
    padding: 150px 0;
    display: flex;
    align-items: center;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-size: cover;
}

.inner-banner-content {
    max-width: 639px;
    text-align: center;
    margin: auto;
}

.inner-banner-content >*:not(.btn) {
    color: #ffffff;
}
.innerbanner-section .notes {
    border-radius: 50px;
    border: 1.5px solid rgba(27, 27, 27, 0.15);
    background: #FFF;
    color: #1B1B1B;
    padding: 7.5px 25px;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    position: absolute;
    bottom: -20px;
    left: 15px;
    right: 15px;
    margin: auto;
    width: fit-content;
    text-align: center;
}
@media only screen and (max-width:1199px){
    .innerbanner-section {
        min-height: 420px;

    }
}
@media only screen and (max-width:767px){
    .innerbanner-section .notes {
        font-size: 14px;
        line-height: 20px;
        border-radius: 20px;  
    }
}