.new-section {
    padding: 60px 0;
    margin-bottom: -120px;
    margin-top: 50px;
}

.new-section-content {
   
    padding: 20px;
}

.section-title {
    font-size: 36px;
    margin-bottom: 20px;
}

.section-description {
    font-size: 18px;
    margin-bottom: 20px;
}

.btn-primary {
    background-color: #007bff;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
}

.btn-primary:hover {
    background-color: #0056b3;
}

.image-credit-container {
    /* Ensure image and credit text are centered in the column */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

.image-credit-container img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.image-credit {
    font-size: 14px;
    color: #555;
}

.image-credit a {
    color: rgb(254, 103, 97);
    text-decoration: none;
}

.image-credit a:hover {
    text-decoration: underline;
}
.award-card {
    border: none;
    border-radius: 10px; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
    overflow: hidden; 
    transition: transform 0.3s ease-in-out; 
    margin: 0 auto;
}

.award-card {
    border: none;
    border-radius: 8px; 
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); 
    overflow: hidden; 
    transition: transform 0.3s ease-in-out; 
    padding: 0; 
    width: 100%;
    max-width: 200px;
    margin: 0 auto; 
}

.card-img-wrapper {
    width: 100%;
    height: auto; 
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-img {
    width: 100%;
    height: auto;
    object-fit: contain; 
}

.award-card:hover {
    transform: scale(1.05); 
}

.row.justify-content-center {
    justify-content: center; 
}
.container .col-auto img{
    max-width: 200px; 
    height: auto;
    margin-top: -46px
}

@media (max-width: 575.98px) {
    .container .col-auto img{
        /*margin-bottom: 10px; */
        max-width: 135px;
    }

}

@media (max-width: 767.98px) { 
    .custom-img {
        margin-top: 20px;
    }
}
