.programs-section {
    background: rgba(29, 35, 60, 1);
    padding: 80px 0 70px;
    overflow: unset;
}

.program-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
    border-radius: 20px;
    background: linear-gradient(37.18deg, rgba(101, 125, 255, 1),rgba(139, 133, 255, 1) 100%);
    color: #fff;
    align-items: center;
    text-align: center;
    height: 100%;
}

.program-icon {
    border-radius: 555px;
    background: rgba(29, 35, 60, 0.05);
    width: 260px;
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 45px;
}

.program-box h3 {
    font-size: 36px;
    font-weight: 600;
    line-height: 39px;
    margin-bottom: 10px;
}

.program-box .program-info {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 40px;
}

.program-box-wrapper {
    padding-inline: 10px;
}

.programs-row .row {
    row-gap: 20px;
    position: relative;
    z-index: 2;
}


.programs-row {
    width: 1160px;
    max-width: 100%;
    margin: 0 auto 100px;
}

.gallery-row {
    position: relative;
    z-index: 3;
}



.gallery-row p {
    text-align: center;
    color: var(--light-blue);
    width: 1160px;
    max-width: 100%;
    margin: 0 auto 100px;
}

body.page-template-page-template-programs:after {
    z-index: 1;
}

.gallery-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 400px;
    border-radius: 20px;
    margin-inline: 20px;
}

.gallery-image:hover {
    filter: brightness(120%);
}

.arrows-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 16px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -70px;
    width: 124px;
}

.programs-section .arrow-slider {
    top: unset;
    bottom: unset;
    left: unset;
    transform: unset;
	z-index: 110;
}

.arrows-wrapper .right-arrow {
    right: 0;
}

.arrows-wrapper .left-arrow {
    left: 0;
}

body .bottom-banner:before {
    display: none;
}

@media(max-width: 991px) {
    .programs-row .row {
        row-gap: 10px;
    }

    .gallery-image {
        height: 250px;
        margin-inline: 5px;
    }

   .programs-section .left-arrow, .programs-section .right-arrow {
        display: flex;
    }
}

@media(max-width: 575px) {
    .programs-section {
        padding: 10px 0 54px;
    }

    .program-box {
        padding: 20px;
    }

    .program-icon {
        width: 52px;
        height: 52px;
        margin-bottom: 10px;
    }

    .program-box h3 {
        font-size: 22px;
        font-weight: 600;
        line-height: 26px;
    }

    .program-box .program-info {
        font-size: 14px;
        font-weight: 400;
        line-height: 19px;
        letter-spacing: 0px;
        margin-bottom: 30px;
    }

    .programs-row, .gallery-row p {
        margin-bottom: 30px;
    }

    .gallery-image {
        height: 150px;
    }

    .program-icon img {
        height: 30px;
		width: 30px;
    }

    .programs-section .arrows-wrapper {
        bottom: -54px;
    }

    body .bottom-banner {
        padding-top: 50px;
    }

    .gallery-container {
        margin-inline: -8px;
    }
}