.announcement-item {
    transition: all 0.3s linear;
}
.faculty-section h2 {
    margin-bottom: 0px;
    color: #000;
}
.announcement-title h2 {
    line-height: 26px;
}
.announcement-item {
    border: 1px solid #000;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    height:100%;
    flex-direction: column;
    position: relative;
}
.faculty-section .announcement-image img {
    background: #ebebeb;
    object-fit: contain;
}
.announcement-image img {
    height: 250px;
    object-fit: cover;
    border-radius: 8px;
}
.announcement-title {
    display: flex;
    justify-content: space-between !important;
	flex-grow:1;
    gap: 10px;
    transition: all 0.3s linear;
}
.announcement-item:hover .announcement-title {
      background: #a3e0a6;
}

.announcement-title {
    padding: 15px 30px;
}
.announcement-title h2 a {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
    text-decoration: none;
}
.readmorearrow a {
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    align-items: center;
    gap: 5px;
    background-color: var(--color-primary);
    display: flex;
    aspect-ratio: 1 / 1;
    padding: 6px;
    border-radius: 500px;
    width: 21px;
}
.readmorearrow a,.readmorearrow a path{
    transition: all 0.3s linear;
}
.announcement-item:hover .readmorearrow a{
        background-color: #138f1c;
}
.faculty-section .email{
    font-size: 12px;
    transition: all 0.3s linear;
}
.faculty-section .email:hover{
    color: inherit;
}
