.section-inform-message .section-content-box {
    padding: 32px 24px;
    background-color: #53812C;
}

.section-inform-message .section-image-box {
    display: block;
    width: 100%;
    line-height: 0
}

.section-inform-message .section-image-box img {
    width: 100%;
    height: auto;
    line-height: 0;
    border: 0;
    outline: none
}

.section-inform-message .section-logo-box {
    background-color: #F0F0F0;
    min-height: 145px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-inform-message .section-logo-box img {
    max-width: 247px;
    max-height: 145px;
    display: inline-block;
}

.section-inform-message .text-block-subheading {
    color: #FFD100;
    font-size: 22px !important;
    font-weight: 300 !important;
}

.section-inform-message .text-block-heading {
    margin-bottom: 32px;
    font-size: 40px !important;
    line-height: 1.125 !important;
    letter-spacing: 0.3px;
    color: white !important;
    max-width: 590px;
    font-family: var(--second-font) !important;
}

.section-inform-message .text-block-content {
    margin-bottom: 52px;
    padding-top: 24px;
    max-width: 613px;
}

.section-inform-message .text-block-content h4 {
    color: white !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.625;
}

.section-inform-message .text-block-content p {
    color: white !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.625;
}

.section-inform-message .text-block-content br {
    display: none !important;
}

.section-inform-message .btn {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.53px;
    color: black;
    background-color: white;
    padding: 12px 28px;
    text-decoration: none;
}

@media only screen and (max-width: 768px) {
    .section-inform-message .section-logo-box {
        min-height: 104px;
    }

    .section-inform-message .section-logo-box img {
        max-width: 168px;
        max-height: 98px;
    }

    .section-inform-message .text-block-heading {
        margin-bottom: 24px;
        font-size: 30px !important;
        line-height: 1.133 !important;
        letter-spacing: 0.2px;
        max-width: 445px;
    }

    .section-inform-message .text-block-subheading {
        font-size: 20px !important;
    }
}

@media only screen and (max-width: 450px) {

    .section-inform-message .section-logo-box {
        min-height: 91px;
    }

    .section-inform-message .section-logo-box img {
        max-width: 150px;
        max-height: 88px;
    }

}

@media only screen and (min-width: 769px) {
    .section-inform-message .section-box {
        padding-left: 52px;
        padding-right: 52px
    }

    .section-inform-message .section-content-box {
        padding: 32px
    }

    .section-inform-message .text-block-content br {
        display: block !important
    }
}

@media only screen and (min-width: 1280px) {
    .section-inform-message .section-box {
        padding-left: 218px;
        padding-right: 218px
    }

    .section-inform-message .section-content-box {
        padding: 48px 64px
    }

    .section-inform-message .text-block-content {
        margin-bottom: 72px;
        padding-top: 32px
    }
}
