.contact-info{
    width: 70%;
    margin: 0 auto 20px auto;
}
.contact-info-items{
    background-image: url('../images/triunghi.png');
    background-repeat: no-repeat;
    background-position: left top;
    background-color: #fff;
}
.grid-container {
    display: grid;
    column-gap: 50px;
    padding: 30px 0;
    width: 70%;
    margin: 0 auto;
    grid-template-columns: repeat(3, 1fr);
}

.grid-item {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.8);
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border: solid #869900 1px ;
    box-shadow: 0 0 35px rgb(134 153 0);
}
.grid-item div h3 {
    font-weight: 500;
    font-size: 18px;
    color: #222222;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.grid-item div p {
    font-size: 14px;
    color: #848484;
}
.fa-map-marker-alt{
    font-size: 35px;
}
.fa-mobile-alt{
    font-size: 35px;
}
.fa-envelope-open-text{
    font-size: 35px;
}
.contactForm{
    height: 500px;
    background-color: white;
    padding: 50px;
    margin-bottom: 20px;
}
.intouch-title{
    text-align: center;
    margin-bottom: 30px;
}
.intouch-title h2{
    font-size:30px
}
.intouch-title p{
    font-size:14px;
    color:#848484;
}
.contactForm .contactFormContent{
    margin: 0 auto;
}
.getInTouch{
    margin-top: 15px;
    background-color: #869900;
    color: white;
    text-transform: uppercase;
    border: #869900;
    cursor: pointer;
}
.getInTouch:hover {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #869900;
}