h3.subtitle{
    color: #52c4cb;
    margin-bottom: 5px !important;
    font-size: 26px;
}

.nine-box{
    background-color: #f6f6f6;
}

.nine-box .nine-image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.nine-box .nine-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.description-box {
    min-height: 127px;
}

.recomendations-box {
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.woman-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
}

.woman-container img {
    max-width: 350px;
}