.main-announcement-cont {
    position: relative;
    width: 60%;
    height: 50px;
    background-color: #ffffff;
    margin-left: 20%;
    margin-bottom: 30px;
    border-radius: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-box-shadow: 0px 10px 45px 0px rgba(0, 0, 0, 0.02);
    -moz-box-shadow: 0px 10px 45px 0px rgba(0, 0, 0, 0.02);
    box-shadow: 0px 10px 45px 0px rgba(0, 0, 0, 0.02);
    font-family: "Tajawal", sans-serif;
    transition: 0.2s;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.close {
    width: 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.close svg {
    padding: 5px;
    background-color: #cecece;
    border-radius: 100%;
    margin: auto;
    transition: 0.3s;
    cursor: pointer;
}

.close svg:hover {
    background-color: #bbbbbb;
}

.content {
    width: 90%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-decoration: none;
    color: #727272;
}

.content .text {
    width: 78.5%;
    margin-right: 2.5%;
    direction: rtl;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content .img {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 18.5%;
    margin-right: 2.5%;
}

.content .img img {
    margin: auto;
    width: 50px;
    height: auto;

}

@media (max-width: 1400px) {
    .main-announcement-cont {
        width: 95%;
        height: 50px;
        margin-left: 2.5%;
    }

    .close {
        width: 15%;
    }

    .content {
        width: 85%;
        font-size: 14px;
    }



}
