@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

.contact-us{
    /*text-shadow: 1px 1px #000000;*/
    color: #494949;
    font-size: 30px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    /* margin-left: 230px; */
    margin-top: 30px;
    display: flex;
    margin-right: 80px;
}
.info{
    background: #ffffff;
    border-radius: 25px;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 300;
    display: flex;
    /*max-width: 350px;/*
    /* margin-left: 230px; */
}
.email{
    max-width:500px;
}
.textbox{
    max-width:500px;
}
.first-name{
    max-width:200px;
}
.last-name{
    max-width:200px;
}
.first{
    max-width: 200px;
}

.col-sm-6 {
    width: auto;
}
.email-text{
    margin-top: 20px;
}
.comment-text{
    margin-top:20px;
}
.button{
    margin-top:20px;
}
.section-one{
    color: #494949;
    font-size: 20px;
    font-family: 'Playfair Display', serif;
    margin-top: 30px;
    font-weight: 300;
    /*margin-left: 80px;*/
}
.all-info{
    padding:30px 20px;
}
.all-contact{
    margin-right:80px;
}
.btn{
    background-color:#1d94d5 ;
}