﻿.SectionFullBgContent {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
    position: relative;
    letter-spacing: 1px;
}

.HeadContent::before {
    position: absolute;
    content: "";
    background: url(https://innovex.computex.biz/2021/_images/pitch_overly.png);
    width: 100%;
    height: 100%;
    top: 0;
    background-size: cover;
}

.HeadContent-text h1 {
    font-weight: 800;
    font-style: normal;
    color: #ffffff;
    font-size: 2.85rem;
    line-height: 1.1;
    letter-spacing: 0px;
}

.HeadContent-text p {
    font-size: 1.3rem;
    color: #fff;
}

.section-head h1,
.section-head h2,
.section-head h3 {
    font-weight: bold;
}

.section-head span {
    background-size: 100% 15%;
    background-repeat: repeat-x;
    background-position: left 0% bottom 10%;
}

.rainbow {
    background-image: linear-gradient(90deg, hsl(284, 91%, 69%) 0%, hsl(284, 91%, 69%) 12.5%, hsl(329, 91%, 69%) 12.5%, hsl(329, 91%, 69%) 25%, hsl(14, 91%, 69%) 25%, hsl(14, 91%, 69%) 37.5%, hsl(59, 91%, 69%) 37.5%, hsl(59, 91%, 69%) 50%, hsl(104, 91%, 69%) 50%, hsl(104, 91%, 69%) 62.5%, hsl(149, 91%, 69%) 62.5%, hsl(149, 91%, 69%) 75%, hsl(194, 91%, 69%) 75%, hsl(194, 91%, 69%) 87.5%, hsl(239, 91%, 69%) 87.5%, hsl(239, 91%, 69%) 100%);
}