.servicesTemp {
    width: 100%;
    height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.servicesTemp .stContainer {
    position: relative;
    width: 95%;
    height: 90%;
    background: #f8f8f8;
}

.servicesTemp .stContainer .smallCont {
    position: relative;
    width: 72%;
    height: 100%;
    background: url('../assets/services/wireframes-retina.jpg');
    background-attachment: fixed;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
}

.servicesTemp .stContainer .smallCont .scTextBox {
    position: relative;
    width: 400px;
    margin-left: 200px;
}

.servicesTemp .stContainer .smallCont .scTextBox .sctbHead {
    position: relative;
    font-style: italic;
    font-size: 1.3rem;
    margin-bottom: 30px;

}

.servicesTemp .stContainer .smallCont .scTextBox .sctbText {
    position: relative;
    font-size: 1.8rem;
    font-family: "Gilroy";
    color: white;
    word-spacing: 3px;
}

.servicesTemp .stContainer .smallCont .scTextBox .sctbText span {
    color: black;
}

.servicesTemp .stContainer .stHead {
    position: absolute;
    top: 25%;
    left: 20%;
    z-index: 2;
    text-align: left;
    color: #1C1B20;
}

.servicesTemp .stContainer .stHead .stHeadIcon {
    position: relative;
    display: flex;
}

.servicesTemp .stContainer .stHead .stHeadIcon img {
    width: 40px;
    transform: rotate(-180deg);
}

.servicesTemp .stContainer .stHead .stHeadText {
    position: relative;
    font-size: 8rem;
    font-family: "Gilroy";
    text-transform: uppercase;
    font-weight: bolder;
    line-height: 1em;
    letter-spacing: -2px;
}