@media(min-width: 800px)
{
  .TextAndImage.reversed .image{
    order: 2;
  }
  
   .TextAndImage .image img{
        aspect-ratio: 1;
    object-fit: cover;
  }
}

.up .TextAndImage .smaller { 
    display: flex;
    justify-content: center;
    align-items: center;
}

.up .TextAndImage .link:hover{color: #eb7cb1;}

.up .TextAndImage .link:hover img{filter: invert(75%) sepia(27%) saturate(3082%) hue-rotate(290deg) brightness(98%) contrast(87%);}

.up .TextAndImage .link {
    align-items: center;
    color: #102c68;
    display: inline-flex;
    font-size: 16px;
    font-weight: 700;
    gap: 6px;
    line-height: 1.5;
    text-transform: uppercase;
  font-family:"ITC Avant Garde Gothic Pro";

}

/* TextAndImage Section CSS */
.up .TextAndImage .container-fluid .col-lg-6{padding: 0px !important;}
.up .TextAndImage .container-fluid .col-lg-6{padding: 0px !important;}
.up .TextAndImage .container-fluid .col-lg-6 .Inner{padding: 20px 48px 20px 64px;}
.up .TextAndImage .container-fluid .col-lg-8padding: 0px !important;}
.up .TextAndImage .container-fluid .col-lg-8{padding: 0px !important;}
.up .TextAndImage .container-fluid .col-lg-8 .Inner{padding: 20px 48px 20px 64px;}
.up .TextAndImage .InnerImg img{width: 100%;}
.up .TextAndImage ul {list-style-type: disc;margin: 0 0 0 30px;}
.up .TextAndImage ul li{margin-bottom: 8px;}
.up .TextAndImage ul li:last-child{margin-bottom: 0px;}

@media(max-width: 1366px){
   .up .TextAndImage .container-fluid .col-lg-6 .Inner{padding: 20px 40px;}
   .up .TextAndImage .container-fluid .col-lg-8 .Inner{padding: 20px 40px;}
}


@media(max-width: 1200px){
   .up .TextAndImage .container-fluid .col-lg-6 .Inner{padding: 20px 20px;}
  .up .TextAndImage .container-fluid .col-lg-8 .Inner{padding: 20px 20px;}
}

@media (max-width: 767px){
   .up .TextAndImage .container-fluid .col-lg-6 .Inner{padding: 24px 15px 40px 15px;}
  .up .TextAndImage .container-fluid .col-lg-8 .Inner{padding: 24px 15px 40px 15px;}
}

.up .TextAndImage .small img {
  width: 133px;
  aspect-ratio: 1;
    object-fit: cover;
}

.up .TextAndImage .medium img {
  width: 312;
  aspect-ratio: 1;
    object-fit: cover;
}