
p{
    line-height: 34px;
}
h3{
    color: #2dabaf;
}
.sec-content
{
    padding: 8%;
}
.main_div img{
    height: auto;
    width: 100%;
    border-radius: 15px;
   
}.main_div{
    width: 50%;
    padding: 24px;
    float: right;
    margin-left: 10px;
}
@media screen and (max-width:600px) {

    .sec-1{
        display: flex;
        flex-direction: column;
    }
    .sec-1 .main_div{
        display: flex;
        justify-content: space-around;
        width: 100%;
    }
    p{
        line-height: 20px;
    }
}