
.rule_50mins p{
  color:#222;
}
.text-dark{
  color:#222 !important;
}

.text-orange{
  color:#F97F0E !important;
}

.text-green{
  color:#31AB48 !important;
}
.text-red{
  color:#F30A07;
}

.text-blue {
    color: #0066FF !important;
}

.rule_50mins{
  font-family: 'Zen Maru Gothic', serif;
}

.rule_50mins a{
  text-decoration: underline;
  color:#4950B7
}

.rule_50mins p{
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
}

.rule_50mins p:last-child{
  margin-bottom: 0;
}

.rule_50mins .date{
  font-size:24px;

}

.wrap-box {
    justify-content: center;
    display: flex;
    padding: 8px;
    align-items: center;
    background: #FFF5F5;
    margin:20px 0;
    border-radius: 10px;
}

.wrap-box p{
  font-size: 18px;
  font-weight: bold;
}

.wrap-box .item:first-child {
    font-size: 28px;
    flex-basis: 400px;
}

.teams-users{
  width: 800px;
  max-width: 100%;
  margin:0 auto;
  background: #fff;
  border-radius: 4px;
}


.teams-users .head-title {
    background: #4950B7;
    padding: 5px 16px;
    text-align: left;
    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;
    
}

.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;
}

.rule_50mins .sub-title{
  display: flex;
  gap:8px;
  align-items: flex-start;
  justify-content: flex-start;
}

.rule_50mins h2 {
  color: #222;
  font-size: 24px;
  margin-top: 0;
  font-weight: bold;
  margin-bottom: 0;
  text-align: left;
  padding:0;
 
}


.rule_50mins .sub-title span {
  font-family: 'Sen', sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #F97F0E;

  line-height: 140%;
      white-space: nowrap;
}

.rule_50mins h2{
  background: transparent;
}


.top-wrap3{
  border-radius: 24px;
  border: 3px solid #FBB03B;
  padding:24px 20px;
  background: #fff;
 
  width: 100%;
  
  text-align: left;
}

.top-wrap3 p{
  font-size: 26px;
  font-weight: bold;
}

.top-wrap3 p a{
    color:#222222;
     display: flex;
    align-items: self-start;

}

.top-wrap3 .wrap {
   
    margin:0 auto ;
    display: flex;
    flex-direction: column;

}

.content-wrap{
  display: flex;
    flex-direction: column;
    gap: 40px;
}

.content-wrap h2 {
    display: flex;
    line-height: 150%;
}

.wrapper {
  border: none;
  max-width: 1349px;
  width: calc(100% - 32px);
  margin: 0 auto;
  padding: 40px 0;
}

.tagline{
  gap:16px;
  display: flex;
  align-items: 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;
}


.block{
  background:#FAF8EE;
  padding:40px 100px;
  border-radius:24px;
}

.block .title h1{
  font-size:60px;
  font-family: 'Sen', sans-serif;
  color:#F97F0E;
  font-weight:900;
  margin: 0;
}

.block .title h5{
  font-size:18px;
  font-weight:bold;

}

.block .title h1 span{
  color:#FBB03B;
}


.block .inner-wrap .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%;
}


.block .inner-wrap .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%;
}

.block .inner-wrap .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%);
  
}

.block .inner-wrap .text p{
  font-size:20px;
  font-weight: 700;
}

.content-wrapper{
  width:1000px;
  max-width: 100%;
  margin:0 auto;
 padding:32px 0;
  display: flex;
  flex-direction: column;
  gap: 40px;

}

.content-text{
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* .content-text img{
  box-shadow: 0px 0px 20px 0px #00000029;

} */

/*media*/

@media only screen and (min-width: 1600px) {
  .block .inner-wrap{
    display:flex;
    /* width: calc(100% - 263px); */
    margin:30px auto;
    gap:40px;
    align-items: center;
  }
  
}

@media only screen and (max-width: 1600px) {
  .block .inner-wrap{
    display:flex;
    margin:30px auto;
    gap:40px;
    align-items: center;
    width: calc(100% - 0);
  }
}



@media only screen and (max-width: 991px) {
 
  .rule_50mins h1, .rule_50mins h2 {
    font-size: 22px;
    gap: 10px;
}

.content-wrapper{
  margin-top: 0;
  padding:40px;
}


.rule_50mins h1::before, .rule_50mins h1::after, .rule_50mins h2::before, .rule_50mins h2::after{
  height: 10px;
}


.block {
  padding:16px;
}

.block .inner-wrap{
  gap:20px;
}

.block .inner-wrap .text{
  padding:20px;
  border-radius: 16px;
  box-shadow: none;
}



}



@media only screen and (max-width: 600px) {
  .block .title h1 {
    font-size: 40px;
    line-height: 35px;
    margin-bottom: 8px;
  }

  .tagline {
    gap: 0;
    flex-direction: column;
}

  .block .title h5{
    font-size:16px;
  }

  .block .inner-wrap {
    flex-direction: column;
    gap: 0;
    margin:20px auto;
}


  .block .inner-wrap .text:before{
    display: none;
  }

  .block .inner-wrap .image {
    position: relative;
    top: 10px;
    z-index: 1;
    display: none;
}

  .block .inner-wrap .text, .form-group .text{
    font-size:15px;
    padding:16px
  }

  .block .inner-wrap .text p br{
    display: none;
  }

  .wrapper {
    padding: 16px;
    width: 100% !important;
}

.block{
  border-radius: 16px;
}

.block .inner-wrap .text p {
  font-size: 15px;
}

span.info {
  min-width: 40px;
  height: 40px;
  font-size: 27px;
}

.rule_50mins h2 br{
  display: block;
}

.rule_50mins .sub-title {
  margin: 20px 0;
  flex-direction: column;
}

.rule_50mins .sub-title span, .rule_50mins .content-text:nth-child(4) .sub-title span {
  width: 100%;
}

.rule_50mins h2{
  font-size: 20px;
  padding:0;
  margin:0;
  line-height: 160%;
}

.rule_50mins p{
  font-size:15px;
}

.content-wrapper {
  padding: 0;
  gap:32px
}

.teams-users .head-title {
  font-size: 16px;
}

.teams-users .content-texts{
    font-size: 15px;
}

.teams-users .content-texts.big{
  font-size:16px;
}

.content-wrap{
  gap:0;
}

span.triangle svg {
    width: 15px;
}

.top-wrap3 p a {

    font-size: 16px;
}

.wrap-box {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.wrap-box .item:first-child{
 flex-basis: unset;
}
}





