#top #wrap_all .avia-section.checker-tool-title-section {
    position: relative !important;
    background-color: rgb(243, 243, 246) !important;
    background-image: none !important;
    max-width: 100% !important;
    height: 30rem !important;
    padding: 1% 1% 5% !important;
    margin: 0px auto !important;
    border-radius: 0px 0px 50% 50% !important;
}

.checker-tool-title-section {
    padding-left: 0px !important;
    width: 100%;
    max-width: 258px;
}

.checker-tool-title-section span {
    font-family: 'Mulish', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: #474C6D;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0px;
    text-align: center;
}

@media (max-width: 768px) {

    #top #wrap_all .avia-section.checker-tool-title-section h1 {
        margin-top: 1.8rem;
        font-size: 1.8rem;
    }

    .checker-tool-title-section span {
        font-size: 20px;
    }

}

@media (max-width: 480px) {
    #top #wrap_all .avia-section.checker-tool-title-section {
        position: relative !important;
        background-color: rgb(243, 243, 246) !important;
        background-image: none !important;
        max-width: 100% !important;
        height: 25rem !important;
        padding: 0% 0% 5% !important;
        margin: 0px auto !important;
        border-radius: 0px 0px 20% 20% !important;
    }    

    .responsive #top #wrap_all .checker-tool-title-section .container,
    .responsive #top #wrap_all .bimi-record-lookup .container {
        width: 100%;
        max-width: 100%;
    }

    .checker-tool-title-section span {
        font-size: 16px;
    }

    .caa-checker-portlet-body {
        margin-right: 1.2rem;
    }

    .avia-section .template-page .checker-tool-title-section .entry-content-wrapper {
        padding-right: 8px;
        padding-left: 8px;
    }
}