main {
    background: url('../../img/index/hero-bg.jpg');
    padding: 80px 0;
    font-family: 'Zen Maru Gothic', serif;
    font-size: 18px;
    color: #222;
}

.difference p{
  color:#222;
}
.text-dark{
  color:#222 !important;
}

.text-orange{
  color:#F97F0E !important;
}

.text-green{
  color:#31AB48 !important;
}
.text-red{
  color:#F30A07;
}

.text-purple{
  color: #444BB3 !important;
}

.text-blue{
  color:#0066FF !important
}

.difference{
  font-family: 'Zen Maru Gothic', serif;
}

.teams-logo {
    background: #fff;
    border-radius: 50%;
    padding: 5px;
    min-width: 80px;
    height: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.difference a{
  text-decoration: underline;
  color:#4950B7
}

.difference p{
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
}

.difference p:last-child{
  margin-bottom: 0;
}

.difference .date{
  font-size:24px;

}

.teams-users{

  width: 100%;
  margin:0 auto;
  background: #fff;
  border-radius: 4px;
}

.teams-users .items .item img{
  box-shadow: 0px 0px 20px 0px #00000014;
border-radius: 8px;
}

.teams-users .items{
  display: flex;
  justify-content: space-between;
  gap:24px;
  margin:40px;
  flex-wrap: wrap;
}

.teams-users .items .item{
  display: flex;
  gap:16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 48%;
}

.teams-users .head-title {
    background: #31AB48;
    padding: 8px;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-size: 24px;
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.teams-users .content-texts{
  padding:8px 16px;
    font-size: 18px;
        text-align: left;
}

.teams-users .content-texts.big{
  font-size: 20px;
}


.notes{
  background: #FFF5F5;
  padding:8px;
  font-family: "Zen Maru Gothic";
  border-radius: 8px;
}
.notes span, .notes a{
  color:#F30A07;
}

.notes p{
  font-weight: 500;
  font-family: "Zen Maru Gothic";
  font-size:16px;
}

.notes ul li{
  font-weight: 500;
  font-family: "Zen Maru Gothic";
  font-size:16px;
  margin-bottom: 10px;
}

.difference h2 {
  color: #222;
  font-size: 24px;
  margin-top: 0;
  font-weight: bold;
  margin-bottom: 0;
  text-align: left;
  padding:0;
 
}

.difference .content-text:nth-child(4) .sub-title span{
  width: 25%;
}

.difference h2{
  background: transparent;
}

.wrapper {
    border: none;
    max-width: 1349px;
    width: calc(100% - 32px);
    margin: 0 auto;
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.tagline{
  gap:32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

span.info {
  background: #AFDE46;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 33px;
}


.inner-wrap {
    padding: 40px 60px;
    background: #fff;
    border-radius: 24px;
    display: flex;
    gap: 16px;
    flex-direction: column;
}

.inner-wrap-container {
    width: 1000px;
    max-width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
}

.title h1{
  font-size:60px;

  color:#F97F0E;
  font-weight:900;
  margin: 0;
}

.title h5{
  font-size:18px;
  font-weight:bold;

}

.title h1 span{
  color:#FBB03B;
}

.title small{
  font-family: Sen;
  font-weight: 800;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #FBB03B;

}



.inner-wrap .tagline .image{

  max-width: 140px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 20px 0px;
  border-radius:50%;
  flex: 30%;
  object-fit: cover;
  height: 100%;
}


.inner-wrap .tagline .text{
  background:#fff;
  padding:30px;
  border-radius:40px;
  font-family: "Zen Maru Gothic";
  font-size:16px;
  font-weight:bold;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 25px 0px;
  position: relative;
  flex: 70%;
}

.inner-wrap .tagline .text:before {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 30px 20px 0;
  border-color: transparent #ffffff transparent transparent;
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
  
}

.inner-wrap .tagline .text p{
  font-family: Zen Maru Gothic;
  font-weight: 700;
  font-size: 30px;
  line-height: 140%;
  text-align: center;
}


.content-text{
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* .content-text img{
  box-shadow: 0px 0px 20px 0px #00000029;

} */

/*media*/

.table span.circle{
  color:#F30A07;
  font-size: 30px;
}

.table span.circle1{
  color:#F97F0E;
  font-size: 30px;
}

.table span.triangle{
  color:#0066FF;
  font-size: 30px;
}


.table {
    margin: 40px 0;
    border: 1px solid #999999;
    border-radius: 4px;
    font-size: 18px;
}
thead {
    background: #FBB03B;
    
}

thead tr th {
   border: 1px solid #999999;
}

tbody tr th {
    background: #FFF4E2;
        vertical-align: middle !important;
      width: 20%;
     border: 1px solid #999999;
}

tbody tr td{
   width: 25%;
    border: 1px solid #999999;
    font-size: 15px;
      vertical-align: middle !important;
}

 tbody tr td:last-child{
   width: 30%;
   
 }

@media only screen and (max-width: 991px) {
 
  .difference h1, .difference h2 {
  
    gap: 10px;
}



.difference h1::before, .difference h1::after, .difference h2::before, .difference h2::after{
  height: 10px;
}


.inner-wrap{
  padding:16px;
}

.inner-wrap .tagline{
  gap:20px;
}

.inner-wrap .tagline .text{
  padding:20px;
  border-radius: 16px;
}



}

@media only screen and (max-width: 768px) {
  span.teams-logo img {
    width: 27px;
}

 span.teams-logo {
  min-width: 40px;
  height: 40px;
 }
 
 .title h1{
  font-size: 24px;
 }
 
 .zoom-logo{
  width:80px;
 }
 
 .inner-wrap .tagline .text p{
  font-size:18px !important
 }
 
 .teams-users .items .item{
  width: 100%;
 }
}

@media only screen and (max-width: 600px) {
  .inner-wrap.title h1 {
    font-size: 40px;
    line-height: 35px;
    margin-bottom: 8px;
  }

  .tagline {
    gap: 0;
    flex-direction: column;
}

  .inner-wrap.title h5{
    font-size:16px;
  }

  .inner-wrap .tagline {
    flex-direction: column;
    gap: 0;
    margin:20px auto;
}


  .inner-wrap .tagline .text:before{
    display: none;
  }

  .inner-wrap .tagline .image {
    position: relative;
    z-index: 1;
    
}

.inner-wrap .tagline .text{
  box-shadow: none;
}

  .inner-wrap .tagline .text, .form-group .text{
    font-size:15px;
    padding:16px
  }

  .inner-wrap .tagline .text p br{
    display: none;
  }

  .wrapper {
    padding: 16px;
    width: 100% !important;
}

.inner-wrap{
  border-radius: 16px;
}

.inner-wrap .tagline .text p {
  font-size: 15px;
}

span.info {
  min-width: 40px;
  height: 40px;
  font-size: 27px;
}

.difference h2 br{
  display: block;
}


.difference h2{
  font-size: 20px;
  padding:0;
  margin:0;
  line-height: 160%;
}

.difference p{
  font-size:15px;
}



.teams-users .head-title {
  font-size: 16px;
}

.teams-users .content-texts{
    font-size: 15px;
}

.teams-users .content-texts.big{
  font-size:16px;
}

.teams-users .items {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin: 20px;
    flex-wrap: wrap;
}

.teams-users .items .item img {
    width: 80px;
}

.table{
      font-size: 15px;
}

main {
    padding: 40px 0;
}

.wrapper{
  gap:24px
}
}





