

.text-green {
    color: #37AE5F !important;
}

.title-profile {
    color: #034118 !important;
    font-size: 2rem;
    margin-top: 20px;
}

.font-desc {
    font-size: 18px;
}

.custom-size-image{
    width:150px;
}

.btn-custom{
    color: white;
    background-color:#37AE5F;
    margin-top: 20px;
}

.hr-custom{
    border-top: 1px solid #37AE5F;
    margin-left: 200px;
    margin-right: 200px;
}
.vertical-line{
    border-left: 10px solid #37AE5F;
    height:100%;
    margin-right:10px;
}