body {
    font-family: 'Inter', sans-serif;
}

.p-40 {
    padding: 40px
}

.features .icon img {
    width: 64px;
}

.social-icon li {
    width: 50px;
}

.form-group-custom {
    /* position: relative; */
    /* z-index: 2; */
    margin-bottom: 30px;
    display: block;
}

.form-group-custom textarea {
    border: 0;
    padding-bottom: 8px;
    padding-top: 8px;
    border-bottom: 2px solid var(--color-border);
    background-color: transparent;
    resize: none;
    min-height: 133px;

    border-radius: 0;
    padding-left: 0;
    padding-right: 0;

    height: auto;
    font-size: 16px;
    width: 100%;
}

.form-group-custom label {
    position: absolute;
    left: 0;
    width: 100%;
    top: 9px;
    color: var(--color-body);
    transition: 0.3s;
    z-index: -1;
    letter-spacing: 0.5px;
    font-size: 18px;
    line-height: 28px;
}

.cd-headline.slide .cd-words-wrapper {
    overflow: initial;
}