.contact-us{
    width: 80%;
    margin: auto;
}

.contact-col{
    flex-basis: 48%;
    margin-bottom: 30px;
}

.contact-col div{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.contact-col div .fa{
    font-size: 20px;
    color: #000000;
    margin: 10px;
    margin-right: 30px;
}

.contact-col div p{
    padding: 0;
}

.contact-col div h5{
    font-size: 15px;
    margin-bottom: 5px;
    color: #000000;
    font-weight: 400;
}

.about-col h4{
    margin-bottom: 12px;
}


.row{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
}

.about-col{
    margin-left: 10px;
    flex-basis: 48%;
    padding: 30px 2px;
}

.about-col img{
    width: 100%;
    border-radius: 15px;
}

.about-col h1{
    padding-top: 0;  
}
.about-col p{
    padding: 15px 0;
    font-weight: 600;
    margin-bottom: -35px;
}

.red-btn{
    border: 1px solid orangered;
    background: transparent;
    color: #f05800;
}

.red-btn:hover{
    color: #fff;
}

.comment-form input, .comment-form textarea{

    width: 100%;
    padding: 15px;
    margin-bottom: 17px;
    border: 1px solid #ccc;
    outline: none;
    background: #f0f0f0;

}
.comment-form button{
    margin: 10px 0;
}

.location{
    width: 80%;
    margin: auto;
    padding: 80px 0;
}
.location iframe{
    width: 100%;
}

.cta-btn {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    background: transparent;
    border: 1.5px solid #ffffff;
    border-radius: 10px;
    padding: 15px 30px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: background-color 0.3s ease;
    margin-top: 50px;
    cursor: pointer;
  }
  
  .cta-btn:hover {
    border: 1px solid #df7c20;
    background: #df7c20;
    transition: 1s;
  }

  @media(max-width: 700px){
  .cta-btn {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    background: transparent;
    border: 1.5px solid #ffffff;
    border-radius: 10px;
    padding: 15px 30px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    transition: background-color 0.3s ease;
    margin-top: 50px;
    cursor: pointer;
  }
  
  .cta-btn:hover {
    border: 1px solid #df7c20;
    background: #df7c20;
    transition: 1s;
  }

  .about-us{
    width: 80%;
    margin: auto;
    padding-top: 80px;
    padding-bottom: 50px;
    

}

.about-col{
    flex-basis: 48%;
    padding: 30px 2px;
}



.about-col h1{
    padding-top: 0;  
    font-size: 25px;
}
.about-col p{
    padding: 15px 0;
    font-weight: 600;
    margin-bottom: -35px;
}
.about-col img{
    width: 100%;
    border-radius: 15px;
}


.comment-form input, .comment-form textarea{

    width: 100%;
    padding: 15px;
    margin-bottom: 17px;
    margin-left: -20px;
    border: 1px solid #ccc;
    outline: none;
    background: #f0f0f0;

}

.location iframe{
    width: 100%;
    margin-top: -10px;
    margin-bottom: -20px;
}

.contact-col{
    margin-left: 25px;
}

    .row{
        flex-direction: column;
    }

  }