

body > br{
    display: none;
}
#main_index {
    padding-bottom: 0!important;
    overflow: hidden;
}
.unifyContent{
      font-size: 18px;
    color: #fff;
    line-height: 2.4;
    margin-bottom: 30px;
}
#about .bigTitle{
    margin-bottom: 1rem;
    color: #fff;
}
#about{
    background-image: url('../images/aboutbg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 25%;
    padding-top: 5rem;
    padding-bottom: 5rem;
    position: relative;
    
}
#about::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0,0.7);
}
#why{
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.hp_why_ebox {
    margin: 15px 0;
}

.hp_why_ebox .serviceBox{
    color: #555;
    text-align: center;
    transition: all 0.4s ease-in-out;
}
.hp_why_ebox .serviceBox:hover {
    transform: translateY(-10px);
}
.hp_why_ebox .serviceBox .service-icon{
  color: #fff;
  /*background: #3b282b;*/
  background-image: linear-gradient(to right, #d72224, #ad2724);
  font-size: 45px;
  line-height: 103px;
  width: 100px;
  height: 100px;
  margin: 0 auto 50px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease 0s;
  transform: scale(0.85);
} 
.hp_why_ebox .serviceBox .service-icon i {
    transition: all 0.4s ease-in-out;
}

.hp_why_ebox .serviceBox:hover .service-icon i {
    transform: rotateY(360deg);
}
.hp_why_ebox .serviceBox .service-icon:before,
.hp_why_ebox .serviceBox .service-icon:after{
    content: "";
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    border: 5px solid #3b282b;
    border-top-color: transparent;
    border-left-color: transparent;
    border-radius: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}
.hp_why_ebox .serviceBox .service-icon:after{
    background-color: #3b282b;
    height: 40px;
    width: 35px;
    border-radius: 0;
    border: none;
    transform: translateX(-50%) translateY(0) rotate(0);
    top: calc(100% + 10px);
    clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
}
.hp_why_ebox .serviceBox .title{
  color: #000;
    font-size: 1.2vw;
    font-weight: 700;
    margin: 0 0 10px;
}
.hp_why_ebox .serviceBox .description{
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  color: #444;
}

#about .btn {
  font-size: 16px !important;
  padding: 8px 20px;
  border-radius: 0;
}
.bigTitle{
  font-size: 2vw;
  font-weight: 700;
  color: #000;
  line-height: 1.2;
  margin-bottom: 15px;
}
.whyWrapper{
    padding: 34px 0 0;
}

.imgeffect{
transition: all .3s ease;
}
.imgeffect:hover{
transform: translateY(-10px) scale(1.05);
}
.whyWrapper{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr ;
    gap: 1rem;
}
@media only screen and (max-width: 800px) {
.hr1{
width:25% !important;
margin:7px 0 0 !important;
}
}
.whyContent{
    max-width: 243px;
    margin: 0 auto;
        font-size: 14px;
    color: rgb(51, 51, 51);
}
.whyTitle{
        color: #ed1c24;
        font-size: 16px;
        font-weight: 600;
            margin: 10px 0;
}
.whyImg{
    max-width: 70px;
    margin: 0 auto;
}
#about .container-fluid .row .col-lg-6.col-md-12:nth-child(1){
        display: flex;
    align-items: center;
    justify-content: center;
}
.aboutLeft {
    padding: 0 4vw;
}

.aboutRight_outer {
    padding-right: 0;
}

.aboutRightImg {
    border-radius: 30% 0 0 30%/50% 0 0 50%;
    overflow: hidden;
}
.aboutRightImg img {
    animation: zoomInOut 50s infinite linear;
}
@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
.category_list_type4 .category_box .img_frame:hover img {
    width: 100%;
    height: 100%;
    transform-origin: center;
}
.banner_content{
    overflow: hidden;
}


.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box img {
    
    padding: 0px;
    transition: all 0.4s ease-in-out;
 
}
.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box:hover .gallery_box img {
    transform: translate(-50%, -50%) scale(1.2);
}
.hp_photoGallerySlider_type3 .container-fluid .row .col-12 .container{
    max-width: 1420px!important;
    
}

.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
    overflow: hidden;
    background-color: transparent;
}

.hp_photoGallerySlider .photo-gallery .outline_box .gallery_box img {
    
    padding: 0px;
    
}

.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box img {
    object-fit: cover!important;
}

.ws_gallery-2 .img_frame img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all ease 0.3s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ws_gallery-2 .img_frame:hover img {
    width: 100%;
    height: 100%;
}

.n_servicesTitle {
    font-size: 2.25rem;
    font-weight: 600;
    margin-bottom: 0;
}


.hp_photoGallerySlider .photo-gallery .outline_box .gallery_box img {
    object-fit: cover;
    padding: 0;
}
.hp_photoGallerySlider .photo-gallery .outline_box .gallery_box {
    background-color: unset;
}
.hp_photoGallerySlider {
    background-color: transparent;
}

.hp_photoGallerySlider_type3 {
    background-color: transparent;
}



#nn_service {
    padding-top: 5rem;
  padding-bottom: 1rem;
}

.hp_service_ebox {
    margin: 15px 0;
    position: relative;
}

.hp_service_ebox::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 0;
    width: calc(100% - 30px);
    height: 100%;
    background-color: #f4f4f4;
    z-index: -1;
}

.hp_service_img {
    overflow: hidden;
}

.hp_service_img img {
    transition: all 0.4s ease-in-out;
}

.hp_service_box:hover .hp_service_img img {
    transform: scale(1.2);
}

.hp_service_title {
    color: #000;
  font-size: 1.35vw;
  font-weight: 700;
}

.hp_service_list {
    padding-left: 20px;
  margin-bottom: 30px;
  list-style: square;
  height: 110px;
}

.hp_service_list li {
    font-size: 16px;
  color: #444;
  margin: 5px 0;
}

.hp_service_list li::marker {
    color: #3b282b;
}

.hp_service_content {
    padding: 20px 30px;
}

.hp_service_button {
    font-size: 16px;
  padding: 8px 20px;
  color: #fff;
  border: none;
  width: 100%;
  background-image: linear-gradient(to right, #d72224, #ad2724);
  transition: all 0.4s ease-in-out;
}

.hp_partner_img {
    /*background-color: #f9f9f9;*/
  padding: 20px;
}

.hp_partner_box {
    display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  width: 40%;
  margin: 2rem auto 0;
}

.hp_partner {
    padding-top: 4rem;
  padding-bottom: 1rem;
}

/*hp_follow*/
.n_follow {
    margin-top: 5rem;
    overflow-x: hidden;
}

.n_followTitle {
  text-align: center;
  margin-bottom: 1rem;
}
.n_followTitle2 {
     margin-bottom: 2rem;
}
#n_follow{
    padding-top: 5rem;
}
#n_follow .bigTitle{
    color: #fff;
}

.n_followTitle:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3px;
  width: 120px;
  height: 3px;
  content: "";
  margin: 0 auto;
  background-image: linear-gradient(to right, #d72224, #ad2724);
}

.n_followContainer {
    position: relative;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.n_followContainer:before {
    content: '';
    position: absolute;
    width: 101%; 
    height: 100%;
    top: 0; 
    left: 0;
    background: rgba(0,0,0,0.6);
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.n_followContainer:hover:before,
.n_followContainer:hover .n_followTextCentered {
    opacity: 1;
}

.n_followContainer .n_followImg{
    max-width: 100%;
}

.n_followContainer .n_followImg img{   
    width: 100%;
    height: 100%;
}

.n_followContainer .n_followTextCentered {
    position: absolute;
    bottom: 0%;
    /*left: 50%;*/
    left:0;
    transform: translate(0%,0%);
    /*transform: translate(-50%,0%);*/
    width: 100%;
    transition: all .2s ease-in-out;
    background: rgba(0,0,0,.6);
}

.n_followContainer .n_followTextCentered i { 
    color: #fff;
    font-size: 2.5rem;
    margin-bottom: 0.625rem;
}

.n_followContainer .n_followTextCentered p {

        font-size: 1.375rem;
    margin: 0;
    padding: 20px 0;
}
.n_followTextCentered a {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}
.n_followTextCentered a:hover {
    text-decoration: none;
}


.index_wrapper_5, .index_wrapper_6{
    background: url('../images/gallerybg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-attachment: fixed;
    position: relative;
}
.index_wrapper_5::before, .index_wrapper_6::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0,0,0,0.7);
}
.index_wrapper_6 {
    padding-bottom: 5rem;
}

.footer_type8 {
    background-color: #333;
    background-image: url('../images/footer.png');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    position: relative;
}

.footer_type8::before {
    content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(59,40,43,.9);
  z-index: 0;
}

.footer_type8 > .row {
    position: relative;
    z-index: 1;
}

.footer_type8,
.footer_type8 li,
.footer_type8 span,
.footer_type8 h5 {
    color: #fff !important;
    font-size: 1rem;
}

.footer_type8 p {
    color: rgba(255,255,255,0.7) !important;
    font-size: 1rem;
}

.footer_type8 h5 {
    font-size: 1.25rem;
}

.footer_type8 a,
.footer_type8 a p {
    color: rgba(255,255,255,0.7) !important;
}

.footer_type8 a:hover,
.footer_type8 a:hover p {
    color: #fff !important;
}

.footer_type8 a:hover {
    color: #d0191e;
}

.footer_type8 .logo img {
    max-height: 90px;
}

.footer_type8 .logo {
    min-height: 90px;
}

#about  .btn-success:hover {
    color: #fff;
    background-color: #000 !important;
    border-color: #000 !important;
}

#about .btn-success {
    color: #fff;
  background-color: #3b282b !important;
  border-color: #3b282b !important;
}

.n_followContainer:hover .n_followTextCentered {
    bottom: 40%;
    background: unset;
}


@media only screen and (min-width:992px) {


.navbar_type8 {
    position: fixed;
    display: flex;
    background-color: #fff;
    width: 100%;
    height: 100px;
    z-index: 100;
    box-shadow: 1px 1px 3px #999;
}

#main_index .navbar_type8 {
    box-shadow: none;
}

.navbar_type8 .nav_tab .dropdown a:hover {
    outline: transparent;
    color: #3b282b;
}

.navbar_type8 .nav_tab .nav_item:nth-child(1)::after {
    content: '\f015';
    position: absolute;
    top: 50%;
    left: -3px;
    transform: translateY(-50%);
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    color: #444;
}

.navbar_type8 .nav_tab .nav_item {
    margin: 0 5px;
}

.navbar_type8 .logo img {
    width: 100%;
    padding: 5px;
    left: 50%;
    transform: translateX(-50%);
}

.navbar_type8 .nav_tab {

    justify-content: flex-end;
}

.navbar_type8 .nav_tab .nav_item>a {
  color: #000;
    font-weight: 600;
    font-size: 15px;
  
}

.navbar_type8 .nav_tab .nav_item::before {
  position: absolute;
  content: "";
  left: 0;
  top: 110%;
  width: 0;
  border-bottom: none;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  height: 2px;
  background-image: linear-gradient(to right, #3b282b, #3b282b);
}

.navbar_type8 .nav_tab .nav_item:hover::before {
    width: 100%;
}

.navbar_type8.dark_nav {
    background-color: rgba(255, 255, 255, 0.95) !important;
    box-shadow: none !important;
}
}


@media screen and (max-width: 1420px) {
    .navbar_type8 .logo {
     
        margin-left: 35px;
    }
    
    .navbar_type8 .nav_tab {

        justify-content: center;
        padding-left: 5px;
        padding-right: 5px;
    } 
    
    .navbar_type8 .nav_tab .nav_item>a {
        padding: 15px 12px;
    }
}


.delay1_banner {
    animation-delay: .5s;
}
.delay2_banner {
    animation-delay: .7s;
}
.delay3_banner {
    animation-delay: .9s;
}

.sec_banner_ebox {
    max-width: 30%;
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
}

.sec_banner_title {
    font-size: 52px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
}

.sec_banner_text {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 600;
    margin-top: 20px;
    color: #fff;
}

@media screen and (max-width: 1199.98px) {
    .sec_banner_ebox {
        max-width: 45%;
    }
    .sec_banner_title {
        font-size: 40px;
    }
}

@media screen and (max-width: 992.98px) {
    .whyWrapper {
    grid-template-columns: 1fr 1fr;
}
    .sec_banner_title {
        font-size: 22px;
    }
    
    .sec_banner_text {
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5;
        margin-top: 15px;
    }
}

@media screen and (max-width: 767.98px) {


.n_followContainer .n_followImg img{   
        width: 100%;
        height: 100%;
    }

    .sec_banner_ebox {
        max-width: 50%;
    }

    
    .sec_banner_text {
     
        margin-top: 10px;
    }
    
     .grid-container{
         display: block;
    }
    
}

@media screen and (max-width: 575.98px) {
    .whyWrapper {
    grid-template-columns: 1fr;
    gap: 2rem;
}

    .sec_banner_ebox {
        max-width: 60%;
    }
    
 
}

@media screen and (max-width: 426px) {

    
    .n_servicesTitle {
    font-size: 1.55rem;
    font-weight: 600;
    margin-bottom: 0;
}
}


@media only screen and (max-width:992px) {
    
    
    /*hp_follow*/
    .n_follow {
        margin-top: 2.5rem;   
        overflow-x: hidden;
    }

    .n_followTitle {
        font-size: 1.75rem;
        margin-bottom: 2.5rem;
    }

    .n_followContainer:before {
        background: rgba(0,0,0,0.6);
        opacity: 0;
        display: none;
    }

    .n_followContainer:hover:before,
    .n_followContainer:hover .n_followTextCentered {
        opacity: 1;
    }

    .n_followContainer .n_followImg img{   
        width: 100%;
    }

    /*.n_followContainer .n_followTextCentered {*/
    /*    opacity: 0;*/
    /*    display: none;*/
    /*}*/

}

.hp_banner {
    position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.hp_banner_title {
    font-size: 2.9vw;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}

.hp_banner_title span {
    display: block;
}

.hp_banner_small {
    font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 5px;
}

.banner_button {
    font-size: 16px;
  padding: 8px 20px;
  color: #fff;
  border: none;
  background-image: linear-gradient(to right, #3b282b, #3b282b);;
  transition: all 0.4s ease-in-out;
}

.banner_button:hover {
    background-image:linear-gradient(to right, #3b282b, #3b282b);;
}

.banner_button:active {
    transform: scale(0.9);
}

.banner_button:focus {
    outline: none;
}

.hp_banner_btn {
    margin-top: 20px;
}

.hp_banner_group {
  padding: 5vw 5vw 5vw 6vw;
  background-color: rgb(0,0,0,0.6);
  border-radius: 0 200px 200px 0;
  width: 50%;
}

.hp_vision_ebox {
    margin: 15px 0;
}

.hp_vision_ebox .serviceBox{
    text-align: center;
    padding: 0 30px 60px;
    margin: 5px 0 0 5px;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease-in-out;
}
.hp_vision_ebox .serviceBox:hover {
    transform: translateY(-10px);
}
.hp_vision_ebox .serviceBox:before{
  content: '';
  background-color: #f4f4f4;
  border-bottom: 20px solid #3b282b;
  border-radius: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 20px;
  bottom: 0;
  z-index: -1;
}
.hp_vision_ebox .serviceBox .service-icon{
  color: #3b282b;
  background-color: #3b282b;
  font-size: 35px;
  text-align: center;
  height: 74px;
  width: 160px;
  padding: 7px;
  margin: 0 auto 30px;
  border-radius: 0;
  position: relative;
}
.hp_vision_ebox .serviceBox .service-icon i {
    transition: all 0.4s ease-in-out;
}
.hp_vision_ebox .serviceBox:hover .service-icon i {
    transform: rotateY(360deg);
}
.hp_vision_ebox .serviceBox .service-icon:before{
  content: '';
  background-color: #3b282b;
  height: 30px;
  width: 30px;
  border-radius: 0;
  transform: rotate(45deg);
  position: absolute;
  left: 25px;
  bottom: -10px;
}
.hp_vision_ebox .serviceBox .service-icon span{
    background-color: #fff;
    line-height: 60px;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    display: inline-block;
}
.hp_vision_ebox .serviceBox .title{
  line-height: 1.3;
  margin: 0 0 10px;
  color: #3b282b;
  font-size: 1.7vw;
  font-weight: 700;
}
.hp_vision_ebox .serviceBox .description{
  height: 265px;
}

.pg_vision_list {
    padding-left: 15px;
  margin: 0;
  list-style: square;
}

.pg_vision_list li {
    font-size: 16px;
  text-align: left;
  margin: 5px 0;
  color: #444;
}

.pg_vision_list li::marker {
    color: #3b282b;
}

.pg_banner_ebox {
    padding: 0;
  position: relative;
}
.pg_banner_title {
    position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 6vw;
  font-size: 4vw;
  font-weight: 700;
  color: #000;
}

.pg_about {
    padding-top: 5rem;
  padding-bottom: 5rem;
}

.pg_aboout_ebox {
    text-align: center;
}

.pg_about .bigTitle {
    position: relative;
}

.pg_about .bigTitle::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  width: 120px;
  height: 3px;
  content: "";
  margin: 0 auto;
  background-image: linear-gradient(to right, #d72224, #ad2724);
}

.pg_about_keyword {
    font-size: 16px;
  line-height: 1.7;
  color: #555;
  margin-top: 35px;
}

.pg_vision {
    padding-bottom: 5rem;
}

@media (max-width: 1200px) {
    .navbar_type8 .nav_tab {
        justify-content: flex-end;
        padding-left: 5px;
        padding-right: 40px;
    }
    .navbar_type8 .nav_tab .nav_item > a {
        padding: 12px;
        font-size: 14px;
    }
    .hp_banner_small {
        font-size: 16px;
        letter-spacing: 2px;
        margin-bottom: 3px;
    }
    .hp_banner_group {
        padding: 4vw;
    }
    .banner_button, .unifyContent, .hp_why_ebox .serviceBox .description, .hp_service_list li, .hp_service_button, .pg_about_keyword, .pg_vision_list li {
        font-size: 14px;
    }
    #about, #why, .pg_about {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .aboutLeft {
      padding: 0;
    }
    .unifyContent {
        margin-bottom: 20px;
    }
    #about .btn {
        font-size: 14px !important;
    }
    .hp_why_ebox .serviceBox .title, .hp_service_title {
        font-size: 17px;
    }
    .hp_why_ebox .serviceBox .service-icon {
        transform: scale(0.7);
        margin: 0 auto 40px;
    }
    #n_follow {
      padding-top: 3rem;
    }
    .n_followTitle::before {
        bottom: 6px;
        width: 80px;
        height: 2px;
    }
    .n_followTitle {
        margin-bottom: 0;
    }
    .index_wrapper_6 {
      padding-bottom: 2rem;
    }   
    #nn_service {
      padding-top: 3rem;
      padding-bottom: 0rem;
    }
    .hp_service_content {
      padding: 20px;
    }
    .hp_service_list {
        height: 90px;
    }
    .n_follow {
        margin-top: 3rem;
    }
    .n_followTextCentered a {
        font-size: 15px;
    }
    .hp_vision_ebox .serviceBox .title {
        font-size: 20px;
    }
    .hp_vision_ebox .serviceBox .description {
      height: 230px;
    }
    .pg_about .bigTitle::before {
        width: 80px;
        height: 2px;
    }
    .pg_vision {
      padding-bottom: 3rem;
    }
    .hp_partner {
      padding-top: 3rem;
      padding-bottom: 1rem;
    }
}

.side_menu {
    background-image: linear-gradient(to bottom, #1a1a2e, #16213e);
}

.side_menu .side_menu_close {
    font-size: 24px;
    padding: 15px 15px 0 0;
    cursor: pointer;
}

.side_menu .list-group .list-group-item a {
    color: #fff;
}

@media (max-width: 991px) {
    .hp_banner_btn {
      margin-top: 10px;
    }
    .aboutRightImg {
      border-radius: 0;
      margin-top: 2rem;
    }
    .aboutRight_outer {
      padding-right: 15px;
    }
    .hp_service_list {
        height: 150px;
    }
    .n_followTextCentered a {
        font-size: 17px;
    }
    .hp_vision_ebox .serviceBox {
        padding: 0 20px 60px;
    }
    .hp_vision_ebox .serviceBox .description {
        height: 290px;
    }
}

@media (max-width: 700px) {
    .index_wrapper_2 .item.slick-slide > img {
        min-height: 350px !important;
        object-fit: cover;
        object-position: 70% 50%;
    }
    .hp_banner_group {
        padding: 20px;
        width: 70%;
    }
    .hp_banner_title {
        font-size: 20px;
    }
    .hp_banner_small {
        font-size: 13px;
        letter-spacing: 0px;
    }
    .banner_button {
        font-size: 13px;
        padding: 6px 15px;
    }
    .bigTitle {
        font-size: 22px;
    }
    .hp_service_list, .hp_vision_ebox .serviceBox .description {
        height: auto;
    }
    .pg_banner_title {
        padding-left: 10vw;
        font-size: 7vw;
    }
    .hp_partner_box {
        width: 100%;
        margin: 1rem auto 0;
        gap: 20px;
    }
}