.section-intro {
    background: linear-gradient(45deg, #272262, #0080c5);
    color: white;
}

.bg-intro {
    position: relative;
    padding-top: 20vh;
    padding-bottom: 7vh;
}

.bg-intro::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("https://resources.cdn.haylem.ca/background/letter-background_3988.png");
    background-size: cover;
    background-position: bottom;
    opacity: 1;
    mix-blend-mode: multiply;
}

.bg-intro .container {
    position: relative;
    z-index: 1;
}

.img-intro {
    width: 100%;
    opacity: 0.7;
}

.section-testimony {
    background-image: url("https://resources.cdn.haylem.ca/background/letter-background_3988.png");
    background-size: cover;
    background-position: -200px;
    padding-top: 7vh;
    padding-bottom: 7vh;
}

.section-loan-license {
    padding-top: 9vh;
    padding-bottom: 9vh;
    background: #F6F9FE;
}

.fa-li {
    left: -3em !important;
}

.section-partnership {
    padding-top: 10vh;
    background: linear-gradient(45deg, #272262, #0080C5);
    padding-bottom: 7vh;
}

@media screen and (max-width: 800px){
    .partnership-image {
        position: relative !important;
        width: 100%;
        height: auto !important;
        top: 0 !important;
        left: 0 !important;
    }
}

.partnership-image {
    position: absolute;
    height: 175%;
    top: -40%;
    left: -20%
}