.mystyle .company h2 {
font-family: 'Raleway', sans-serif;
font-weight: 700;
font-size: 1.75em;
color: #25247B;
text-transform: capitalize;
position: relative;
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}
