h2 {
    position: relative;
    background: linear-gradient(to right, #5AD1A7 0 33% , #FEC551 0 66% , #cba0e8 0 100%, #75BBEF 0 100%);
}
h2 > img {
    position: relative;
    z-index: 1;
}
h3 {
    text-shadow: -2px 2px rgba(0,0,0,.4);
}
h3 > span {
    display: none;
}
h3 > img {
    width: 100%;
}

.bg-rainbow {
    position: relative;
    z-index: 0;
}

.text-block {
    display: inline-block;
    text-align: left;
    margin: 0 auto;
}
.text-block.color-1 {
    color: #176b39;
}
.text-block.color-2 {
    color: #aa6430;
}
.text-block.color-3 {
    color: #845d9e;
}
.text-block.color-4 {
    color: #01427c;
}
.text-block p {
    margin-bottom: 0.5rem;
}

.box {
    border-radius: 13px;
    border: 1px solid #ddd;
    box-shadow: -2px 2px 4px rgba(0,0,0,.3);
    /* padding-right: 1em; */
    padding-top: 1.5rem;
    margin: 4em 2em;
    position: relative;
    background: #fff;
    font-size: 0.9rem;
    font-weight: bold;
}

.box > .title {
    position: absolute;
    top: -1em;
    right: 50%;
    transform: translateX(50%);
    /* background: teal; */
    color: #fff;
    font-weight: bold;
    padding: .3em .06em;
    border-radius: 0 0 5px 5px;
    min-width: 6.6em;
}
.bg-green {
    background: #3CA566;
}
.bg-yellow {
    background: #C08962;
}
.bg-purple {
    background: #9866bc;
}
.bg-blue {
    background: #5C86AB;
}

.box > .title:before,
.box > .title:after  {
    content: "";
    position: absolute;
    top: 0;
    /* background: teal; */
    width: .65em;
    height: 1em;
}
.box > .title:before {
    left: -.65em;
    border-radius: 50px 0 0 0;
}
.box > .title:after {
    right: -0.65em;
    border-radius: 0 50px 0 0;
}

.bg-green:after,
.bg-green:before {
    background: #336e4c;
}
.bg-yellow:after,
.bg-yellow:before {
    background: #9e6d48;
}
.bg-purple:after,
.bg-purple:before {
    background: #6e3f8d;
}
.bg-blue:after,
.bg-blue:before {
    background: #2C6292;
}

.box > ol {
    list-style-position: inside;
}

.list:nth-child(1) {
    background: #5AD1A7;
}
.list:nth-child(2) {
    background: #cba0e8;
}
.list:nth-child(3) {
    background: #75BBEF;
}
.list:nth-child(4) {
    background: #FEC551;
}
.sm_position-relative{
    display: none;
}


.s_f {
    font-size: 0.8rem;
}
.big_box {
    display: inline-flex;
    width: 100%;
}
.min_box {
    width: 48%;
    margin-bottom: 1%;
}
.line {
    border-right: 1px solid #41b771;
}
.big_main {
    padding: 1rem;
}

.z-5{
    z-index: 5;
}

.w-40p{
    width: 40px !important;
}

.is-hidden{
    display: none;
}



@media (min-width: 1200px) {
    .row {
        margin-left: 0;
        margin-right: 0;
    }
}
@media (max-width: 1900px) {
    .big_box {
        display: block;
        width: 100%;
    }
    .min_box {
        width: 98%;
        margin: 1%;
    }
    .line {
        border-right: 0px;
        border-bottom: 1px solid #41b771;
    }
}