@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');

.about-area{
    padding-top: 5%;
}
.about-img{
    position: relative;
}
.about-img:before{
    position: absolute;
    content: '';
    right: -30px;
    top: 30px;
    border: 9px solid rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 100%;
}
.about-img img{
    width: 100%;
}
.about-text{
    padding-top: 20%;
}
.about-text h2{
    color: black;
    font-family: 'Poppins', sans-serif;
    font-size: 50px;
}
.about-text h2::before {
    content:'';
    position: absolute;
    top:185px;  
    background:#ff7e9a;
    width: 150px;
    height: 3px;
  }
.about-text p{
    margin-top: 30px;
    font-size: 18px;
    color: black;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.about-text a{
    background: #ff7e9a;
    color: #fcfcfc;
    padding: 7px 15px;
    display: inline-block;
    margin-top: 20px;
    border-radius: 5px;
}


body {
    background-color: #EDEDED !important;
}
