.brand2 {padding:0 15px 25px 15px}
.brand2 .tit {font-size: max(35px, 6rem); font-family: 'Poppins', sans-serif;  }
.brand2 .txt {font-size:18px; padding:10px 0 40px 0}
.brand2 .btn a{font-size:16px; display:block; text-align:center; margin:0 auto; width:200px; padding:12px 12px 14px 12px; 
border:1px solid #ab82b9; color:#ab82b9; font-weight:500; border-radius: 30px;}
            .brand2 .btn a:hover{background-color: #ab82b9; color: #fff; transition: all 0.5s linear;}
html {font-size:.53vw}

/*---------------------------------------
  MOBILE RESPONSIVE              
-----------------------------------------*/
@media (max-width: 1023px) {
.brand2 {padding:55px 10px 60px 10px}
.brand2 .tit {font-size:25px; font-family: 'Poppins', sans-serif; }
.brand2 .txt {font-size:16px; padding:10px 0 40px 0}
.brand2 .btn a{font-size:14px; display:block; text-align:center; margin:0 auto; width:160px; padding:10px; 
border:1px solid #844d96; color:#844d96; }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
}
@media (max-width: 480px) {
}
@media (max-width: 320px) {
}
