body, p, span{
    color: #43485B;
    font-size: 15px;
    line-height: 24px;
}
a{
    -webkit-transition: .3s cubic-bezier(.24, .74, .58, 1);
    -khtml-transition: .3s cubic-bezier(.24,.74,.58,1);
    -moz-transition: .3s cubic-bezier(.24,.74,.58,1);
    -ms-transition: .3s cubic-bezier(.24,.74,.58,1);
    -o-transition: .3s cubic-bezier(.24,.74,.58,1);
    transition: .3s cubic-bezier(.24, .74, .58, 1);
}
@media(min-width:767px){
    body{
        padding:30px;
    }
    section{
        padding:40px 0;
    }
}
@media (min-width: 1200px) {
    .container-sm {
        max-width: 1040px;
    }
    section{
        padding:70px 0;
    }
    .intro-content p{
        font-size:19px;
        line-height:26px;
    }
}
.section-image-banner_big{
    height:80vh;
}
.banner-content h1{
    font-size:70px;
}
.service-box{
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(2, 0, 103, 0.05) 0px 6px 18px;
    border-radius: 15px;
    transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.service-content {
    padding: 44px 40px 30px;
}
.service-inner h3{
    margin-bottom: 22px;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 700;
}
.service-inner p{
    color: #43485B;
    font-size: 15px;
    line-height: 24px;
}
.service-link {
    padding: 24px 40px;
    border-top: 1px solid rgb(242, 242, 249);
}
a.text-link {
    font-weight: 600;
    color: #232c4e;
    text-decoration: none;
    position: relative;
    padding: 0 32px;
    z-index: 1;
}
.text-link i {
    font-size: 18px;
    position: absolute;
    color: #4545d7;
    top: 50%;
    
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0, -50%);
    margin-top: 2px;
    z-index: -1;
    -webkit-transition: .3s cubic-bezier(.24, .74, .58, 1);
    -khtml-transition: .3s cubic-bezier(.24,.74,.58,1);
    -moz-transition: .3s cubic-bezier(.24,.74,.58,1);
    -ms-transition: .3s cubic-bezier(.24,.74,.58,1);
    -o-transition: .3s cubic-bezier(.24,.74,.58,1);
    transition: .3s cubic-bezier(.24, .74, .58, 1);
}
.btn-icon-left{
    left: 0;
}
.btn-icon-right {
    right: 0;
    opacity: 0;
    margin-right: 12px;
    visibility: hidden;
}
.text-link:hover {
    padding-left: 0;
}
.text-link:hover i.btn-icon-left {
    opacity: 0;
    margin-left: 10px;
    visibility: hidden;
}
.text-link:hover .btn-icon-right {
    opacity: 1;
    margin-right: 0;
    visibility: visible;
}