@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');
/*
font-family: "Poppins", sans-serif;
*/

body{
    background: #efefef;
    padding: 0;
    margin: 0;
    font-family: "Poppins", sans-serif;
}
.container{
    width: 1240px;
    margin: 0 auto;
}
.flex{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.col-30{
    width: 30%;
}
.col-70{
    width: 70%;
}
.bg-70{
    background-color: #efefef;
}
.logo img{
    width: 30%;
}
.content{
    padding: 150px;
    text-align: center;
}
a {
    width: 200px;
    height: 50px;
    border: none;
    cursor: pointer;
    background-color: #1d8007;
    border-radius: 20px;
    color: white;
    font-weight: bold;
    font-size: 16px;
    display: block;
    line-height: 50px;
    text-decoration: none;
    margin: 0 auto;
    cursor: pointer;
}
h2{
    color: #1d8007;
    font-weight: bold;
    font-size: 60px;
    margin-top: 60px;
}
h3{
    border: 2px solid #03262c ;
    background-color: #03262c;
    color: white;
    font-size: 36px;
    display: inline-block;
    padding: 0px 20px;
    margin-bottom: 0;
}
p{
    font-weight: 500;
    font-size: 18px;
    line-height: 1.6;
    margin: 40px 0px;
}
.img-round img{
    width: 100%;
}
.position{
    position: relative;
}
.img-round img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(0px,270px);
}
.left-img {
    background: url(../assets/images/image-new.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100vh;
}
