.s-events-boxes {

}

.section-boxes {
    max-width: 1290px ;
    margin: auto;
    padding-top: 50px;
}

.section-boxes-row {
    text-align: center;
    margin-bottom: 70px;
    overflow-x: hidden;

}
.section-boxes-row__icon {
    margin: auto;
    text-align: center;
}
.section-boxes-row__desc {
    max-width: 898px;
    margin: auto;
}
.section-boxes-row__desc  p {
    color: #fff;
    font-size: 32px;
    font-weight: 300;
    line-height: 42px;
    text-align: center;
    margin: 12px 0 60px;

}
.section-boxes-row-list {
    display: flex;
    direction: rtl;
    /*gap: 66px;*/

}
.section-boxes-row-list {
    flex-wrap: wrap;
    width: calc(100% + 68px);
    margin-right: -68px ;
}
.section-boxes-row-list__col {
    width: calc(50% - 68px);
    margin-right: 68px ;
    margin-bottom: 62px;
}



.event-box {
    position: relative;
    /*width: 611px;*/
    /*width: calc(50% - 33px);*/
    min-height: 405px;
    padding: 20px 10px 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.event-box__image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    border-radius: 16px;
    overflow: hidden;
}
.event-box__image img {
    display: block;
    height: 100%;
    object-fit: cover;
}
.event-box__content {
    position: relative;
    z-index: 2;
}

.event-box__title {
    display: inline-block;
    color: #fff;
    font-size: 50px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
    margin-bottom: 28px;
    padding: 0 26px;
    position: relative;
}



.event-box__subtitle {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    /*margin-bottom: 68px;*/

}
.event-box__btn {
    display: inline-block;
    min-width: 337px;
    padding: 7px 25px;
    margin: 0 auto;
    height: 50px;
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    border: 1px solid #FFFFFF;
    border-radius: 8px;
    transition: .3s;
}
.event-box__btn:hover {
    color: #fff;
    background: #E3B407;
}

@media screen and (max-width: 1200px) {
    .section-boxes-row__desc  p {
        font-size: 24px;
        line-height: 42px;

    }
    .section-boxes-row-list {
        gap: 0;
        justify-content: center;
    }
    .section-boxes-row-list__col {
        max-width: 298px;
    }
    .event-box {
        position: relative;
        width: 298px;
        min-height: 198px;
        padding: 20px 10px 20px;
        text-align: center;
        border-radius: 8px;
        /*margin: 0 9px 9px;*/
    }
    .event-box__image {
        border-radius: 8px;
    }
    .event-box__title {
        font-size: 28px;
        margin-bottom: 7px;
    }
    .event-box__subtitle {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .event-box__btn {
        min-width: 200px;
        font-size: 18px;
        line-height: 20px;
        height: 40px;
        padding: 8px 25px;
    }

}

@media screen and (max-width: 743px) {
    .section-boxes-row-list__col {
        width: calc(100% - 68px);
    }
    .section-boxes-row-list__col:last-child {
        margin-bottom: 30px;
    }
    .section-boxes-row {
        margin-bottom: 0;
    }
}