*{
    scroll-behavior: smooth;
}
section.why-desu-section {
    width: 100%;
    padding: 0 0 60px;
    background: url(../campus-Images/Copy-of-IMG_2721-min.jpg);
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    /* top:1100px; */

}
section.why-desu-section:before {
    content: '';
    background: linear-gradient(180deg, #ffffff, #ffffff00, #ffffff00);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
/* section {
    width: 100%!important;
    float: left!important;
} */
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    
}

.dseu-sec{
    /* -webkit-mask-image: linear-gradient(to top, transparent 5%, rgb(255, 252, 252) 100%); */
    /* mask-image: linear-gradient(to top, transparent 5%, rgb(250, 246, 246) 100%); */
   
}
.dseu-section-title{
    position: absolute;
    top:-14%;
    left:45%;
    margin: auto;
    justify-content: center;
    text-align: center;

}
/* .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
*/
/* .section-title { 
    text-align: center;
    margin: 0;
    margin-left: 0.32em;
} */
h2{
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 2.1875em;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #3d3d3d; 
}

.text-primary {
    color: #0170b8;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.why-desu-box {
    position: relative;
    height: 110px;
    margin-top: 30px;
    padding-left: 114px;
    align-content: center;
} 

.why-desu-section .ncu--icon {
    transition: all ease-in-out 0.2s;
    border-radius: 100px;
    width: 110px;
    height: 110px;
    flex-basis: 110px;
    margin-right: 5px;
    background: rgba(12, 14, 15, 0.6);
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}

.why-desu-section .ncu--icon img {
    height: 60px;
    max-width: 100%;
}

.why-desu-section .ncu--icon img {
    height: 60px;
    max-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}
.why-desu-box:hover .ncu--icon{
    transition: all 0.2s ease-in;
    scale:1.1;
}

img {
    vertical-align: middle;
}
img {
    border: 0;
}
img {

    overflow: clip;
}

.why-desu-section .ncu--label {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    height: 112px;
    margin-top: -1px;
    background: rgb(12 14 15 / 63%);
    position: relative;
    padding: 15px;
    line-height: 22px;
    display: inline-flex;
    vertical-align: middle;
    align-content: center;
    width: 100%;
}
.why-desu-section .ncu--label h5 {
    color: #fff;
    font-size: 17px;
    letter-spacing: unset;
    text-transform: unset;
    font-weight: normal;
    height: max-content;
}
h5{
    margin-top: 10px;
    margin-bottom: 10px;
}
