#hero {
    height: 100vh;
    display: flex;
    align-items: center;
}

.hero-2-img img {
    border-radius: 20px;
}

.rounded-image {
    border-radius: 20px;
}

.ico--red {
    color: red !important;
}
