.summary-section p {
    position: relative;
    /* color: #000; */
    /* font-size: 16px; */
    line-height: 1.6em;
    margin-bottom: 12px;
    max-height: 310px;
    overflow: hidden;
}

.summary-section .inner-column .image img {
    width: 106%;
    display: block;
    height: 515px;
    object-fit: cover;
    box-shadow: 0px 0px 4px #060606;
    max-width: 107%;
    position: absolute;
    border-radius: 30px;
}

.dot {
    position: absolute;
    right: -2rem;
    bottom: -3.6rem;
    left: auto;
    text-align: end;
    width: fit-content;
}

.summary-section .row {
    margin-bottom: 6rem;
}

.summary-section .row:nth-child(even) .inner-column .image img {
    right: 0;
}

.summary-section .row:nth-child(even) .dot {
    left: -2rem;
}

.inner-column-content {
    position: relative;
    margin-bottom: 40px;
    box-shadow: 0px 0px 1px #060606;
    right: 0;
    top: 20px;
    background: rgba(223, 217, 129, .5);
    min-height: 435px;
    z-index: 1;
    padding: 20px;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;

}

section.summary-section a {
    position: relative;
    color: var(--secondary-color);
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 30px;
    font-family: var(--primary-font);
}

section.summary-section h3 {
    line-height: 1.2;
}

.line {
    height: 2px;
    width: 100px;
    background: var(--secondary-color);
    position: relative;
    top: -7px;
}

.rights::before {
    position: absolute;
    content: "";
    height: 10px;
    width: 38px;
    background-color: var(--secondary-color);
    top: -20px;
    right: -20px;
}

.rights::after {
    position: absolute;
    content: "";
    height: 10px;
    width: 38px;
    background-color: var(--secondary-color);
    top: -5px;
    right: -34px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
section.summary-section .row.align-items-center.pagination{
  margin-bottom: 0rem;
}