.about-summry {}


.about-summry .about-summry-info {
    padding: 35px;
    gap: 4px;
}

.about-summry .about-summry-info .date-info {
    padding: 20px;
    border-radius: 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 35px;
    text-align: center;
    color: #FFFFFF;
}

/* Text */
.conference-locally {
    position: relative;
    overflow: hidden;
}

.conference-locally::before {
    content: "";
    position: absolute;
    inset: 0;
    filter: opacity(0.15);
    z-index: 0;
    background-image: url(./../assets/images/About/229be0677ad3614ab8fb640bdccaa4ee5802f560.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}