.grid_small_icon {
    max-width: 33px;
}
.custom_grid_icon_item_inner img {
    width: 100%;
    height: auto;
}
.custom_grid_icon_item_inner {
    text-align: left;
}
.grid_custom_title_wrapper {
    font-size: 26px;
    color: #F7670A;
    font-family: 'HarmonySans-Regular';
}
.grid_custom_text_wrapper {
    font-family: 'HarmonySans-Regular';
    font-size: 16px;
    max-width: 350px;
}
.grid_large_icon {
    max-width: 45%;
    margin-left: auto;
}
.custom_grid_richtext_item.padding_0 {
    padding: 0;
}
.custom_grid_icon_item_inner {
    text-align: left;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.custom_grid_richtext_item.padding_0,
.custom_grid_richtext_item.padding_0 * {
    line-height: 1;
}
.icon_top_right.mobile_hide {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 25%;
}
.icon_top_right.mobile_hide.icon_top_right_star {
    max-width: 20%;
    top: auto;
    right: 10px;
}
.grid_large_image {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.grid_large_image_cover  img {
    height: 100%;
    object-fit: cover;
}
.custom_grid_richtext_item.padding_0 {
    padding: 0 !important;
}
@media(max-width: 768px){
    .grid_icon_with_text_outter .custom_grid_richtext_item {
        width: 100%;
    }
    .grid_icon_with_text_outter .custom_grid_richtext_item:not(.padding_0) {
        width: calc(50% -  5px);
    }
    .custom_grid_richtext_item.padding_0 img {
        aspect-ratio: 1/1;
        object-fit: cover;
    }
    .grid_custom_title_wrapper {
        font-size: 16px;
    }
    .grid_custom_text_wrapper {
        font-size: 13px;
    }
    .grid_icon_with_text_outter .custom_grid_richtext_wrapper {
        display: flex;
        flex-wrap: wrap;
    }
    .grid_large_icon.enlarge_on_mob {
        width: 60%;
        max-width: 220px;
    }
    .grid_icon_with_text_outter .custom_grid_richtext_item {
        padding: 8px;
    }
}