
.decouvr {
  padding-top: 20px;
}
.decouvr a {
  margin-top: 5px;
  background-color: #F5323B;
  color: #FFF;
  padding: 10px;
  border-radius: 5px;
  font-weight: normal;
  transition: ease-in-out 0.3s;
}
.decouvr a:hover {
  background-color: #D9272F;
  color: #FFF;
  transition: ease-in-out 0.3s;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box2 {
  text-align: center;
  border: 1px solid #e2eefd;
  padding: 20px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}

.services .icon-box2 .icon {
  margin: 0 auto;
  width: 44px;
  height: 44px;
  background: #f1f6fe;
  border-radius: 4px;
  border: 1px solid #deebfd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
}

.services .icon-box2 .icon i {
  color: #3b8af2;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

.services .icon-box2 h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 16px;
}

.services .icon-box2 h4 a {
  color: #222222;
  transition: ease-in-out 0.3s;
}

.services .icon-box2 p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 600;
  color: #7D7D7D;
}

.services .icon-box2:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(16, 110, 234, 0.1);
}

.services .icon-box2:hover h4 a,
.services .icon-box2:hover .icon i {
  color: #F5323B;
}

.services .icon-box2:hover .icon {
  border-color: #F5323B;
}

.prod {
  padding: 60px 0;
}

.prod .prod-list {
  padding: 0;
  list-style: none;
}

.prod .prod-list li {
  border-bottom: 1px solid #d4e5fc;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.prod .prod-list .question {
  display: block;
  position: relative;
  font-family: #F5323B;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-left: 25px;
  cursor: pointer;
  color: #0d58ba;
  transition: 0.3s;
}

.prod .prod-list i {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -2px;
}

.prod .prod-list p {
  margin-bottom: 0;
  padding: 10px 0 0 25px;
}

.prod .prod-list .icon-show {
  display: none;
}

.prod .prod-list .collapsed {
  color: black;
}

.prod .prod-list .collapsed:hover {
  color: #F5323B;
}

.prod .prod-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}

.prod .prod-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}



.mt-20 {
  margin-top: 20px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-80 {
  margin-top: 80px;
}

.pt-20 {
  padding-top: 20px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-80 {
  padding-top: 80px;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  margin: auto;
}

.sect-title-2 h3 {
  font-size: 30px;
}

.sect-title-2 p {
  font-size: 16px;
}
