/* Separator */

.pr-separator {
    max-width: 690px;
    padding: 130px 15px 160px;
    margin: 0 auto;
    position: relative;
}

.pr-separator hr {
    position: relative;
    border-top: 0;
    margin: 0 auto;
}

.pr-separator:after {
    position: absolute;
    content: '';
    width: 76px;
    height: 25px;
	background: url("data:image/svg+xml,%3Csvg width='50' height='20' viewBox='0 0 50 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.41383 13.9774C5.8649 14.788 7.49712 15.2017 9.15155 15.1782C11.3198 15.1594 13.461 14.6856 15.4417 13.7863C17.7632 12.5331 19.9595 11.0524 21.9996 9.36518C20.8815 8.09655 19.5133 7.08289 17.9846 6.39047C16.1983 5.40256 14.2287 4.80755 12.203 4.64384C9.64431 4.51261 7.104 5.14827 4.89565 6.47234C4.20875 6.83564 3.62145 7.36773 3.18683 8.02051C2.75222 8.6733 2.48396 9.42622 2.40633 10.2112C2.42364 10.9564 2.61474 11.6866 2.96383 12.3416C3.31293 12.9965 3.80997 13.5572 4.41383 13.9774ZM26.6838 12.0397C24.2778 14.0666 21.6771 15.8404 18.9214 17.3342C16.3953 18.5 13.6636 19.1314 10.8914 19.19C8.04884 19.1174 5.29509 18.1656 2.9952 16.4609C1.98633 15.7119 1.1832 14.7112 0.662915 13.5546C0.14263 12.3981 -0.0773436 11.1246 0.0240938 9.85642C0.106404 8.51215 0.4834 7.20383 1.1273 6.02778C1.77119 4.85173 2.66559 3.8379 3.74466 3.06096C6.06585 1.31673 8.89232 0.41375 11.7747 0.49559C14.3423 0.577577 16.8326 1.41131 18.9482 2.89722C20.954 4.2543 22.7571 5.89966 24.3015 7.78232C26.9782 9.55623 26.5499 10.1566 26.657 12.1489' fill='%23960D4B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M45.608 5.59904C44.1585 4.78127 42.5268 4.3583 40.8703 4.37095C38.7015 4.38418 36.5592 4.8582 34.5801 5.76278C32.2462 7.01979 30.0405 8.50992 27.9955 10.2112C29.119 11.4788 30.4977 12.4842 32.0373 13.1587C33.822 14.1504 35.7924 14.7456 37.8189 14.9053C40.3787 15.0496 42.9227 14.413 45.1262 13.0768C45.8081 12.714 46.3919 12.1857 46.826 11.5384C47.2602 10.8911 47.5313 10.1447 47.6155 9.3652C47.6003 8.61957 47.4102 7.8885 47.0609 7.23323C46.7116 6.57796 46.2134 6.01757 45.608 5.59904ZM23.3381 7.53671C25.7454 5.46443 28.3451 3.63638 31.1004 2.0785C33.6275 0.919148 36.3597 0.296996 39.1304 0.25C41.9744 0.313935 44.7307 1.26655 47.0266 2.9791C48.0364 3.72564 48.8387 4.72683 49.3548 5.88459C49.871 7.04235 50.0833 8.31695 49.9709 9.58353C49.9052 10.9423 49.5329 12.2673 48.883 13.4554C48.233 14.6435 47.323 15.6627 46.2236 16.4336C43.9121 18.1972 41.0789 19.1023 38.1936 18.9989C35.6286 18.925 33.1386 18.1009 31.0201 16.6246C29.0205 15.2593 27.2185 13.615 25.6668 11.7395C22.9901 9.93832 23.3916 9.33792 23.3113 7.37297' fill='%23960D4B'/%3E%3C/svg%3E") no-repeat 50% 50% #fff;
    margin-top: -13px;
    left: calc(50% - 38px);
}

@media (max-width: 1024px) {
    .pr-separator {
        padding: 13px 15px 130px;
    }
}

@media (max-width: 767px) {
    .pr-separator {
        padding: 13px 15px 100px;
    }
}