.two-cols-small__inner.content .text {
    overflow-y: auto;
    padding-right: 5px;
}
.two-cols-small__inner.content .text::-webkit-scrollbar {
    width: 4px;
    background-color: white;
    height: 4px;
}
.two-cols-small__inner.content .text::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: grey;
}
.two-cols-small__inner.content .text::-webkit-scrollbar-thumb:hover {
    background-color: grey;
}
.two-cols-small__inner.content .text::-webkit-scrollbar-track {
    background-color: #EAEAEA;
    border-radius: 10px;
}
.two-cols-small__inner.content .text p:last-child {
    margin-bottom: 0;
}
@media(min-width:1200px){

.two-cols-small__inner.content .text {
    height: 220px;
}

.two-cols-small__inner.content h3 {
    min-height: 96px;
}
}