.safety {
    padding: 7vw 0 7vw;
}
.safety .container {
    max-width: 65vw;
}
.safety--small-margin {
    padding: 30px 0;
}
@media (min-width: 1400px) {
    .safety--small-margin .container {
        max-width: 1210px;
    }
}

.safety h2,
.safety h3 {
    font-size: 50px;
    margin-bottom: 100px;
    letter-spacing: 0.03em;
    font-weight: bold;
}

.safety__text a {
  text-decoration:none;
  color:black;
}

.solutions-safety h2,
.solutions-safety h3 {
  font-size:2.3vw;
}

p.text-gradient {
    margin-bottom:1.5rem !important;
}

.safety p {
    font-size: 1.1vw;
    line-height: 1.3;
    position: relative;
    z-index: 2;
}
.safety--small-margin p {
    font-size: 25px;
}
.safety__picture {
    min-height: 80px;
}
.safety__picture--glow {
    background: linear-gradient(139.58deg, #FFFFFF 36.7%, #FDFDFD 56.82%, #F5F5F6 67.47%, #E7E9E9 75.95%, #D4D7D8 83.24%, #D0D3D4 84.5%);
    border-radius: 50%;
   /* filter: drop-shadow(12px 15px 24px #FFDED2) drop-shadow(37px 36px 15px rgba(255, 229, 220, 0.5));*/
   /*filter:drop-shadow(12px 10px 7px #FFDED2) drop-shadow(10px 10px 0px rgba(255, 229, 220, 0.5)); */
    aspect-ratio: 1;
    padding: 3px;
    max-width: 7vw;
    margin: 0 auto 2vw !important;
	box-shadow:1px 7px 9px rgb(0 0 0 / 23%), 0 1px 0px rgba(0, 0, 0, 0.06);
}
.safety__picture-inner {
    background: linear-gradient(320.59deg, #FFFFFF 37.13%, #FDFDFD 57.22%, #F5F5F6 67.85%, #E7E9E9 76.32%, #D4D7D8 83.6%, #D0D3D4 84.85%);
    border-radius: 50%;
    aspect-ratio: 1;
    width: 100%;
}
.safety__picture-inner .safety__img {
    width: 80%;
    height: 80%;
    object-position: center;
    object-fit: contain;
    max-height: 3vw;
}

.row > .col-lg-3:nth-of-type(4) .safety__picture-inner .safety__img {
  max-height:2vw;
}

.safety--divider .container {
    max-width: 57vw;
}
.safety--divider {
    position: relative;
    padding: 6vw 0 3vw;
    margin-bottom: 3vw;
}
.safety--divider .safety__picture {
    margin-bottom: 2.1vw !important;
}
.safety--divider p.text-gradient {
    font-size: 2.5vw;
    letter-spacing: -0.05em;
    margin-bottom: 1.4vw !important;
    font-weight: bold;
}
.safety--divider p {
    font-size: 1.1vw;
    line-height: 1;
}
.safety--divider:before,
.safety--divider:after {
    display: block;
    content: '';
    width: 148px;
    height: 2px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgba(254,134,93,1) 0%, rgba(206,20,46,1) 50%, rgba(0,61,166,1) 100%);
}
.safety--divider:before {
    top: 0;
}
.safety--divider:after {
    bottom: 0;
}

.safety__text h3 {
    margin: 0;
    font-size: 1.1vw;
}

@media (max-width: 992px) {
    .safety {
        padding: 8vw 0 0;
    }
    .safety:not(.safety--small-margin) {
        padding-bottom: 8vw;
    }
    .safety h2,
    .safety h3 {
        font-size: 5vw;
        letter-spacing: 0;
        margin-bottom: 8vw;
    }
    .safety p {
        font-size: 3.3vw;
        padding: 0 2vw;
    }
    .safety p strong {
        font-size: 4vw;
    }
    .safety__picture {
        min-height: 0;
        max-width: 11vw;
        margin: 0 auto;
    }
    .safety__img {
        width: 100%;
        height: auto;
    }
    .safety .col-10:nth-last-child(2) .safety__picture {
        max-width: 22vw;
    }
    .safety__picture--glow {
        max-width: 22vw;
        margin-bottom: 6vw !important;
    }
    .safety__picture-inner .safety__img {
        max-height: 9vw;
    }
    .safety--divider .safety__picture {
        width: 10vw;
        margin-bottom: 5vw !important;
    }
    .safety--divider {
        padding: 14vw 0 4vw !important;
    }
    .safety--divider:before, .safety--divider:after {
        width: 9vw;
    }

    .safety--divider p.text-gradient {
        font-size: 5.8vw;
        margin-bottom: 3.4vw !important;
    }
    .safety--divider p {
        font-size: 2.7vw;
    }

    .safety__text h3 {
        font-size: 3.3vw;
    }
	.row > .col-lg-3:nth-of-type(4) .safety__picture-inner .safety__img {
  max-height:6vw;
	}
}
}