.ora {
    /* color: #003f59; */
    font-style: bold;
}

.hie {
    height: 100%;
}

.disfont {
    text-align: justify;
    text-justify: inter-word;
}

.floating-icon {
    position: absolute;
}

.width-90 {
    /* height: 90vh; */
}

.section-0 {
    padding-bottom: 0;
}

.floating-icon img {
    width: 140px;
    /* Adjust the size as needed */
    position: relative;
    top: -15px;
    /* Adjust the distance from the top */
    right: 8px;
    /* Adjust the distance from the right */
    border-radius: 50%;
    border: 0;
    /* Makes the icon circular */
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
    /* Optional: Adds a shadow */
    background-color: #fff;
    /* Optional: Set background color */
    padding: 10px;
    /* Optional: Add padding */
}