	.related-institution__header {
									display: flex;
									align-items: center;
									justify-content: space-between;
									margin-bottom: 30px;
									margin-top: 30px;
								}
								.related-institution__title {
									color: #0f172a;
									text-align: right;
									align-items: center;
									font-size: 28px;
									font-style: normal;
									font-weight: 400;
									font-variation-settings: "wght" 500;
									line-height: 32px;
									margin-bottom: 0;
								}
								.related-institution__header-link {
									color: #64748b;
									font-size: 16px;
									font-style: normal;
									font-weight: 400;
									font-variation-settings: "wght" 500;
									line-height: 20px;
									display: flex;
									align-items: center;
									white-space: nowrap;
									flex-shrink: 0;
									width: fit-content;
								}
								.related-institution__card {
									display: flex;
									position: relative;
									justify-content: space-between;
									padding: 32px 24px 24px 24px;
									flex-direction: column;
									align-items: center;
									gap: 16px;
									flex-shrink: 0;
									border-radius: 12px;
									border: 1px solid #ebf0f5;
									background: #ffffff;
									width: 296px;
								}
								.related-institution__img-slider {
									overflow: hidden;
									width: 120px;
									height: auto;
									display: flex;
									padding-bottom: var(--Spaces-S6-12, 12px);
									flex-direction: column;
									align-items: flex-start;
									gap: 8px;
								}
								.related-institution__img {
									height: 48px;
								}
								.related-institution__img img {
									width: 96px;
									height: 48px;
									object-fit: contain;
								}
								.related-institution__detail {
									display: flex;
									width: 100%;
									justify-content: space-between;
									align-items: center;
									gap: 4px;
									align-self: stretch;
								}
								.related-institution__detail-div-start {
									display: flex;
									flex-direction: column;
									align-items: flex-start;
									gap: 8px;
								}
								.related-institution__detail-fa-name {
									color: #0f172a;
									text-align: right;
									font-size: 20px;
									font-style: normal;
									font-weight: 500;
									font-variation-settings: "wght" 500;
									line-height: 24px;
								}
								.related-institution__detail-enname {
									color: #64748b;
									width: 100%;
									font-size: 14px;
									font-style: normal;
									font-weight: 400;
									line-height: 20px;
								}
								.related-institution__detail-div {
									display: flex;
									flex-direction: column;
									align-items: flex-end;
									white-space: nowrap;
									width: 35%;
									gap: 8px;
								}
								.related-institution__footer {
									display: flex;
									width: 100%;
									padding-top: 4px;
									align-items: center;
									justify-content: space-between;
									gap: 10px;
									align-self: stretch;
								}
								.related-institution__btn-primary {
									display: flex;
									padding: 10px 8px;
									justify-content: center;
									align-items: center;
									white-space: nowrap;
									gap: 6px;
									border-radius: 8px;
									border: 1px solid #185adb;
									background: #ffffff;
									color: #185adb !important;
									flex: 1 0 0;
									font-size: 14px;
									font-style: normal;
									font-weight: 400;
									line-height: 20px;
								}
								.related-institution__btn-secoundary {
									display: flex;
									padding: 10px 8px;
									justify-content: center;
									align-items: center;
									gap: 6px;
									flex: 1 0 0;
									border-radius: 8px;
									border: 1px solid #e2e8f0;
									color: #334155;
									font-size: 14px;
									font-style: normal;
									font-weight: 400;
									line-height: 20px;
								}
								@media only screen and (max-width: 768px) {
									.related-institution__title {
										font-size: 20px;
										line-height: 24px;
									}
									.related-institution__header a {
										font-size: 14px;
										line-height: 20px;
									}
								}