/* COLOR TRANSICTION */

.about .about-title,
.about .block-title,
.about .block-text,
.about .divider-about,
.about .about-block,
.about .gp-title,
.about .wrap-abt {
  transition: color 1400ms ease, border-color 1400ms ease, background-color 1400ms ease;
}

/* initial state - black */
.about .about-title,
.about .block-title,
.about .block-text
 {
  color: #101727;
}

.about .wrap-abt
 {
  border-color: #101727;
}

.about .about-block
 {
  border-right-color: #101727;
}

.about .gp-title {
border-bottom-color:  #101727;
}

.about .divider-about {
  border-bottom-color: #101727;
}




/* active state */
.active.about .about-title,
.active.about .block-title,
.active.about .block-text
 {
  color: #302d7d  !important;
}

.active.about .wrap-abt
 {
  border-color: #302d7d  !important;
}

.active.about .about-block
 {
  border-right-color: #302d7d  !important;
}

.active.about .gp-title {
border-bottom-color:  #302d7d  !important;
}

.active.about .divider-about {
  border-bottom-color: #302d7d  !important;
}

/* white state */
.white.about .about-title,
.white.about .block-title,
.white.about .block-text
 {
  color: #ffffff !important;
}

.white.about .wrap-abt
 {
  border-color: #ffffff !important;
}

.white.about .about-block
 {
  border-right-color: #ffffff !important;
}

.white.about .gp-title {
border-bottom-color:  #ffffff !important;
}

.white.about .divider-about {
  border-bottom-color: #ffffff !important;
}











.wrap-abt {
  max-width: 1440px;
  margin: 0 auto;
  padding: 3rem 1.2rem;
}


.gp-title {
padding-bottom: 2rem;
margin-bottom: 2rem;
border-bottom: solid 1px;

}


.about-grid {
display: flex;
flex-direction: column;
}

.about-block {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.4s ease;
  margin-bottom: 2rem;
}

.group-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1.2rem;

}

.block-title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #101727;
  color: #fff;
}



.divider-about {
  height: 1px;
  border-bottom: solid 1px;
  margin: 2rem 0;
  width: 100%;
  display: none;
}


.block-text {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.6;
  color: #fff;
}




@media (min-width: 768px) {
.gp-title {
  margin-bottom: 3rem;
}

  .about-block {
margin-bottom: 3rem;
  }

}


@media (min-width: 1024px) {
.wrap-abt {
  border: solid 1px;
  margin: 1.2rem;
  border-radius: 12px;
  padding: 0;
}

.about-grid {
  flex-direction: row;
}

.gp-title{
  padding: 2rem;
  margin-bottom: 0;
}

.about-block {
padding: 2rem;
width: 33.333%;
border-right: solid 1px;
  margin-bottom: 0;

}

.about-block:last-child {
  border-right: none;
}

.block-text {
  font-size: 1rem;
}

}

@media (min-width: 1280px) {


.wrap-abt {
  width: 94%;
        margin-left: auto;
      margin-right: auto;
}

.about-block {
  padding: 2.5rem;
}

.about-block:last-child {
  margin-right: 0;
}

.block-title {
  font-size: 1.8rem;

}

  .block-text {
  font-size: 1.2rem;
}

.divider-about {
  display: block;
}
}

@media (min-width: 1440px) {
.gp-title {
  padding: 3rem;
}

  .about-block {
    padding: 3rem;
  }



  .block-title {
    font-size: 2rem;
  }


}