.thumb-bg img    {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    object-fit: cover;
}

.grid-2.program-detail {
    grid-template-columns: 20%80%;
    color: var(--black-color);
}

.grid-2.program-detail p span.color-blue {
    font-weight: bold;
}

hr {
    padding: 0!important;
    border: 0!important;
    background-color: var(--primary-color);
    height: 1px;
}

@media only screen and (max-width: 991px) {
.thumb-bg {
    position: relative;
    height: 450px;
}

.thumb-bg img {
    left: 0;
    width: 100%; 
}

.full-section {
    min-height: auto;
}

.galeria.p-s.relative .page-wrapper {
    padding-left: 0!important;
    padding-right: 0!important;
}
}