/*SECTION-TWO-BLOC*/
.hp-section-two-bloc{
   padding:68px 0 76px 0;
}
.hp-section-two-bloc .two-bloc-container{
   max-width:1000px;
   margin:auto;
}
.hp-section-two-bloc .left-column{
   text-align:right;
}
.hp-section-two-bloc .title{
   font-size:40px;
   font-family:var(--font-5); 
   margin-bottom:12px;
   color:var(--color-4);
   line-height: 43px;
   display: inline-block;
   max-width: 380px;
}
.hp-section-two-bloc .left-desc{
   font-size:12px;
   font-family:var(--font-1);
   text-transform:uppercase;
   letter-spacing:1.7px;
   line-height:18px;
   color:var(--color-2);
   display: inline-block;
   max-width: 380px;
}
.hp-section-two-bloc .left-column{
   margin-right:24px;
}
.hp-section-two-bloc .right-column{
   margin-left:24px;
   letter-spacing: 0.2px;
}
.hp-section-two-bloc .right-column p{
   color:var(--color-11);
   line-height:25px;
   font-size:17px;
}
.hp-section-two-bloc .right-column p a{
   color: var(--color-11);
}
.hp-section-two-bloc .right-btn-link{
   display:block;
   width:198px;
   height:55px;
   line-height: 55px;
   margin-top: 35px;
   color:#fff;
   font-size:13px;
   font-family:var(--font-3);
   text-align: center;
   text-transform:uppercase;
   border-radius:30px;
   transition:.5s;
   border:1px solid var(--color-2);
   background-color:var(--color-2);
}
.hp-section-two-bloc .right-btn-link:hover{
   color:#8d7acb;
   background-color:var(--color-10);
}

/*RESPONSIVE*/
@media screen and (max-width:1245px){
   .hp-section-two-bloc .left-column{
      margin-right:0;
   }
   .hp-section-two-bloc .right-column{
      margin-left:0;
      letter-spacing: 0.2px;
   }
}
@media screen and (max-width:992px){
   .hp-section-two-bloc{
      padding:40px 0 60px 0;
   }
   .hp-section-two-bloc .title{
      font-size:39px;
      line-height:40px;
   }
}
@media screen and (max-width: 991px) {
   .hp-section-two-bloc .right-btn-link{
      margin: 35px auto 0;
   }
}
@media screen and (max-width:768px){
   .hp-section-two-bloc .title{
      font-size:42px;
      text-align:left;
      line-height:42px;
   }
   .hp-section-two-bloc .left-desc{
      text-align:left;
      margin-bottom:15px;
   }
   .hp-section-two-bloc .right-column p{
      margin-bottom:15px;
   }
}
@media screen and (max-width:576px){
   .hp-section-two-bloc .title{
      font-size:32px;
      line-height:36px;
   }
   .hp-section-two-bloc .left-desc{
      font-size:12px;
   }
   .hp-section-two-bloc .right-column p{
      font-size:17px;
      line-height:20px;
   }
   .hp-section-two-bloc .right-btn-link{
      height: 45px;
      line-height: 45px;
      font-size: 12px;
   }
}
@media screen and (max-width:320px){
   .hp-section-two-bloc{
      padding-top:20px;
      padding-bottom:55px;
   }
}
/*SECTION-TWO-BLOC*/