.content-section .timely-message__inner-wrapper {
  padding: 0 0 !important;
}

.timely-message__inner-wrapper {
  display: grid;
  gap: var(--spacing-l);
  max-width: 1124px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .timely-message__inner-wrapper {
    padding: 0 var(--spacing-l);
  }
}
@media (max-width: 991px) {
  .timely-message__inner-wrapper {
    gap: var(--spacing-xs);
  }
}
@media (max-width: 575px) {
  .timely-message__inner-wrapper {
    padding: 0 var(--spacing-xs);
    grid-template-columns: 1fr;
    gap: var(--spacing-m);
  }
}
.timely-message__inner {
  display: flex;
  align-items: center;
  background-color: var(--primary-white-color);
  border-radius: var(--border-radius-xs);
  overflow: hidden;
}
@media (max-width: 575px) {
  .timely-message__inner {
    flex-direction: column;
  }
}
.timely-message__inner--right .timely-message__image {
  order: 2;
}
@media (max-width: 575px) {
  .timely-message__inner--right .timely-message__image {
    order: 1;
  }
}
.timely-message__inner--right .timely-message__content {
  order: 1;
  gap: var(--spacing-l);
  padding: var(--spacing-l) var(--spacing-4xl) var(--spacing-4xl) var(--spacing-l);
}
@media (max-width: 575px) {
  .timely-message__inner--right .timely-message__content {
    order: 2;
    padding: var(--spacing-l) var(--spacing-l) var(--spacing-l) var(--spacing-l);
  }
}
.timely-message__inner--right .timely-message__icon-wrapper {
  justify-content: flex-start;
}
.timely-message__image {
  position: relative;
  display: flex;
  flex: 0 0 44%;
  height: 100%;
}
@media (max-width: 575px) {
  .timely-message__image {
    width: 100%;
    height: auto;
    flex: 0 0 auto;
    order: 1;
    border-radius: var(--border-radius-xs) var(--border-radius-xs);
    overflow: hidden;
    aspect-ratio: 1/1;
  }
}
.timely-message__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.timely-message__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: var(--spacing-l) var(--spacing-l) var(--spacing-4xl) var(--spacing-4xl);
}
@media (max-width: 767px) {
  .timely-message__content {
    padding: var(--spacing-l) var(--spacing-l) var(--spacing-l) var(--spacing-l);
  }
}
@media (max-width: 575px) {
  .timely-message__content {
    flex: 0 0 auto;
    width: 100%;
    order: 2;
    padding: var(--spacing-l) var(--spacing-l) var(--spacing-4xl) var(--spacing-l);
  }
}
.timely-message__icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.timely-message__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background-color: #F6EDD3;
  border-radius: 10px;
}
.timely-message__icon svg {
  display: flex;
  width: 64px;
  height: 64px;
}
.timely-message__icon .c-icon-light {
  fill: var(--c-icon-light);
}
.timely-message__icon .c-icon-medium {
  fill: var(--c-icon-medium);
}
.timely-message__icon .c-icon-dark {
  fill: var(--c-icon-dark);
}
.timely-message__excerpt {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-s);
}
.timely-message__title {
  margin: 0;
  font-size: 34px;
  line-height: 1.2;
  color: var(--secondary-blue-color);
  font-weight: 400;
}
.timely-message__title-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--secondary-blue-color);
  text-decoration: none;
}
.timely-message__title-link:after {
  content: "";
  display: flex;
  position: relative;
  flex: 0 0 11px;
  width: 11px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='12' viewBox='0 0 11 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='5.5' cy='5.85498' r='5.5' fill='%23004C97'/%3E%3Cpath d='M4.19043 2.97412L7.33329 5.85507L4.19043 8.73603' stroke='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.timely-message__title-link[target=_blank]:after {
  content: "";
  display: flex;
  position: relative;
  width: 11px;
  height: 10px;
  background-image: url("data:image/svg+xml;utf8,<svg width='11' height='10' viewBox='0 0 11 10' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M6.21429 0.714286C6.21429 0.319866 6.53348 0 6.92857 0H9.76562C9.8817 0 9.97545 0.0191964 10.058 0.0542411C10.1228 0.0888393 10.221 0.139955 10.2902 0.207589C10.2902 0.208705 10.2902 0.209821 10.2924 0.210714C10.4308 0.349554 10.4799 0.530804 10.5 0.712054C10.5 0.712946 10.5 0.713616 10.5 0.714286V3.57143C10.5 3.96652 10.1808 4.28571 9.78571 4.28571C9.39062 4.28571 9.07143 3.96652 9.07143 3.57143V2.43973L5.29018 6.21875C5.01116 6.49777 4.56027 6.49777 4.28125 6.21875C4.00223 5.93973 4.00223 5.48884 4.28125 5.20982L8.06027 1.42857H6.92857C6.53348 1.42857 6.21429 1.10871 6.21429 0.714286ZM0.5 2.14286C0.5 1.35379 1.13951 0.714286 1.92857 0.714286H4.07143C4.46652 0.714286 4.78571 1.03415 4.78571 1.42857C4.78571 1.82366 4.46652 2.14286 4.07143 2.14286H1.92857V8.57143H8.35714V6.42857C8.35714 6.03348 8.67634 5.71429 9.07143 5.71429C9.46652 5.71429 9.78571 6.03348 9.78571 6.42857V8.57143C9.78571 9.35938 9.14509 10 8.35714 10H1.92857C1.13951 10 0.5 9.35938 0.5 8.57143V2.14286Z' fill='%231e3765'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.timely-message__summary {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xs);
  font-size: 20px;
  line-height: 32px;
  color: var(--primary-gray-300-color);
  margin: 0;
}
.timely-message__summary p {
  margin: 0;
}
.timely-message__summary a {
  color: var(--primary-gray-300-color);
  text-decoration: underline;
}
.timely-message__link-btn {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--secondary-blue-color);
  font-size: 14px;
  line-height: 27px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: none;
}
.timely-message__link-btn:after {
  content: "";
  display: flex;
  position: relative;
  flex: 0 0 11px;
  width: 11px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='12' viewBox='0 0 11 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='5.5' cy='5.85498' r='5.5' fill='%23004C97'/%3E%3Cpath d='M4.19043 2.97412L7.33329 5.85507L4.19043 8.73603' stroke='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.timely-message__link-btn[target=_blank]:after {
  content: "";
  display: flex;
  position: relative;
  width: 11px;
  height: 10px;
  background-image: url("data:image/svg+xml;utf8,<svg width='11' height='10' viewBox='0 0 11 10' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M6.21429 0.714286C6.21429 0.319866 6.53348 0 6.92857 0H9.76562C9.8817 0 9.97545 0.0191964 10.058 0.0542411C10.1228 0.0888393 10.221 0.139955 10.2902 0.207589C10.2902 0.208705 10.2902 0.209821 10.2924 0.210714C10.4308 0.349554 10.4799 0.530804 10.5 0.712054C10.5 0.712946 10.5 0.713616 10.5 0.714286V3.57143C10.5 3.96652 10.1808 4.28571 9.78571 4.28571C9.39062 4.28571 9.07143 3.96652 9.07143 3.57143V2.43973L5.29018 6.21875C5.01116 6.49777 4.56027 6.49777 4.28125 6.21875C4.00223 5.93973 4.00223 5.48884 4.28125 5.20982L8.06027 1.42857H6.92857C6.53348 1.42857 6.21429 1.10871 6.21429 0.714286ZM0.5 2.14286C0.5 1.35379 1.13951 0.714286 1.92857 0.714286H4.07143C4.46652 0.714286 4.78571 1.03415 4.78571 1.42857C4.78571 1.82366 4.46652 2.14286 4.07143 2.14286H1.92857V8.57143H8.35714V6.42857C8.35714 6.03348 8.67634 5.71429 9.07143 5.71429C9.46652 5.71429 9.78571 6.03348 9.78571 6.42857V8.57143C9.78571 9.35938 9.14509 10 8.35714 10H1.92857C1.13951 10 0.5 9.35938 0.5 8.57143V2.14286Z' fill='%231e3765'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.timely-message__link-btn--external:after {
  content: "";
  display: flex;
  position: relative;
  width: 11px;
  height: 10px;
  background-image: url("data:image/svg+xml;utf8,<svg width='11' height='10' viewBox='0 0 11 10' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M6.21429 0.714286C6.21429 0.319866 6.53348 0 6.92857 0H9.76562C9.8817 0 9.97545 0.0191964 10.058 0.0542411C10.1228 0.0888393 10.221 0.139955 10.2902 0.207589C10.2902 0.208705 10.2902 0.209821 10.2924 0.210714C10.4308 0.349554 10.4799 0.530804 10.5 0.712054C10.5 0.712946 10.5 0.713616 10.5 0.714286V3.57143C10.5 3.96652 10.1808 4.28571 9.78571 4.28571C9.39062 4.28571 9.07143 3.96652 9.07143 3.57143V2.43973L5.29018 6.21875C5.01116 6.49777 4.56027 6.49777 4.28125 6.21875C4.00223 5.93973 4.00223 5.48884 4.28125 5.20982L8.06027 1.42857H6.92857C6.53348 1.42857 6.21429 1.10871 6.21429 0.714286ZM0.5 2.14286C0.5 1.35379 1.13951 0.714286 1.92857 0.714286H4.07143C4.46652 0.714286 4.78571 1.03415 4.78571 1.42857C4.78571 1.82366 4.46652 2.14286 4.07143 2.14286H1.92857V8.57143H8.35714V6.42857C8.35714 6.03348 8.67634 5.71429 9.07143 5.71429C9.46652 5.71429 9.78571 6.03348 9.78571 6.42857V8.57143C9.78571 9.35938 9.14509 10 8.35714 10H1.92857C1.13951 10 0.5 9.35938 0.5 8.57143V2.14286Z' fill='%231e3765'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}