
.imgBg {
    padding-right: 50px;
    padding-bottom: 50px;
    padding-top: 100px;
  }
  .imgBg img {
    max-width: 100%;
  }
  
  .col-sm-7, .col-sm-5 {
    padding: 0;
    float: left;
  }
  
  .wrappic1 {
    display: block;
    float: right;
    width: 100%;
    text-align: right;
    padding-right: 100px;
    margin-top: 15px;
    margin-bottom: 25px;
  }
  
  .activities {
    background: #15bca2;
    color: #fff;
    text-transform: uppercase;
    padding: 50px;
    z-index: 2;
    position: relative;
    width: 160%;
    left: -40%;
    padding-left: 100px;
    padding-bottom: 25px;
  }
  
  .list-activities li {
    font-family: Poppins-Regular;
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 40px;
    font-weight: bold;
  }
  
  body {
    font-family: Poppins-Regular;
    overflow-x: hidden;
  }
  
  .txt {
    font-size: 25px;
    margin-top: 30px;
    font-family: papyrus;
    padding-left: 20px;
    color: #3370b3;
  }
  
  .list-activities li::before {
    content: "";
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    background: url(/images/finger.png) no-repeat;
    background-size: auto;
    background-size: contain;
    margin-left: -40px;
  }
  
  .w-full {
    width: 100%;
    float: left;
    text-align: center;
  }
  
  
  .tel::before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    background: url(/images/tel.png) no-repeat;
    background-size: auto;
    background-size: contain;
    margin-left: -30px;
    margin-top: 0px;
    margin-right: 29px;
  }
  
  .mail::before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    background: url(/images/email.png) no-repeat;
    background-size: auto;
    background-size: contain;
    margin-left: -30px;
    margin-top: 0px;
    margin-right: 29px;
  }
  
  .local::before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    background: url(/images/local.png) no-repeat;
    background-size: auto;
    background-size: contain;
    margin-left: -30px;
    margin-top: 0px;
    margin-right: 29px;
  }
  
  .contacts {
    padding: 25px;
  }
  