#image {
    position: absolute;
    right: 10%;
    top: 15%;
    height: 265px;
    width: 265px;
}
.center-img {
    display: block;
    margin: auto;
    width: 200px;
}

.features h2 {
    font-weight: bold;
}

.p {
    border: 2px #333 solid;
}

hr {
    margin: 0;
    height:2px;
    border:none;
    color:#333;
    background-color:#333;
}

.card-img-top {
     width: 100%;
     height: 15vw; /* Adjust this value as needed (e.g., 200px) */
     object-fit: cover;
 }