.expandable-block .wp-block-image {
  overflow: hidden;
  max-width: 460px;
  width: 100%;
  height: 90px;
  border-radius: 20px;
  transition: width 0.3s ease-in-out; }
  .expandable-block .wp-block-image img {
    -o-object-position: center;
       object-position: center;
    -o-object-fit: cover;
       object-fit: cover; }
  @media screen and (max-width: 992px) {
    .expandable-block .wp-block-image {
      max-width: 100%;
      height: 200px; } }

.expandable-block .content {
  transition: all 0.3s ease-in-out;
  padding: 25px;
  padding-top: 0;
  padding-left: 40px;
  padding-bottom: 0;
  width: 100%; }
  @media screen and (max-width: 992px) {
    .expandable-block .content {
      padding: 0 20px; } }

.expandable-block.expanded p {
  display: block; }

.expandable-block.expanded .wp-block-image {
  height: auto; }
  @media screen and (max-width: 992px) {
    .expandable-block.expanded .wp-block-image {
      height: 200px; } }

.expandable-block h6 {
  padding-top: 20px;
  font-weight: 500;
  text-align: left;
  width: 100%;
  border: none;
  background-color: transparent;
  padding-right: 90px;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='20' cy='20' r='20' fill='%23FFCC00'/%3E%3Cpath d='M15.2849 25.892L24.469 16.7078L24.469 22.9457C24.469 23.4059 24.842 23.7789 25.3022 23.7789C25.7624 23.7789 26.1356 23.4058 26.1356 22.9456L26.1356 14.696C26.1356 14.2358 25.7624 13.8626 25.3023 13.8628L17.0528 13.8628C16.8227 13.8628 16.6142 13.956 16.4634 14.1069C16.3127 14.2576 16.2194 14.466 16.2194 14.6961C16.2194 15.1563 16.5926 15.5295 17.0526 15.5293L23.2905 15.5293L14.1063 24.7135C13.7811 25.0387 13.7809 25.5666 14.1063 25.892C14.4318 26.2174 14.9594 26.2174 15.2849 25.892Z' fill='%23121212'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: right 10px center; }
  @media screen and (max-width: 992px) {
    .expandable-block h6 {
      padding-block: 20px;
      padding-right: 70px;
      font-size: 18px; } }

.expandable-block.expanded h6 {
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='20' cy='20' r='20' fill='%23FFCC00'/%3E%3Cpath d='M20.8308 27.5002L20.8308 14.5118L25.2417 18.9227C25.5671 19.2481 26.0946 19.2481 26.42 18.9227C26.7454 18.5972 26.7454 18.0695 26.42 17.7441L20.5867 11.9108C20.2612 11.5854 19.7335 11.5854 19.4083 11.9108L13.575 17.7441C13.4123 17.9068 13.3308 18.1202 13.3308 18.3335C13.3308 18.5466 13.4123 18.76 13.575 18.9227C13.9004 19.2481 14.4281 19.2481 14.7533 18.9227L19.1642 14.5118L19.1642 27.5002C19.1642 27.9602 19.5373 28.3335 19.9975 28.3335C20.4577 28.3335 20.8308 27.9604 20.8308 27.500programs_filter_item 2Z' fill='%23121212'/%3E%3C/svg%3E%0A"); }
