.partners-sec {
  height: 500px;
  background: url("../images/banner1.jpg") center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-family: "Inter", sans-serif;
}

.partners-content {
  max-width: 1000px;
}

.partners-content h1 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 20px;
 
}

.partners-content h1 span {
  margin: 0 10px;
  font-weight: 300;
}

.partners-content h1 small {
  font-size: 24px;
  font-weight: 500;
}

.partners-content p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 35px;
 
}

.partners-btn {
  background: #f7931e;
  padding: 14px 28px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  border-radius: 3px;
  /* display: inline-block; */
  transition: 0.3s;
}

.partners-btn:hover {
  background: #e67e00;
}

.partners-section {
  background: #f3f3f3;
  padding: 100px 20px;
  font-family: "Inter", sans-serif;
}

.partners-container {
  max-width:80%;
  margin: auto;
display: block;
  align-items: center;
  gap: 80px;
}

/* LEFT SIDE */
.partners-left {    width: 50%;
    float: left;
  flex: 1;
  margin: 10% 0 0 0;
}

/* HEADING */
.partners-title {
  font-size: 28px;
  color: #1e2756; font-weight: 700;
  margin-bottom: 40px;
  position: relative;
  padding-left: 20px;
}

/* ORANGE LINE */
.partners-title::before {
  content: "";
  width: 5px;
  height: 26px;
  background: #f7931e;
  position: absolute;
  left: 0;
  top: 5px;
}

/* LIST */
.partners-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.partners-list li {
  margin-bottom: 25px;
  padding-left: 20px;
  position: relative;
  margin-left: 25px;
}

/* ORANGE DOT */
.partners-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #f7931e;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 7px;
}

/* TITLE */
.partners-list h4 {
  color: #1e2756; font-weight: 700;
  margin-bottom: 5px;
  font-size: 16px;
}

/* TEXT */
.partners-list p {
  color: #777;
  font-size: 14px;
  line-height: 1.6;
}

/* BOTTOM TEXT */
.partners-bottom {
  color: #777;
  font-size: 14px;
  margin-left: 25px;
}

/* IMAGE */
.partners-right {
  flex: 1;
  float: right;
  width: 50%;
}

.partners-right img {
  width: 100%;
  display: block;
}

.partners-choose {
  background: #f3f3f3;
  padding: 100px 20px;
  font-family: "Inter", sans-serif;
}

.partners-choose-container {
  max-width: 80%;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 80px;
}

/* IMAGE */
.choose-left {
  flex: 1;
}

.choose-left img {
  width: 100%;
  display: block;
}

/* CONTENT */
.choose-right {
  flex: 1;
}

/* HEADING */
.choose-title {
  font-size: 32px;
  color: #1e2756;
  margin-bottom: 10px; font-weight: 700;
  position: relative;
  padding-left: 20px;
}

/* ORANGE LINE */
.choose-title::before {
  content: "";
  width: 5px;
  height: 40px;
  background: #f7931e;
  position: absolute;
  left: 0;
  top: 5px;
}

/* SUB TEXT */
.choose-sub {
  color: #888;
  margin-bottom: 25px;
  margin-left: 25px;
}

/* SUB HEADING */
.choose-heading {
  color: #1e2756;
  margin-bottom: 20px;
  margin-left: 25px; font-weight: 700;
}

/* LIST */
.choose-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
  margin-left: 25px;
}

.choose-list li {
  margin-bottom: 25px;
  padding-left: 20px;
  position: relative;
}

/* ORANGE DOT */
.choose-list li::before {
  content: "";
  width: 7px;
  height: 7px;
  background: #f7931e;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}

/* LIST TITLES */
.choose-list h4 {
  color: #1e2756;
  font-size: 16px;font-weight: 700;
  margin-bottom: 5px;
}

/* LIST TEXT */
.choose-list p {
  color: #777;
  font-size: 14px;
  line-height: 1.6;
}

/* CTA TEXT */
.choose-bottom {
  color: #1e2756;
  font-weight: 600;
  margin-left: 25px;
}

.choose-bottom span {
  color: #f7931e;
}

/* OUTER */
.sponsors-wrap {
  background: #1e2756;
  padding: 60px 20px;
}

/* CARD */
.sponsors-card {
  background: #ffffff;
  max-width: 90%;
  margin: auto;
  padding:60px 40px;
}

/* HEADINGS */
.sponsors-card h4 {
  color: #ff6a00;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 25px;
  text-align: center;
}

/* GRID ROWS */
.s-row {
  display: grid;
  gap: 0px;
  align-items: center;
}

.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

.full-center {
  text-align: center;
}

/* COLUMN */
.s-col {
  text-align: center;
  position: relative;
}

/* VERTICAL DIVIDER */
.grid-4 .s-col:not(:last-child)::after,
.grid-2 .s-col:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -5px;
  top: 0;
  height: 100%;
  width: 1px;
  background: #d6d6d6;
}

/* LOGO BOX */
.logo-box {
  width: 90px;
  height: 70px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.logo-box img {
  max-width: 200%;
  max-height: 100px;
}

/* LOGO GROUP */
.logo-group {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}

.logo-group.bronze {
  gap: 22px;
}
.logo-box1 ul{width: 100%; float: left; padding: 20px 0 0 0;}

.logo-box1 ul li {
background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;    width: 12.5%;
    border: 1px solid #ccc;
    padding: 28px 28px;
    float: left;
}

.logo-box1 ul li img{ }

.logo-box1 ul li img:hover {
  transform: scale(1.08);
  transition: 0.3s;
}

.sponsors-card h5{font-size: 36px; color: #1f2756; text-align: center; text-transform: uppercase;}


.logo-box1 ul li:nth-child(1){ border:0 ;  }
.logo-box1 ul li:nth-child(2){ border:0 ; border-left:1px solid #ccc;   }
.logo-box1 ul li:nth-child(3){ border:0 ;border-left:1px solid #ccc;   }
.logo-box1 ul li:nth-child(4){ border:0 ; border-left:1px solid #ccc;  }
.logo-box1 ul li:nth-child(5){ border:0 ; border-left:1px solid #ccc;  }
.logo-box1 ul li:nth-child(6){ border:0 ;border-left:1px solid #ccc;   }
.logo-box1 ul li:nth-child(7){ border:0 ; border-left:1px solid #ccc;  }
.logo-box1 ul li:nth-child(8){ border:0 ;  border-left:1px solid #ccc;  }
.logo-box1 ul li:nth-child(9){ border:0 ; border-top:1px solid #ccc;   }
.logo-box1 ul li:nth-child(10){ border:0 ;border-top:1px solid #ccc;  border-left:1px solid #ccc; }
.logo-box1 ul li:nth-child(11){ border:0 ; border-top:1px solid #ccc;  border-left:1px solid #ccc; }
.logo-box1 ul li:nth-child(12){ border:0 ; border-top:1px solid #ccc;  border-left:1px solid #ccc; }
.logo-box1 ul li:nth-child(13){ border:0 ; border-top:1px solid #ccc;  border-left:1px solid #ccc; }
.logo-box1 ul li:nth-child(14){ border:0 ; border-top:1px solid #ccc;  border-left:1px solid #ccc; }
.logo-box1 ul li:nth-child(15){ border:0 ; border-top:1px solid #ccc;  border-left:1px solid #ccc; }
.logo-box1 ul li:nth-child(16){ border:0 ; border-top:1px solid #ccc;  border-left:1px solid #ccc; }
.logo-box1 ul li:nth-child(17){border:0 ; border-top:1px solid #ccc;   }
.logo-box1 ul li:nth-child(18){ border:0 ;border-top:1px solid #ccc;  border-left:1px solid #ccc;  }
.logo-box1 ul li:nth-child(19){ border:0 ;border-top:1px solid #ccc;  border-left:1px solid #ccc;  }
.logo-box1 ul li:nth-child(20){ border:0 ;border-top:1px solid #ccc;  border-left:1px solid #ccc;  }
.logo-box1 ul li:nth-child(21){ border:0 ;border-top:1px solid #ccc;  border-left:1px solid #ccc;  }
.logo-box1 ul li:nth-child(22){ border:0 ;border-top:1px solid #ccc;  border-left:1px solid #ccc;  }
.logo-box1 ul li:nth-child(23){ border:0 ;border-top:1px solid #ccc;  border-left:1px solid #ccc;  }
.logo-box1 ul li:nth-child(24){ border:0 ;border-top:1px solid #ccc;  border-left:1px solid #ccc;  }
.logo-box1 ul li:nth-child(25){border:0 ; border-top:1px solid #ccc; border-bottom:1px solid #ccc;   }
.logo-box1 ul li:nth-child(26){ border:0 ;border-top:1px solid #ccc;  border-bottom:1px solid #ccc; border-left:1px solid #ccc;  }
.logo-box1 ul li:nth-child(27){ border:0 ;border-top:1px solid #ccc; border-bottom:1px solid #ccc;  border-left:1px solid #ccc;  }
.logo-box1 ul li:nth-child(28){ border:0 ;border-top:1px solid #ccc; border-bottom:1px solid #ccc;  border-left:1px solid #ccc;  }
.logo-box1 ul li:nth-child(29){ border:0 ;border-top:1px solid #ccc;border-bottom:1px solid #ccc;   border-left:1px solid #ccc;  }
.logo-box1 ul li:nth-child(30){ border:0 ;border-top:1px solid #ccc;border-bottom:1px solid #ccc;  border-left:1px solid #ccc;  }
.logo-box1 ul li:nth-child(31){ border:0 ;border-top:1px solid #ccc;  border-left:1px solid #ccc; border-bottom:1px solid #ccc; }

.logo-box1 ul li:nth-child(32){ border:0 ; border-top:1px solid #ccc;  border-left:1px solid #ccc; border-bottom:1px solid #ccc; }
.logo-box1 ul li:nth-child(33){ border:0 ; border-top:0px solid #ccc;  border-left:0px solid #ccc; }
.logo-box1 ul li:nth-child(34){ border:0 ; border-top:0px solid #ccc;  border-left:1px solid #ccc; }
.logo-box1 ul li:nth-child(35){ border:0 ; border-top:0px solid #ccc;  border-left:1px solid #ccc; }
.logo-box1 ul li:nth-child(36){ border:0 ; border-top:0px solid #ccc;  border-left:1px solid #ccc; }
.logo-box1 ul li:nth-child(37){border:0 ; border-top:0px solid #ccc;   border-left:1px solid #ccc; }
.logo-box1 ul li:nth-child(38){ border:0 ;border-top:0px solid #ccc;  border-left:1px solid #ccc; border-right:1px solid #ccc; }


.logo-group.bronze1 {
  gap: 75px;
}

/* HORIZONTAL DIVIDER */
.divider {
  height: 1px;
  background: #d6d6d6;
  margin: 40px 0;
}
.logo-box:hover {
  transform: scale(1.08);
  transition: 0.3s;
}

@media (min-width:1601px) and (max-width:1700px){
  .logo-box1 ul li img { height: 71px;}
.sponsors-card h5 {  font-size: 28px;}
.logo-box img {  max-width: 200%;  max-height: 42px;}
.logo-group {   gap: 18px;}
  .sponsors-card h4 {  color: #ff6a00;  font-size: 12px;  font-weight: 700;  margin-bottom: 15px;}
  .partners-btn{    font-size: 14px;}
  .partners-title {  font-size: 20px;  margin-bottom: 20px;}
    .partners-left {  width: 49%;   margin: 5% 0 0 0;}
.partners-list h4 {   margin-bottom: 0px;  font-size: 13px;}
.partners-list p {   font-size: 12px;  line-height: 1.6;  margin-bottom: 0;}
.partners-list li {  margin-bottom: 5px;}
  .partners-container {  max-width: 90%;}
  .partners-bottom {  font-size: 12px;}
  .partners-list {    margin-bottom: 10px;}
.partners-section {    padding: 80px 20px;}
  .partners-choose{    padding: 30px 20px 80px;}
  .choose-title {  font-size: 20px;}
  .choose-sub{font-size: 12px;   margin-bottom: 5px}
  .choose-heading{font-size: 15px; margin-bottom: 10px;}
  .partners-choose-container {  max-width: 90%;}
  .choose-list h4 {   font-size: 13px;}
  .choose-list li {  margin-bottom: 5px;}
  .choose-list p { margin-bottom: 0rem;  font-size: 12px;}
  .choose-list{margin-bottom: 10px;}
  .choose-bottom{font-size: 12px;}
}

@media (min-width:1501px) and (max-width:1600px){
  .logo-box1 ul li img { height: 71px;}
.sponsors-card h5 {  font-size: 28px;}
.logo-box img {  max-width: 200%;  max-height: 42px;}
.logo-group {   gap: 18px;}
  .sponsors-card h4 {  color: #ff6a00;  font-size: 12px;  font-weight: 700;  margin-bottom: 15px;}
  .partners-btn{    font-size: 14px;}
  .partners-title {  font-size: 20px;  margin-bottom: 20px;}
    .partners-left {  width: 49%;   margin: 5% 0 0 0;}
.partners-list h4 {   margin-bottom: 0px;  font-size: 13px;}
.partners-list p {   font-size: 12px;  line-height: 1.6;  margin-bottom: 0;}
.partners-list li {  margin-bottom: 5px;}
  .partners-container {  max-width: 90%;}
  .partners-bottom {  font-size: 12px;}
  .partners-list {    margin-bottom: 10px;}
.partners-section {    padding: 80px 20px;}
  .partners-choose{    padding: 30px 20px 80px;}
  .choose-title {  font-size: 20px;}
  .choose-sub{font-size: 12px;   margin-bottom: 5px}
  .choose-heading{font-size: 15px; margin-bottom: 10px;}
  .partners-choose-container {  max-width: 90%;}
  .choose-list h4 {   font-size: 13px;}
  .choose-list li {  margin-bottom: 5px;}
  .choose-list p { margin-bottom: 0rem;  font-size: 12px;}
  .choose-list{margin-bottom: 10px;}
  .choose-bottom{font-size: 12px;}
}

@media (min-width:1401px) and (max-width:1500px){
  .logo-box1 ul li img { height: 71px;}
.sponsors-card h5 {  font-size: 28px;}
.logo-box img {  max-width: 200%;  max-height: 42px;}
.logo-group {   gap: 18px;}
  .sponsors-card h4 {  color: #ff6a00;  font-size: 12px;  font-weight: 700;  margin-bottom: 15px;}
  .partners-btn{    font-size: 14px;}
  .partners-title {  font-size: 20px;  margin-bottom: 20px;}
    .partners-left {  width: 49%;   margin: 5% 0 0 0;}
.partners-list h4 {   margin-bottom: 0px;  font-size: 13px;}
.partners-list p {   font-size: 12px;  line-height: 1.6;  margin-bottom: 0;}
.partners-list li {  margin-bottom: 5px;}
  .partners-container {  max-width: 90%;}
  .partners-bottom {  font-size: 12px;}
  .partners-list {    margin-bottom: 10px;}
.partners-section {    padding: 80px 20px;}
  .partners-choose{    padding: 30px 20px 80px;}
  .choose-title {  font-size: 20px;}
  .choose-sub{font-size: 12px;   margin-bottom: 5px}
  .choose-heading{font-size: 15px; margin-bottom: 10px;}
  .partners-choose-container {  max-width: 90%;}
  .choose-list h4 {   font-size: 13px;}
  .choose-list li {  margin-bottom: 5px;}
  .choose-list p { margin-bottom: 0rem;  font-size: 12px;}
  .choose-list{margin-bottom: 10px;}
  .choose-bottom{font-size: 12px;}
}

@media (min-width:1301px) and (max-width:1400px){
  .logo-box1 ul li img { height: 71px;}
.sponsors-card h5 {  font-size: 28px;}
.logo-box img {  max-width: 200%;  max-height: 42px;}
.logo-group {   gap: 18px;}
  .sponsors-card h4 {  color: #ff6a00;  font-size: 12px;  font-weight: 700;  margin-bottom: 15px;}
  .partners-btn{    font-size: 14px;}
  .partners-title {  font-size: 20px;  margin-bottom: 20px;}
    .partners-left {  width: 49%;   margin: 5% 0 0 0;}
.partners-list h4 {   margin-bottom: 0px;  font-size: 13px;}
.partners-list p {   font-size: 12px;  line-height: 1.6;  margin-bottom: 0;}
.partners-list li {  margin-bottom: 5px;}
  .partners-container {  max-width: 90%;}
  .partners-bottom {  font-size: 12px;}
  .partners-list {    margin-bottom: 10px;}
.partners-section {    padding: 80px 20px;}
  .partners-choose{    padding: 30px 20px 80px;}
  .choose-title {  font-size: 20px;}
  .choose-sub{font-size: 12px;   margin-bottom: 5px}
  .choose-heading{font-size: 15px; margin-bottom: 10px;}
  .partners-choose-container {  max-width: 90%;}
  .choose-list h4 {   font-size: 13px;}
  .choose-list li {  margin-bottom: 5px;}
  .choose-list p { margin-bottom: 0rem;  font-size: 12px;}
  .choose-list{margin-bottom: 10px;}
  .choose-bottom{font-size: 12px;}
}

@media (min-width:1201px) and (max-width:1300px){
  .logo-box1 ul li img { height: 71px;}
.sponsors-card h5 {  font-size: 28px;}
.logo-box img {  max-width: 200%;  max-height: 42px;}
.logo-group {   gap: 18px;}
  .sponsors-card h4 {  color: #ff6a00;  font-size: 12px;  font-weight: 700;  margin-bottom: 15px;}
  .partners-btn{    font-size: 14px;}
  .partners-title {  font-size: 20px;  margin-bottom: 20px;}
    .partners-left {  width: 49%;   margin: 5% 0 0 0;}
.partners-list h4 {   margin-bottom: 0px;  font-size: 13px;}
.partners-list p {   font-size: 12px;  line-height: 1.6;  margin-bottom: 0;}
.partners-list li {  margin-bottom: 5px;}
  .partners-container {  max-width: 90%;}
  .partners-bottom {  font-size: 12px;}
  .partners-list {    margin-bottom: 10px;}
.partners-section {    padding: 80px 20px;}
  .partners-choose{    padding: 30px 20px 80px;}
  .choose-title {  font-size: 20px;}
  .choose-sub{font-size: 12px;   margin-bottom: 5px}
  .choose-heading{font-size: 15px; margin-bottom: 10px;}
  .partners-choose-container {  max-width: 90%;}
  .choose-list h4 {   font-size: 13px;}
  .choose-list li {  margin-bottom: 5px;}
  .choose-list p { margin-bottom: 0rem;  font-size: 12px;}
  .choose-list{margin-bottom: 10px;}
  .choose-bottom{font-size: 12px;}
}


@media (min-width:1101px) and (max-width:1200px){
.logo-box1 ul li img { height: 71px;}
.sponsors-card h5 {  font-size: 28px;}
.logo-box img {  max-width: 200%;  max-height: 42px;}
.logo-group {   gap: 18px;}
  .sponsors-card h4 {  color: #ff6a00;  font-size: 12px;  font-weight: 700;  margin-bottom: 15px;}
  .partners-btn{    font-size: 14px;}
  .partners-title {  font-size: 20px;  margin-bottom: 20px;}
    .partners-left {  width: 49%;   margin: 5% 0 0 0;}
.partners-list h4 {   margin-bottom: 0px;  font-size: 13px;}
.partners-list p {   font-size: 12px;  line-height: 1.6;  margin-bottom: 0;}
.partners-list li {  margin-bottom: 5px;}
  .partners-container {  max-width: 90%;}
  .partners-bottom {  font-size: 12px;}
  .partners-list {    margin-bottom: 10px;}
.partners-section {    padding: 80px 20px;}
  .partners-choose{    padding: 30px 20px 80px;}
  .choose-title {  font-size: 20px;}
  .choose-sub{font-size: 12px;   margin-bottom: 5px}
  .choose-heading{font-size: 15px; margin-bottom: 10px;}
  .partners-choose-container {  max-width: 90%;}
  .choose-list h4 {   font-size: 13px;}
  .choose-list li {  margin-bottom: 5px;}
  .choose-list p { margin-bottom: 0rem;  font-size: 12px;}
  .choose-list{margin-bottom: 10px;}
  .choose-bottom{font-size: 12px;}


}

@media (min-width:991px) and (max-width:1100px){
.logo-box1 ul li img { height: 71px;}
.sponsors-card h5 {  font-size: 28px;}
.logo-box img {
  max-width: 200%;
  max-height: 42px;
}.logo-group { 
  gap: 18px;}
  .sponsors-card h4 {
  color: #ff6a00;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 15px;}
  .partners-btn{    font-size: 14px;}
  .partners-title {
  font-size: 20px;  
  margin-bottom: 20px;}
  .partners-left {
  width: 49%;
   margin: 5% 0 0 0;
}
.partners-list h4 {
  
  margin-bottom: 0px;
  font-size: 13px;
}
.partners-list p { 
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 0;
}
.partners-list li {
  margin-bottom: 5px;}
  .partners-container {
  max-width: 90%;}
  .partners-bottom {
  font-size: 12px;}
  .partners-list {
  
  margin-bottom: 10px;
}.partners-section {
  
  padding: 80px 20px;}
  .partners-choose{
  
  padding: 30px 20px 80px;}
  .choose-title {
  font-size: 20px;}
  .choose-sub{font-size: 12px;   margin-bottom: 5px}
  .choose-heading{font-size: 15px; margin-bottom: 10px;}
  .partners-choose-container {
  max-width: 90%;}
  .choose-list h4 { 
  font-size: 13px;}
  .choose-list li {
  margin-bottom: 5px;}

  .choose-list p { margin-bottom: 0rem;
  font-size: 12px;}

  .choose-list{margin-bottom: 10px;}
  .choose-bottom{font-size: 12px;}

}

@media screen and (max-width: 990px) {
 
  .partners-content h1 {
    font-size: 25px;
    
    padding: 0 17px;
  }

  .partners-content h1 small {
    font-size: 22px;
  }

  .partners-content p {
    font-size: 14px;
  }

  .partners-container {
    gap: 40px;
  }
  .partners-choose-container {
    gap: 40px;
  }
 
 .partners-left {    width: 100%;}
  .partners-section {
    padding: 60px 15px;
    min-height: 400px;
  }

  .partners-content h1 {
    font-size: 26px;
  }

  .partners-content h1 span {
    display: none;
  }

  .partners-content h1 small {
    display: block;
    font-size: 18px;
    margin-top: 8px;
  }

  .partners-content p {
    font-size: 14px;
  }

  .partners-btn {
    padding: 12px 22px;
    font-size: 11px;
  }

  .partners-container {
    flex-direction: column;
    align-items: flex-start;max-width: 90%;
  }
.logo-box img {
  max-width: 185%;
  max-height: 70px;
}
  .partners-right {
    margin-top: 40px; width: 100%;
  }
.sponsors-card {
 
  padding: 60px 40px 20px;
}
.choose-list p { 
  font-size: 12px;}
.choose-sub
{ 
  font-size: 12px;}

.partners-choose { 
  padding: 50px 20px 50px;}

.choose-heading{font-size: 20px;}
  .partners-title {
    font-size: 26px;
  }
.sponsors-card h5 {
  font-size: 20px;}
  .partners-choose-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .choose-right {
    margin-top: 40px;
  }

  .choose-title {
    font-size: 26px;
  }
 
 
  .partners-content h1 {
    font-size: 22px;
  }

  .partners-content p {
    font-size: 13px;
  }

  .partners-title {
    font-size: 20px;
  }
  .choose-title {
    font-size: 20px;
  }
}
