#content8 {
    height: 300px;
    background-image: linear-gradient(to bottom right, rgb(40, 104, 188), rgb(0, 64, 128));
    padding-top: 50px;
    padding-left: 50px;
    color: white;
}

footer {
    background-color: grey;
    color: white;
    text-align: center;
    font-size: 14px;
}
a {
    color: white;
}
a:hover {
    color: lightgray;
}

#content8 h1 {
    font-weight: bold;
}

#content8 h2 {
    font-weight: bold;
}

#content8 i {
    font-size: 38px;
    margin: 15px 10px;
}

#content8 .third-row {
    font-size: 14px;
    font-weight: bold;
    display: flex;
}

#content8 .desc {
    font-family: GilroyExtraBold;
    letter-spacing: 2px;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 5px;
}

#content8 input[type="text"] {
    border: none;
    width: 400px;
    height: 35px;
    margin: 15px 0;
    padding-left: 15px;
    outline: none;
    border-radius: 10px;
}

#content8 .container-btn {
    background-color: rgb(51, 150, 161);
    padding: 5px 25px;
    border-radius: 10px;
    margin-left: 25px;
    border: none;
    font-size: 18px;
}

#content8 .desc2 {
    display: flex;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.5px;
}

#telephone {
    line-height: 60px;
    font-size: 18px !important;
}

#content8 .desc2 i {
    font-size: 20px;
}

/* FOR LAPTOP SMALL SIZE */
@media screen and (max-width: 1320px) and (min-width: 1024px) {
    #content8 input[type="text"] {
        width: 300px;
    }
}

/* FOR TABLET DEVICE */
@media screen and (max-width: 1023px) and (min-width: 600px) {
    #content8 input[type="text"] {
        width: 200px;
    }

    #content8 .desc {
        font-size: 10px;
    }
}

/* FOR MOBILE DEVICE */
@media screen and (max-width: 600px) {
    #content8 {
        height: auto;
        padding-bottom: 25px;
    }

    #content8 input[type="text"] {
        width: 250px;
    }

    #content8 .third-row {
        display: inline;
    }

    #content8 .container-btn {
        margin: 10px 0px 25px 0px;
    }
    #content8 .col-sm-12 {
        padding-left: 0px;
    }

    #content8 .desc:nth-child(2) {
        display: none;
    }
}
