body {
font-family: 'Asap', sans-serif;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Asap', sans-serif;
}
p {
    font-family: 'Asap', sans-serif;
}

.cover{
  width: 100%;
  height: 600px;
  background-image: url('img/ABSTRACT_BACKGROUND_01.jpg');
}

.gradient1 {
  height: 400px;
}
.gradient2 {
  height: 200px;
}

.imgprocess {
  height: 600px;
  background: rgb(212, 212, 212);
  margin-bottom: 40px;
}

 .text1 {
    font-size: 95px;
    color:rgb(48, 48, 48);
    font-weight: bold;
    padding-left: 40px;
    padding-top: 10px;
    line-height: 90pt;
  }

  .title-block {
    padding-top: 30px;
    height: 100px;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 36px;
    font-weight: normal;
    padding-left: 10px;
    border-bottom: 1px solid rgb(228, 228, 228);
  }

  .title-block2 {
    padding-top: 80px;
    height: 100px;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 32px;
    font-weight: normal;
    padding-left: 10px;
  }

  .block2 {
    margin-top: 40px;
  }

  .logo {
  height: 40px;
  width: 40px;
  -webkit-filter: grayscale(1.9);
  filter: grayscale(1.9);
  }

.footer {
  background-color: rgb(255, 255, 255);
  height: 100px;
  margin-top: 150px;
}

.sector-card{
  height: 400px;
  color: rgb(66, 66, 66);
  font-size: 20px;
  border-radius: 4px;
  border: 1px solid rgb(226, 225, 225);
  align-items:center;
}

.skill-card{
  padding: 40px;
  height: 300px;
  color: rgb(66, 66, 66);
  font-size: 20px;
  border-radius: 4px;
  border: 1px solid rgb(226, 225, 225);
}

.sector-grad {
  background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%);
}

.sector1 {
  background: linear-gradient(0deg, rgba(20,56,153,1) 0%, rgba(56,128,233,1) 100%);
}

.sector2{
  background: linear-gradient(0deg, rgba(153,20,90,1) 0%, rgba(233,94,56,1) 100%);
}

.sector3{
  background: linear-gradient(0deg, rgba(15,107,80,1) 0%, rgba(79,139,28,1) 100%);
}

.sector4{
  background: linear-gradient(0deg, rgba(232,134,14,1) 0%, rgba(232,198,24,1)  100%);
}

.title-sector {
margin-left: 10px;
}

.icon-sector {
  width: 32px;
  height: 32px;
}

.top10 {
  margin-top: 10px;
}

.top40 {
margin-top: 40px !important;
}

.top80 {
  margin-top: 80px !important;
  }

.left40 {
  margin-left: 40px;
}

.left90 {
  margin-left: 90px;
}

.rightborder {
border-right: 1px solid rgb(138, 138, 138);
}

.sector-text {
margin-top: 0px;
}



@media (max-width: 991px)  {

  .rightborder {
    border-right: none;
    }

  .left90 {
    margin-left: 0px;
    }

  .body {
    background:red;
  }
  .row {
    flex-direction: column;
    justify-content: center;
  }

  .sorry {
    flex-direction: row !important ;
    justify-content: normal !important;
  }

  .sector-text {
    margin-top: 20px;
    }

    .top40 {
    margin-top: 20px !important;
    }

    .top80 {
      margin-top: 40px !important;
      }
}
