.p-activity {
    height: 240px;
    position: relative;
    overflow: hidden;
}

.p-activity__image {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}

.p-activity__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .6;
    background: #000;
    transition: opacity linear .4s;
}

.p-activity:hover .p-activity__overlay {
    opacity: 0;
}

.p-activity__link {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 300;
    outline: none;
    text-decoration: none;
    line-height: 1;
    z-index: 3;
}

.p-activity__content {
    color: #FFFFFF;
    z-index: 200;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    height: 100%;
    width: 100%;
    align-self: center;
}

.p-activity__content p {
    align-self: center;
}

.entertainment__item._vert .entertainment__image {
    height: 400px;
}

@media (max-width:700px) {
    .entertainment__wrapper.activity {
        justify-content: center;
    }

    .fotos_title {
        text-align: center;
    }

    .logos_title {
        text-align: center;
    }

    .logos-holder>img {
        width: 40%;
    }

    .entertainment__wrapper.activity .entertainment__item {
        flex: 4 0 40% !important;
        margin: 0 8px 15px;
        position: relative;
        overflow: hidden;
    }

    .entertainment__wrapper.activity .entertainment__item:before {
        content: '';
        background: linear-gradient(180deg, #2a4261a2 0%, rgba(42, 66, 79, 0) 80%);
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        z-index: 1;
    }

    .entertainment__item._vert .entertainment__image {
        height: 305px;
    }

    .entertainment__title {
        font-weight: 600;
        font-size: 15px;
        line-height: 1.2;
        color: #fff !important;
        font-family: "Circe", serif;
        position: absolute;
        left: 10px;
        top: 15px;
        width: 60%;
        text-align: left;
        z-index: 2;
    }
}

@media (min-width:700px) {

    .entertainment__wrapper.activity .entertainment__item {
        flex: 0 0 280px !important;
    }

}

.logos-holder {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 60px;
    align-items: center;
}

.logos-holder>img {}

.entertainment__link {
    z-index: 3;
}