/* MARK: contact
*/
.miko-contact {
    @apply mt-[20px];
    form {
        p {
            span{

                @apply mb-[12px];
            }
        }
        input {
            @apply rounded-3xl;
        }
        textarea {
            @apply rounded-3xl p-[10px];
        }
        input[type="submit"] {
            @apply bg-cmain;
        }
    }
    .icon-box{
        @apply mb-[10px];
    }
}