/* Award content section css starts */
.award-content-wrap .title-box .title-2 { margin-bottom: 20px; color: var(--theme-primary-color); }
.award-img-wrapper                      { display: flex; flex-wrap: wrap; gap: 1rem; flex-grow: 0; }
.award-img-wrapper .award-img-box       { width: calc(50% - 1rem); position: relative; padding-top: 44.5%; }
.award-img-wrapper .award-img-box:first-child,.award-img-wrapper .award-img-box:last-child          {  padding-top: 25.5%;  }
.award-img-wrapper .award-img-box:first-child ,.award-img-wrapper .award-img-box:nth-child(2)       {  align-self: flex-end; }
.award-img-wrapper .award-img-box:last-child ,.award-img-wrapper .award-img-box:nth-child(3)        {  align-self: flex-start; }
.award-img-wrapper .award-img-box img,
.award-img-box img,.award-box .award-img-box img                       { position: absolute; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.award-img-wrapper .award-img-box img { border-radius: 15px; }
.award-img-wrapper .award-img-box:first-child img,.award-img-wrapper .award-img-box:nth-child(2) img { bottom: 0; left: 0; }
.award-img-wrapper .award-img-box:nth-child(3) img,.award-img-wrapper .award-img-box:last-child img    { top: 0; left: 0; }
.award-list-wrap                        { margin-top: 5rem; }
.award-box                              { padding: 1rem; border-radius: 15px; background-color: var(--white); box-shadow: 0px 4px 50px 0px rgba(192, 192, 192, 0.15); border: 1.5px solid var(--light-gray); }
.award-detail-box                       { margin-top: 1.5rem; }
.award-detail-box .title-6              { margin-bottom: 4px; }
.award-box .award-img-box                       { margin: 0 auto; position: relative; width: 70%; padding-top: 29.5%; }
.award-box .award-img-box img           { top: 0; left: 0; }

/* Media query start */
@media only screen and (max-width: 767px) {
    .award-list-wrap .row.common-row > *:not(:last-child)  { margin-bottom: 1.5rem; }
 }