section.company-mission-section {  
  text-align: center;
  font-family: 'Roboto', sans-serif;
  color: #212734;
  text-align:left;
  margin-bottom: 120px;
}
.small-title{
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #3266F5;
  display: block;
    margin-bottom: 20px;
}
.company-mission-section h2{
  font-weight: 500;
  font-size: 52px;
  line-height: 64px;  
  margin-bottom: 20px;
}
.comp-content{
  font-weight: 300;
  font-size: 20px;
  line-height: 32px;
  padding-right: 20px;
  display: block;
}
.color-box {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    overflow: hidden;
    padding: 8px 18px 8px 10px;
    border-radius: 40px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
}
.profileimg{
   position:relative;
  top: 8px;
}
.box-content {
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
}

.linkbtn a{
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #080F1D;
      text-decoration: none;
}
.linkbtn {
  display: flex;
  column-gap: 8px;
}
.missionboxwrap {
    display: flex;
    flex-wrap: wrap;
}

.mission-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 32px;   
    border-radius: 12px;
}

.missionboxwrap .col-md-4 .mission-box {
  min-height:325px;
}

.missionboxwrap .col-md-4:first-child {
  display: none
}

.missionboxwrap .col-md-4:first-child .mission-box {
    background: #fcf2fa;
    height: 315px;
    border: 1px solid #F3E7F2;
    height: 100%
}


.missionboxwrap .col-md-4:nth-child(2) .mission-box  {
    background: #FAF1EF;
    height: 315px;
    border: 1px solid #F3E7F2;
  height: 100%
}


.missionboxwrap .col-md-4:nth-child(3) .mission-box  {
    background: #F4F2EA;
    height: 315px;
    border: 1px solid #F3E7F2;
    position: relative;
    height: 100%
}


.missionboxwrap .col-md-4:last-child .mission-box  {
    background: #E7E6F4;
    height: 315px;
    border: 1px solid #F3E7F2;
    height: 100%
}


.missionboxwrap .col-md-4:first-child .color-box  {
    background: #7D75CE;
}
.missionboxwrap .col-md-4:nth-child(2) .color-box {
    background: #E26752; 
    padding: 21px 18px 20px 10px;   
}
.missionboxwrap .col-md-4:nth-child32) .color-box {
    background: #AC9139; 
    padding: 21px 18px 20px 10px;
}
.missionboxwrap .col-md-4:last-child .color-box{
    background:#D860C8; 
}


.box-content {
   
    padding-top: 30px;
    padding-bottom: 15px;
}

@media only screen and (min-width: 1250px) and (max-width: 1300px) {
  .missionboxwrap {  
}
}
@media only screen and (min-width: 768px) and (max-width: 1250px) {
 .mission-box {   
    padding: 20px !important;
   }
   
section.company-mission-section{
    padding:0;
    margin-bottom: 60px;
  }
.company-ex-team-section{
    padding:0 15px;
    margin-bottom: 60px;
  }
.small-title {   
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 12px;
}
.company-mission-section h2 {
    font-size: 24px !important;   
    line-height: 36px !important;
    margin-bottom: 16px !important;
}
  .comp-content {   
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    padding-right: 20px;
    margin-bottom: 40px;
  }
 
  .linkbtn {
     margin-top: 12px;
  }
  .mission-box:nth-child(2) .color-box {  
    padding: 1px 18px 4px 10px;
  }
  .mission-box:nth-child(2) .color-box span {
    position: relative;
    top: 4px;
  }
  .mission-box:nth-child(3) {  
    margin-top: -50px;   
  }
  
  section.company-mission-section .container {
    margin: 0 0;
    max-width: 100%;
}


}

@media (max-width: 767px) {	
   .mission-box {   
    max-width: 100%;
     padding: 20px !important;
   }	
section.company-mission-section{
    padding:0;
    margin-bottom: 60px;
  }
.company-ex-team-section{
    padding:0 15px;
    margin-bottom: 60px;
  }
.small-title {   
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 12px;
}
.company-mission-section h2 {
    font-size: 24px !important;   
    line-height: 36px !important;
    margin-bottom: 16px !important;
}
  .comp-content {   
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    padding-right: 20px;
    margin-bottom: 40px;
  }
 
  .linkbtn {
     margin-top: 12px;
  }
  .mission-box:nth-child(2) .color-box {  
    padding: 1px 18px 4px 10px;
  }
  .mission-box:nth-child(2) .color-box span {
    position: relative;
    top: 4px;
  }
  .mission-box:nth-child(3) {  
    margin-top: 0;   
  }
  .box-content {
    margin-bottom: 41px !important;
    max-width: inherit !important;   
  }

  
}