










.box-module-pavreassurances .icon-name {
  font-size: 35px;
  color: #268bb9;
  vertical-align: top;
  margin-right: 10px;
}

.rtl .box-module-pavreassurances .icon-name {
  margin-left: 10px;
  margin-right: inherit;
}

.box-module-pavreassurances .description {
  vertical-align: top;
  text-align: left;
}

.rtl .box-module-pavreassurances .description {
  text-align: right;
}

.box-module-pavreassurances .description p {
  color: #9c9c9c;
  font-weight: 300;
  line-height: 20px;
}

.box-module-pavreassurances .description h4 {
  text-transform: capitalize;
  color: #268bb9;
  font-size: 14px;
  line-height: 1.42857;
  font-family: "Kelson";
}

.box-module-pavreassurances h4, .box-module-pavreassurances p {
  margin: 0;
}

.box-module-pavreassurances p {
  font-size: 13px;
}

.box-module-pavreassurances .reassurances-left {
  position: relative;
  padding: 30px 0;
  text-align: center;
}

.box-module-pavreassurances .reassurances-left:hover .icon-name {
  color: #e94b42;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.box-module-pavreassurances .reassurances-left:hover h4 {
  color: #e94b42;
}

.box-module-pavreassurances .arrow {
  cursor: pointer;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.rtl .box-module-pavreassurances .arrow {
  right: 0;
  left: auto;
}


.title_detail h4 {
  font-size: 30px;
  font-weight: 900;
  line-height: 50px;
  color: #268bb9;
}


.title_detail .icon-name {
  color: #268bb9;
  font-size: 170px;
  margin: 0 20px;
}


.title_detail p {
  color: #268bb9;
  font-size: 15px;
  margin: 25px 0 0;
}


.info {
  overflow: hidden;
}

@media (min-width: 992px) and (max-width: 1199px) {
  
  #colorbox .title_detail .description {
    display: block;
    clear: both;
    padding-top: 15px;
  }
  
  #colorbox .title_detail .description > p {
    margin: 0;
  }
}


