*{
    margin:0;
    padding:0;
    font-family: 'Poppins', sans-serif;
}
.about{
    min-height: 30vh;
    width: 100%;
    background-position: center;
    background-size:cover;
    position:relative;
}
.about h1{
    width: 90%;
    color:#fff;
    position: absolute;
    top:35%;
    left:50%;
    transform: translate(-50%,-50%);
    text-align: center;
    font-size: 40px;
}

.about p{
    line-height: 22px;
    font-weight: 300;
}
/* .content img{
    float:right;
    margin-right: 10px;
    margin-bottom: 5px;
    width:500px;
    height: 350px;
    border: solid black 1px;
    padding:2px;

}
.content{
    padding: top 200px;
    position: absolute;
    text-align:left;
    justify-content: space-between;
} */
.content img{
    width: 100%;
}
.content{
    display:flex;
    justify-content: space-between;
    padding:100px;
}
.content h3{
    text-align: center;
}
.content p{
    padding:25px;
}
.footer{
    width:100%;
    text-align: center;
    padding:30px 0;
}
.footer h4{
    margin-bottom: 25px;
    margin-top: 20px;
    font-weight: 600;
}
.letter{
    padding:40px;
}
.main{
    min-height: 40px;
    width:100%;
    background-position: center;
    background-size:cover;
    position: relative;
}
.icon img{
    width: 250px;
}
.ml{
    width:50px;
    height: 50px;
    padding-top: 10px;
}

.hero-btn{
    display:inline-block;
    text-decoration: none;
    color:#000;
    border:1px solid #000;
    padding:12px 34px;
    font-size:13px;
    background:transparent;
    position:relative;
    cursor: pointer;
    padding-top:10px;
    margin-left: 30px;
}
.hero-btn:hover{
    border:1px solid #f44336;
    background: #f44336;
    transition: 1s;
}
img{
    border-radius: 10px;
}

/* Media */
@media only screen {
    .content .poc{
        padding-top: 90px;
        width: 100%;
        height: 100%;   
    }
    .letter{
        width: 100%;
    }
}