body{
    overflow-x: hidden;
    margin: 0;
}
section{
    position: relative;
    padding: 20px;
    min-height: 90vh;
    overflow: hidden;
}
img{
    max-width: 100%;
}
.logo{
    width: 250px;
}
.logo-area{
    display: flex;
    justify-content: center;
}
.circle-bg {
    height: 100%;
    width: 1100px;
    background-image: -o-linear-gradient(210deg, rgb(253, 151, 32) 0%, rgb(18, 191, 124) 100%);
    background-image: linear-gradient(-120deg, rgb(253, 151, 32) 0%, rgb(18, 191, 124) 100%);
    opacity: 0.102;
    border-radius: 50%;
    top: -14%;
    right: -3.2%;
    z-index: -1;
    position: absolute;
}
.row{
    min-height: 75vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.w-50{
    width: 100%;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btns a{
    background: #1a133b;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 10px 30px 10px 25px;
    font-size: 18px;
    border-radius: 6px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}
.btns a img{
    width: 90px;
    margin-right: 20px;
}


.btns a .btn-text {
    font-size: 40px;
    font-weight: 500;
    line-height: 40px;
    display: flex;
    flex-direction: column;
}
.btns a .text-top {
    font-size: 35px;
    font-weight: 400;
}
@media screen and (max-width: 820px) {
  .btns{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .btns a{
    margin-bottom:20px;
  }
  .logo {
    width: 150px;
}
.btns a img{
    width: 40px;
}
.btns a .btn-text {
    font-weight: 500;
    line-height: 20px;
    font-size: 16px;
    display: flex;
    flex-direction: column;
}
.btns a .text-top {
    font-size: 14px;
    font-weight: 400;
}
}