

.right-hero{
    width: 84%;
}

.hero-heading{
    margin-bottom: 30px;
    font-family: 'Six Caps', sans-serif;
    line-height: 98%;
    font-weight: 400;
    text-transform: uppercase;
    color: #f8f2e8;
}

.hero-heading span{
    color: #e032d1;
}

.hero-paragraph{
    margin-bottom: 38px;
    line-height: 160%;
    color: rgba(248, 242, 232, 0.6);
    font-family: 'Jost', sans-serif;
    max-width: 540px;
}

.ref{
    margin-bottom: 38px;
}

.right-hero small{
    color: rgba(248, 242, 232, 0.6);
    font-family: 'Jost', sans-serif;
}

.hero-btn{
    border-radius: 50px;
    background-color: #b922ac;
    -webkit-transition: background-color 300ms cubic-bezier(.25, .46, .45, .94);
    transition: background-color 300ms cubic-bezier(.25, .46, .45, .94);
    color: #f8f2e8;
    line-height: 120%;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.5s ease;
}

.hero-btn:hover{
    transform: scale(.95);
}

footer{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.info{
    margin-right: 20px;
}

.info h3, .info-right h3{
    margin-bottom: 10px;
    color: #b922ac;
    font-size: 16px;
    line-height: 120%;
    font-weight: 900;
    letter-spacing: 2.2px;
    text-transform: uppercase;
}

.info-right{
    width: 50%;
}

.info a{
    text-decoration: none;
    color: #f8f2e8;
    font-size: 18px;
    font-weight: 500;
}

.info-right p{
    text-decoration: none;
    color: #f8f2e8;
    font-size: 18px;
    font-weight: 500;
}
