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

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

.page-text-section .image {
    padding: 0;
    margin: 0;
}
.page-text-section .image:not(figure) img {
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.page-text-section div.text {
    margin-top: 10px;
} 

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

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

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