@import url('https://fonts.googleapis.com/css2?family=Playfair+Display+SC:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap');
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.container{
    max-width: 1200px;
    margin: auto;
}

.body{
    font-family: "Playfair Display SC", serif;!important;
}

.container-img{
    width: 60%;
    display: block;
    margin:0 auto  ;
    position: relative;
    transform: scale(1.1) translate(0, 105px);
}
.my-shadow {
    box-shadow: inset 400px -6px 0 -10px #FEC722;
    display: flex;
    flex-direction: column;
    position: relative;
}
.my-shadow:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: white;

}
/*.blog{*/
/*    min-height: 100vh;*/
/*}*/
.banner{
    width: 50%;
    height: 400px;
    background-color: white;
    position: relative ;
    z-index: 1;
    align-self: flex-end;
    right: 0;

}
.text-form{
    width: 70%;
    padding: 50px;

}
.title{
    font-size: 50px;
    color: #C2A183;
    text-transform: uppercase;

}
.btn{
    background-color: #C2A183;
    color: white;
    width: 50%;
    height: 45px;
    border: none;
    font-size: 20px;
    text-transform: uppercase;
}
.text{
    font-size: 20px;
    font-family: "Harlow Solid Italic", cursive;

}
.py-2{
   margin: 20px 0;
}