.trp-container-wrapper.ola-yellow-banner-wrapper {
    background-color: #f4f5f6;
    padding-bottom: 48px;
    padding-top: 24px; }
  
.yellow-banner-component.ola-banner .yellow-banner-text-body {
    padding: 0; }

.yellow-banner-component.ola-banner .yellow-banner-icon {
    display: none; }

.yellow-banner-component{
    display: none;
    border: solid 1px #dbaf15;
    background-color: #fbf6e5;
    padding: 24px 20px; }

.yellow-banner-component .yellow-banner-content{
    display: flex; }

.yellow-banner-component .yellow-banner-icon{
    margin: 3px 0 auto 0;
    height: 30px;
    width: 30px; }

.yellow-banner-component .yellow-banner-text-body{
    padding: 0 23px 0; }

.yellow-banner-component .yellow-banner-header{
    font-family: "Nimbus Sans Bold";
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #3b3b3b; }

.yellow-banner-component .yellow-banner-text{
    font-family: "Nimbus Sans Regular";
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: left;
    color: #3b3b3b; }

.yellow-banner-text-body p{
    margin-bottom: 4px; }

@media (min-width: 768px) and (max-width: 1024px){
    .yellow-banner-component .yellow-banner-text-body{
        padding: 0 18px 0; }
}
@media (max-width: 767px) {
    .yellow-banner-component .yellow-banner-header p{
        font-size: 16px;
        line-height: 1.38; }

    .yellow-banner-component .yellow-banner-text p{
        font-size: 16px; }
}
