.blog-text h2,
.blog-text h3 {
	position: relative;
    margin-bottom: 50px;
	padding-bottom: 10px;
}
.blog-text h2 span:first-child,
.blog-text h3 span:first-child {
    padding: 8px 8px 0 7px;
    border-radius: 8px;
}
.blog-text h2:after,
.blog-text h3:after  {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg version='1.0' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1280.000000 960.000000' %3E%3Cg transform='translate(0.000000,960.000000) scale(0.100000,-0.100000)'%0Afill='%23ff001d' stroke='none'%3E%3Cpath d='M3966 7925 c-74 -57 -72 -51 -136 -490 -4 -33 -13 -94 -20 -135 -6%0A-41 -20 -136 -30 -210 -11 -74 -24 -162 -29 -195 -6 -33 -17 -109 -26 -170 -9%0A-60 -20 -139 -25 -175 -6 -36 -19 -128 -30 -205 -34 -230 -50 -335 -65 -435%0A-8 -52 -29 -194 -45 -315 -17 -121 -34 -242 -40 -270 -14 -77 -50 -327 -50%0A-352 0 -13 -4 -23 -10 -23 -5 0 -10 5 -10 11 0 27 -53 122 -91 163 -50 53%0A-100 76 -189 83 -58 5 -72 2 -120 -22 -107 -54 -174 -129 -284 -317 -86 -147%0A-122 -188 -201 -228 l-69 -35 -1248 4 -1248 3 0 -186 0 -186 298 0 c163 0 376%0A-2 472 -5 96 -3 523 -7 948 -10 800 -5 787 -5 907 33 175 56 327 188 444 385%0Al64 108 18 -31 c11 -17 19 -32 19 -35 0 -2 15 -30 33 -62 19 -32 71 -128 117%0A-213 114 -213 142 -240 245 -240 62 0 86 9 128 49 52 47 45 19 113 481 36 247%0A50 340 59 395 13 81 88 600 96 670 5 44 11 87 14 95 2 8 13 78 25 154 11 77%0A22 141 24 143 2 3 7 -35 10 -84 3 -48 11 -131 17 -183 9 -89 62 -671 79 -880%0A4 -52 24 -277 43 -500 37 -406 42 -465 71 -770 9 -91 29 -320 46 -510 48 -540%0A43 -505 73 -544 47 -61 84 -81 154 -81 53 0 66 4 100 31 64 52 79 83 92 191%0A13 108 39 297 76 558 14 94 36 249 50 345 14 96 29 198 35 225 5 28 11 64 14%0A80 9 67 57 341 62 358 5 17 8 17 34 -8 35 -33 96 -48 150 -36 103 23 138 77%0A204 311 84 301 143 493 148 484 3 -5 22 -61 41 -124 86 -281 219 -680 257%0A-765 29 -68 54 -93 128 -126 72 -33 128 -37 174 -13 50 26 116 93 150 153 17%0A31 32 57 33 59 1 1 27 -10 56 -27 30 -16 90 -41 134 -56 72 -23 99 -26 265%0A-31 102 -2 1511 -6 3133 -8 l2947 -3 0 189 0 188 -1487 0 c-1844 0 -4607 9%0A-4690 15 -34 2 -79 13 -100 23 -21 10 -71 36 -111 56 -132 68 -233 70 -340 9%0A-31 -18 -43 -21 -46 -11 -2 7 -13 40 -24 73 -21 64 -90 282 -142 455 -18 58%0A-39 125 -47 150 -8 24 -39 128 -68 230 -72 246 -91 306 -111 339 -43 73 -154%0A102 -238 61 -77 -37 -77 -37 -211 -495 -8 -27 -26 -88 -39 -135 -13 -47 -47%0A-161 -76 -255 -28 -93 -54 -180 -57 -192 -6 -27 -10 -28 -56 -8 -58 24 -114%0A19 -185 -16 -109 -55 -131 -102 -188 -394 -16 -82 -19 -87 -25 -55 -4 19 -17%0A150 -28 290 -12 140 -29 325 -37 410 -9 85 -20 200 -24 255 -5 55 -16 181 -25%0A280 -8 99 -20 232 -25 295 -6 63 -15 165 -20 225 -6 61 -15 160 -20 220 -5 61%0A-16 184 -25 275 -8 91 -20 219 -26 285 -5 66 -14 167 -19 225 -6 58 -17 186%0A-25 285 -32 382 -34 393 -117 455 -35 25 -51 30 -99 30 -49 0 -62 -4 -103 -35z'/%3E%3C/g%3E%3C/svg%3E");
  width: 80px;
  height: 60px;
  margin: -10px 0 0;
}
.header-middle {
    background: #f0f2f4;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    min-width: 350px;
    max-height: unset;
}
.dropdown-menu {
    background-color: #0a4a75;
}
.dropdown-item {
    color: #fff;
}
.dropdown-menu>.dropdown>.dropdown-menu.full-width {
    min-width: 350px;
    width: 350px;
}
.dropdown-menu>.dropdown>.dropdown-menu .dropdown-item {
    padding: .45rem .9rem;
    white-space: normal;
    line-height: normal;
}
.owl-carousel .h1, .owl-carousel h1, .section-title {
    letter-spacing: 0;
    text-transform: none;
    font-size: 2.625rem;
    //text-shadow: none;
}
.advantage-item__img {
    background-color: #dc3545;
}
.bg-gray-100-rotate:nth-child(even) {
    background-image: url(../img/bg.png);
    background-repeat: no-repeat;
    background-size: contain;
}
@media (min-width: 768px) {
    .owl-carousel .h1, .owl-carousel h1, .section-title {
        font-size: 3rem;
    }
}
@media (min-width: 992px) {
    .owl-carousel .h1, .owl-carousel h1, .section-title {
        font-size: 4rem;
    }
}