.rounded-10{
    border-radius: 25%;
    height: 86%;
}
.text-justify{
    text-align: justify;
}
.max-h-400{
    height: 420px;
    border-radius: 5%;
}
.bg-full{
    background-image: url("images/hero/hero-1.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1060;
    overflow: hidden;
    border-radius: 50%;
}
.text-green-500{
    color: #16A34A;
}
.text-red-500{
    color: #EF4444;
}
.my-4{
   margin-top: 1.3rem;
    margin-bottom: 1.3rem;
}
