﻿/*
Theme Name: EA Team
Theme URI: https://wordpress.org/
Author: Lordwordpress
Author URI: EA Team
Version: 1.0
*/
.post__cards2 {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.input__field textarea {
    width: 100%;
    height: 100px;
    border: 1px solid #8C9399;
    background: transparent;
    padding: 0px 16px;
    color: #57575780;
}

.input__field input {
    margin-bottom:20px;
}


.contact__input input[type="checkbox"] {
    color: #000;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 5px;
    border: 1px solid rgba(66, 80, 102, 0.40);
    background: #FFF;
    box-shadow: 0px 2px 4px 0px rgba(66, 80, 102, 0.10);
    padding: 12px;
	width: auto;
    
}