﻿/* Start of Organization inforamtion on Top of the LAnding Page CSS*/

@media (max-width: 767px) {
    /* Hide icons on screens smaller than 768px */
    .line4 i {
        display: none;
    }

    /* Adjust label margin for better alignment when icons are hidden */
    .line4 label {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .line1 {
        font-size: 2.5vw;
    }

    .line2 {
        font-size: 2.8vw;
    }

    .line3 {
        font-size: 2.4vw;
    }

    .line4 {
        font-size: 2.2vw;
    }

    .line5 {
        font-size: 2.0vw;
    }
}

/* End of Organization inforamtion on Top of the LAnding Page CSS*/

/* Start of Organization info at top */
/* Custom CSS for Alignment */

.CustomOrgInof12Col {
    background-color: #DDEDF4;
    display: flex;
    align-items: center;
    border-radius: 5px !important;
}

.info-container {
    flex: 1;
    padding: 0 10px; /* Adjust padding as needed */
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center; /* Center-align text horizontally */
}

.left-image, .right-image {
    max-width: 125px;
    height: auto;
/*    border-radius: 5px;
*/}

@media (max-width: 768px) {
    .info-container {
        text-align: center;
    }

    .left-image,
    .right-image {
        margin: 5px auto;
        display: block;
    }
}

.box {
    width: 135px;
    height: 135px;
    background-color: white;
    padding: 3px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden; /* Hide overflow content if any */
}

    .box img,
    .box p {
        max-width: 100%;
        max-height: auto;
        object-fit: cover;
       /* border-radius: 10px;*/ /* Apply border-radius to images */
    }

/* End of Organization info at top */
