.container2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #E3E3E3;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 30px;
    max-width: 2560px;
    height: 100vh;
    margin: auto;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    text-align: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    margin: 20px;
}
.text2{
  -webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  
}

.title {
  color: #6C3F98;
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 40px;
  margin-top: -20px;
}

.text-box p{
    width: auto;
}
.text-box {
    background: #f9f9f9;
    padding: 15px 20px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: bold;
    width: auto;
    margin-right: auto;
    margin-left: auto;
}
.text-box2{
    background: #f9f9f9;
    padding: 15px 20px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: bold;
    width: auto;
    margin-right: auto;
    margin-left: auto;
}
.phone-boxes {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around;
}

.phone {
  background: #6C3F98;
  color: white;
  padding: 12px 20px;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  font-size: 15px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -moz-box-pack: end;
  justify-content: flex-end;
  margin-left: -10px;
  width:100%;
  max-width: 300px;
  height: 30px;
    -webkit-box-sizing: content-box ;
    -moz-box-sizing: content-box ;
    box-sizing: content-box ;
    position: relative;
}
.phone-link a{
    text-decoration: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.link-a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.phone-link{
    color: var(--white);
    font-size: 25px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}
.phone img{
    width: 25px;
    height: 25px;
    fill: white;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.bg-phone{
    background-color: #ffffff25;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    margin-left: -15px;
}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-moz-keyframes bounce {
  0%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-o-keyframes bounce {
  0%, 100% {
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

/* Responsive */
@media (max-width: 768px) {
}
@media (max-width: 640px) {
    .phone {
        background: #6C3F98;
        color: white;
        padding: 8px 20px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px;
        font-weight: bold;
        font-size: 15px;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-left: 0px;
        width:300px;
        height: auto;
        position: relative;
    }
    .mob-nav{
        display: block;
    }
    .text-box p,.text-box2 p{
        font-size: 15px;
        font-weight: bold;
    }
    .title{
        margin-top: 20px;
        font-size: 30px;
    }
    .phone-boxes {
        gap: 20px;
    }
    .container2{
        margin: 13px auto;
        padding: 16px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        height: auto;
        width: 94%;
    }
    .brands-grid {
        display: -ms-grid;
        display: -webkit-grid;
        display: grid;
        gap: 1rem;
        list-style: none;
        -ms-grid-columns: (minmax(100px, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit,minmax(100px,1fr));
        /* -ms-grid-columns: (1fr)[2]; */
        grid-template-columns: repeat(2, 1fr);
    }
    .brand-card {
        background: #fff;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        padding: 1rem;
        text-align: center;
        -webkit-transition: -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
        -moz-transition: -moz-transform 0.2s, -moz-box-shadow 0.2s;
        -o-transition: -o-transform 0.2s, box-shadow 0.2s;
        transition: transform 0.2s, box-shadow 0.2s;
        cursor: pointer;
        width: 100%;
        height: 138px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .h1-two{
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 30px;
        margin-bottom: -40px;
        font-size: 22px !important;
    }
    .tex2{
        font-size: 16px;
    }
}