﻿
.icon_text {
    display: flex;
    margin-bottom: 20px;
}

    .icon_text .icon {
        width: 15%;
        height:fit-content;
        background-color: #00adb9;
        padding: 20px;
    }

        .icon_text .icon svg {
            width: 100%;
            color: #fff;
            fill: #fff;
        }

    .icon_text .text {
        padding-left: 20px;
    }

        .icon_text .text h3 {
            font-size: 24px;
            font-weight: 300;
            letter-spacing: 1.3px;
            color: #00adb9;
            margin: 0px;
            text-transform: uppercase;
        }

        .icon_text .text p {
            font-size: 22px;
            color: #7a7a7a;
            font-weight: 300;
        }

.form h2 {
    font-size: 30px;
    font-weight: 300;
    color: #00adb9;
}

.form p {
    font-size: 20px;
    color: #A0A0A0;
    font-weight: 300;
    margin-top: 15px;
}

.form input {
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    border: 1px solid #e7e7e7;
    outline: none;
    margin-bottom: 20px;
}

.form textarea {
    width: 100%;
    padding: 6px 12px;
    border: 1px solid #e7e7e7;
    outline: none;
    margin-bottom: 20px;
}

.form input:focus {
    border-color: #4d68ff;
}

.form textarea:focus {
    border-color: #4d68ff;
}

.form label {
    font-size: 14px;
    margin-bottom: 2px;
}

.form .submit_button {
    width: 30%;
    background-color: #313636;
    color: white;
    padding: 8px;
    font-size: 15px;
}

    .form .submit_button:hover {
        background-color: #4d68ff;
    }

.heading_section {
    text-align: center;
    padding: 40px 0 30px;
}

    .heading_section h2 {
        font-size: 45px;
        color: #00adb9;
        font-weight: 100;
    }

    .heading_section p {
        font-size: 22px;
        font-weight: 100;
    }



/* media query */
@media only screen and (max-width: 600px) {
    .icon_text .icon {
        height:fit-content; width: 22%;
    }
   

    .icon_text .text p {
        font-size: 18px;
    }

    .icon_text .text h3 {
        font-size: 20px;
    }
}
