#web-6 .cstm-hr {
    width: 90%;
    border-top: black px;
}

#web-6 .part-2 {
    margin-top: 30px;
}

#web-6 .form-input {
    display: block;
    width: 100%;
    min-height: 54px;
    padding: 14px 26px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #8491a5;
    background-color: #fff;
    background-image: none;
    border-radius: 35px;
    -webkit-appearance: none;
    transition: .3s ease-in-out;
    border: none;
    outline: none;
    box-shadow: 2.424px 4.373px 10px 0 rgba(100, 129, 173, .25)
}

#web-6 .part-2 h4 {
    font-family: 'Muli', sans-serif;
    font-size: 29px;
    font-weight: 600;
}

#web-6 .part-2 p {
    font-family: 'open sans', sans-serif;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: .025em;
    color: #8491a5;
    margin: 5px 0;
}

#web-6 input {
    outline: none;
}

#web-6 .btn-f {
    /* background-image: linear-gradient(to right bottom, #4a24b7, #4322c1, #3a1fcb, #2b1ed5, #0a1ce0);
    color: white; */
    color: #fff;
    background-color: black;
}

#web-6 .btn-f:hover {
    background-image: linear-gradient(to left bottom, #4a24b7, #4322c1, #3a1fcb, #2b1ed5, #0a1ce0);
    transition: all 0.3s ease 0s;
}

@media (max-width: 768px) {
    #web-6 .main-btn-f {
        margin: 10px 0;
    }

    #web-6 .offset-md-1 {
        margin-top: 50px;
    }

    #web-6 .container {
        padding: 0 50px;
    }
}

@media (max-width: 994px) {
    #web-6 .offset-md-1 h4 {
        margin-bottom: 44px;
    }
}

#web-6 .hr-1 {
    margin-top: 100px;
}

#web-6 .hr-2 {
    margin-bottom: 50px;
}