@charset "utf-8";
/* CSS Document */
*{line-height: 1.5; color: #000;}
img{max-width: 100%; height: auto;}
.banner{padding: 80px 20px; text-align: center; background: url("https://www.textavoice.com/img/about/banner-background.jpg") bottom center no-repeat; background-size: cover;}
.banner .logo{display: block; margin: auto;}
.banner h1{font-size: 48px; font-weight: 700; line-height: 1.5;}
.banner p{font-size: 24px; line-height: 1.5;}
.about-intro{width: 100%; max-width: 1280px; margin: 20px auto 40px; padding: 80px; background: linear-gradient(360deg, #DFECFF 0%, #FFFFFF 100%); background-color: #f3f8ff; box-sizing: border-box; display: flex; align-items: center; justify-content: space-between; gap: 40px;}
.about-intro h2{font-size: 32px; font-weight: 700; line-height: 1.5;}
.about-intro p{font-size: 20px; color: #000000CC; margin-top: 16px; line-height: 1.5;}
.who-made{width: 100%; max-width: 1200px; padding-block: 80px; margin: auto; box-sizing: border-box;}
.who-made-title h2{font-size: 32px; font-weight: 700; text-align: center; line-height: 1.5;}
.who-made-item{padding-block: 40px; margin-top: 40px; display: flex; align-items: center; justify-content: space-between; gap: 40px;}
.who-made-text{display: flex; flex-direction: column; gap: 16px;}
.who-made-text p{color: #404040; font-size: 18px; line-height: 1.5;}
.who-made-text p a{color: #4656E6; text-decoration: underline; font-size: inherit;}
.bottom-turn{padding-block: 138px; background: #1d172b url("https://www.textavoice.com/img/about/bottom-background.jpg") center no-repeat; background-size: cover; text-align: center; box-sizing: border-box;}
.bottom-turn h2{font-size: 32px; font-weight: 700; color: #fff; margin-bottom: 24px;}
.turn-btn{display: block; margin: auto; color: #fff; font-size: 18px; font-weight: 700; line-height: 52px; width: fit-content; min-width: 224px; border-radius: 12px; background: linear-gradient(119.16deg, #0E4CDD 27.44%, #9765F4 74.45%); background-color: #0E4CDD; padding-inline: 20px; box-sizing: border-box; transition: transform .2s ease-in-out;}
.turn-btn:hover{background: linear-gradient(119.16deg, #3E70E4 27.44%, #AC84F6 74.45%); box-shadow: 0px 0px 12px 0px #9573E4; transform: scale(1.03);}
@media screen and (max-width: 1200px){
.who-made{padding-inline: 20px;}
}
@media screen and (max-width: 980px){
.about-intro{flex-direction: column; text-align: center;}
.who-made-item{flex-direction: column; text-align: center;}
.who-made-item img{order: 1;}
.bottom-turn{padding-inline: 20px;}
}
@media screen and (max-width: 568px){
.banner{padding-block: 84px; background-image: url("https://www.textavoice.com/img/about/banner-background-2.jpg");}
.banner h1{font-size: 28px;}
.banner p{font-size: 14px;}
.about-intro{margin: 0; padding: 30px 20px 44px;}
.about-intro h2{font-size: 24px;}
.about-intro p{font-size: 14px;}
.who-made{padding-block: 40px;}
.who-made-title h2{font-size: 24px;}
.who-made-item{padding: 0; margin-top: 24px; gap: 20px;}
.who-made-text{gap: 14px;}
.who-made-text p{font-size: 14px;}
.bottom-turn{padding-block: 126px; background-image: url("https://www.textavoice.com/img/about/bottom-background-2.jpg");}
.bottom-turn h2{font-size: 24px;}
}