/*Design css goes here*/
.section-text-sm {
    font-size: 14px !important;
    font-family: 'Lato',sans-serif;
    color: #B0ADAD !important;
	letter-spacing: 0px !important;
	text-transform: uppercase;
}
/* .slanted-bg {
	clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
} */
.section {
    padding: 7.5rem 9.125rem;
    position: relative;
}
.section--solutions {
    background-image: radial-gradient(circle,#088df3,#0361a9);
    background-repeat: no-repeat;
    box-shadow: 0 3.5rem 4.75rem rgb(0 0 0 / 17%);
    position: relative;
}

.compass--top {
    top: -5rem;
    width: 16.1875rem;
	visibility: visible;
    animation-duration: 1.9s;
    animation-name: fadeInDown;
	background-image: url("https://stg.russell.hutman.net/application/files/5216/4089/7061/compass.svg");
	background-repeat: none;
}
.master-container h5 {
    color: #838080 !important;
    letter-spacing: 0px !important;
    padding-top: 20px;
}