.p-container{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3rem;
}
#intro-carrusel{
     max-height:250px;
}
#intro-carrusel h2{
     font-family:'BankGothic Lt BT';
     font-style:bold;
}
#def-banner{
     background-image:url('https://drive.haxtercorp.com/@hm_industries_/MyFiles/325904952_3471729746395916_6587096368446865238_n.png');
}
.maximages img{
     min-width:100%;
     min-height:100%;
}  
.maximages_anim{
    animation-duration: 3s;
    animation-name: slidein;
    
}

@keyframes slidein {
  from {
    margin-left: 100%;
    width: 300%
  }

  to {
    margin-left: 0%;
    width: 100%;
  }
}
.hoverdisly img:hover{
    min-width:90%;
    min-height:90%;
}
.galery, .businesses__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
    margin-top: 3rem;
}
.galermax img{
    max-width:100%;
    max-height:200px;
}
.galermax h2{
    font-family:'BankGothic Lt BT';
    font-style:bold;
}

#fighterweap-banner{
    /*background-image:url('https://static.vecteezy.com/system/resources/previews/005/420/445/non_2x/world-map-on-blue-sky-background-banner-free-vector.jpg');
    */
    background-image:url('https://pbs.twimg.com/profile_banners/59855362/1694740796/1500x500');
    
}                    
.capitallet h3{
    font-family:'BankGothic Lt BT';
}
.capitallet li{
    font-family:'BankGothic Lt BT';

    
}

.column {
  width:33%;
  float:right;
}

@media (max-width: 100%) {
  
  .column {
    width:auto;
    float:none;
  }
  
}
#news img{
    min-width:100%;
    min-height:200px;
}

/*01 06 2023*/
#about-us--breve img{
    border-radius:45px;
}
.image-row {
  display: flex;
  justify-content: center;
}

.image {
  width: 200px;
  height: 200px; 
  object-fit: cover;
  margin: 0 10px;
}

.bigger-image {
  width: 250px;
  height: 250px; 
}

