.page-hirek-section {
    background: #fff;
    opacity: .95;
    padding: 25px;
    width: 100%;
    margin-top: 94px;
}

.page-hirek-section::-webkit-scrollbar {
  width: 10px;
}
/* Track */
.page-hirek-section::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
.page-hirek-section::-webkit-scrollbar-thumb {
  background: #6a6c8f;
}
/* Handle on hover */
.page-hirek-section::-webkit-scrollbar-thumb:hover {
  background: #2a2c5e;
}

.page-hirek-section > .row:not(:first-child) {
    padding-top: 2.25rem;
}

.page-hirek-section > .row h3 {
    margin-bottom: 5px;
}

.page-hirek-section a{
    color: #2a2c5e;
}

.page-hirek-section  > .row i.source {
    margin-right: 1rem;
}

.page-hirek-section .col.image {
    max-width: 226px;
    cursor: pointer;
}
.page-hirek-section .col.image img {
    max-width: 196px;
    padding: 0;
    margin: 0;
}

.page-hirek-section .text {
    margin: auto;
}

@media (min-width: 350px) {
    .page-hirek-section {
        margin-top: 105px;
    }
}

@media (min-width: 992px) {
    .page-hirek-section {
        height: calc(100vh - 230px);
        overflow-y: auto;
        margin-top: 0;
        position: absolute;
        bottom: 48px;
    }
}

@media (min-width: 1200px) {
    .page-hirek-section {
        right: 80px;
        padding: 50px;
        width: 75%;
    }
}