.bg-image-1 {
    background: url('../images/1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 50%;
    height: 58vh;
}

.bg-image-2 {
    background: url('../images/2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 20%;
    height: 58vh;
}

.rounded {
    border-radius: 1.3rem !important;
}