body{
    font-family: 'Roboto', sans-serif;
    margin: 0;
}
.half__width{
    width: 35%;
    float: left;
    margin-left: 7%;
    padding-left: 4%;
    color: white;
}
.quatter__width{
    width: 17%;
    float: left;
    margin-left: 7%;
    padding-left: 4%;
    color: white;
}
section{
    height:500px;
    background: rgb(73, 58, 73);
}
img{
    width: 100%;
}
p{
    color: gray;
    margin-bottom: 45px; 
}
.top__part{
   padding: 16px 0 0 0;
}
.highlight__color{
    color: orange;
}
.hire__btn,
.resume__btn{
    padding: 10px 20px;
    background: linear-gradient(160deg,orange,tomato);
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    color: white;
    border-radius: 5px;
}
.about__part{
  height: 470px;
  padding-top: 20px;
   
}
.work__part{
    text-align: center;
    padding: 20px 0;
    background: #252020;
    color: white;
}
.quatter__content{
    width: 300px;
    height: 350px;
    padding: 10px;
    margin-top: 10px;
    background: #cfcbcb;
    border-radius: 15px;
    text-align: left;
    box-shadow: 4px 3px 7px 0px grey;
}
.quatter__content h2{
    font-size: 23px;
    color: #380707;
}
.inquiry__area{
   text-align: center;
  height: 400px;
  padding-top: 7%;
}
.inquiry__in{
    margin-left: 20%;
    background-image: url("images/Group_33094_1.png");
    background-repeat:no-repeat;
    width: 800px;
    height: 300px;
    border-radius:20px;
}
.inquiry__in .half__width h1{
    font-size: 30px;
    margin-top: 55%;
}
.inquiry__in .inquiry__btn{
    text-align: right;
    margin-top: 21%;
}
.inquiry__in .inquiry__btn a{
    text-decoration: none;
    padding: 10px;
    background: linear-gradient(180deg, orange,tomato);
    border-radius: 10px;
}
