.of-slide-text {
    padding: 36px 40px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 8px;
    margin-top: 12px;
}
.text-overlay .of-slide-text {
    position: absolute;
    bottom: 16px;
    width: 90%;
    left: 5%;
}

.swiper-pagination-bullet {
	background-color: #E4E0DB;
}
.swiper-pagination-bullet-active {
	background-color: #FF7631;
}