.setData span, .setData a{
    font: 700 30px/30px 'Raleway', sans-serif;
    
}

.adjust01 {
    float: right !important;
    width: 350px;
}

.adjustIcon {
    width: 36px;
	height: 36px;
	background: url(../assets/SVG/imageContact.svg) no-repeat 0 center / 108px 36px;
	margin: 0 12px 0 0;
    float: left;
    background-position: 0 0;
    margin: 6px 24px;
}

.setPhone {
    border: none !important; 
}

.pull-left {
    float: left !important;
    padding-left: 0;
    margin-left: 0;
}

.setPhone {
    margin-right: 0px !important;
    padding-right: 0px !important;

}
.easeText {
    font: 700 30px/30px 'Raleway', sans-serif;
    color: #333333;
    letter-spacing: 0.15px;
    padding: 0;
    width: 100%;
    border: 0;
    text-transform: capitalize; 
}

@media only screen and (max-width: 600px) {
    .float-none {
        float: none !important;
        margin-bottom: 30px;
    }
}

/* error page  */

#notfound {
    position: relative;
    height: 100vh;
}

.notfound {
    max-width: 560px;
    width: 100%;
    padding-left: 160px;
    line-height: 1.1;
}

#notfound .notfound {
    position: absolute;
    left: 50%;
    top: 30%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.notfound .notfound-404 {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 140px;
    height: 140px;
    background-image: url(../img/emoji.png);
    background-size: cover;
}

.notfound h1 {
    font-family: nunito,sans-serif;
    font-size: 65px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
    color: #151723;
    text-transform: uppercase;
}

.notfound h2 {
    font-family: nunito,sans-serif;
    font-size: 21px;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
    color: #151723;
}

.notfound a {
    font-family: nunito,sans-serif;
    display: inline-block;
    font-weight: 700;
    border-radius: 40px;
    text-decoration: none;
    color: #388dbc;
}

.notfound .notfound-404:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(2.4);
    -ms-transform: scale(2.4);
    transform: scale(2.4);
    border-radius: 50%;
    background-color: #f2f5f8;
    z-index: -1;
}
