.container{
    padding: 50px;
    font-family: Poppins, sans-serif;
}
h1{
    font-size: 24px ;
}
.custom-para{
    width: 500px;
    line-height: 30.6px;
    font-weight: 300;
    font-size: 21.3px;
    color: rgb(34, 34, 34);
    margin: 30px 0px;
}
.custom-content{
    width: 50%;
    margin: auto;
}
.custom-ol{
    line-height: 30.6px;
    font-weight: 300;
    font-size: 21.3px;
    color: rgb(34, 34, 34);
}
.custom-img{
    width: 80%;
}