.main-banner-caption .paragraph {
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    margin-top: 32px;
}

.team-card .paragraph {
    color: var(--suad-primary-black);
    text-align: left;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 34px;
    word-wrap: break-word;
}

.media-nav {
    margin-top: 50px;
}

.media-nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    list-style: none;
}

.media-nav ul li a {
    width: 40px;
    height: 40px;
    display: flex;
    color: #000000;
    text-decoration: none;
    font-size: 18px;
    background: rgba(0, 0, 0, 0.1);
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}

.media-nav ul li a.active {
    background: var(--suad-primary-red-1);
    color: #FFFFFF;
}

.media-nav ul li a:hover {
    background: var(--suad-primary-blue);
    color: #FFFFFF;
}

.media-nav ul li:first-child a:hover {
    color: var(--suad-primary-red-1);
    background: #FFFFFF;
}

.media-nav ul li:last-child a:hover {
    color: var(--suad-primary-red-1);
    background: #FFFFFF;
}


.team-research-card {
    padding: 16px;
    display: flex;
    flex-flow: column;
    border-radius: 24px;
    border: 3px solid transparent;
    background: var(--suad-primary-white);
    position: relative;
    transition: all ease 0.5s;
    height: 100%;
    /* align-items: center; */
}

.team-research-card .team-research-bottom {
    padding: 16px;
    display: flex;
    flex-flow: column;
    gap: 10px;
    position: relative;
}

.team-research-card h3 {
    color: var(--suad-primary-blue);
    text-align: left;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    /* 100% */
    margin-bottom: 12px;
    transition: all ease 0.5s;
}

.team-research-card p {
    color: var(--suad-primary-black);
    text-align: left;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    /* 150% */
    margin-bottom: 34px;
    word-wrap: break-word;
}

.team-research-card-btn {
    display: flex;
    padding: 15px;
    width: 54px;
    height: 54px;
    justify-content: end;
    align-items: center;
    gap: 8px;
    border-radius: 44px;
    background: var(--suad-primary-blue);
    box-shadow: 2px 6px 17px 0px rgba(0, 0, 0, 0.10);
    position: absolute;
    bottom: -27px;
    transition: all ease 0.5s;
    overflow: auto;
    text-decoration: none;
    left: 50%;
    transform: translateX(-50%);
}

.team-research-card-btn img {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    margin-bottom: 0px;
    border: 0px solid #ddd;
    border-radius: 0px;
}

.team-research-card-btn p {
    opacity: 0;
    transition: all ease 0.5s;
    color: #fff;
    margin: 0px;
    white-space: nowrap;
}

.team-research-card:hover {
    border: 3px solid rgba(222, 56, 49, 0.30);
}

.team-research-card:hover h3 {
    color: var(--suad-primary-red);
}

.team-research-card:hover .team-research-card-btn {
    background: var(--suad-primary-red);
    width: 200px;
    justify-content: space-between;
    padding: 15px 30px;
}

.team-research-card:hover .team-research-card-btn p {
    opacity: 1;
}

.team-research-card .team-research-time {
    display: flex;
    align-items: center;
    gap: 12px;
}

.team-research-card .team-research-time p {
    margin: 0px;
    color: var(--suad-primary-black);
    font-size: 14px;
}

.team-research-card .team-research-location {
    display: flex;
    align-items: center;
    gap: 12px;
}

.team-research-card .team-research-location p {
    margin: 0px;
    color: var(--suad-primary-black);
    font-size: 14px;
}

.news-image {
    height: 400px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    margin-bottom: 24px;
}

.news-image::before {
    content: "";
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.burger-menu-header .menu-title a{
    color: white;
    font-size: 24px;
    font-weight: 600;
}

.burger-menu-header .menu-title a:hover{
    color: var(--suad-primary-gold) !important;
    opacity: 1;
}

.global-form a {
    color: var(--suad-primary-gold);
}

.news-image {
    margin-top: 30px;
}


.text ul {
    list-style-type: initial !important; /* Example style */
    padding-left: 20px !important;
}
