/* Style the button that is used to open and close the collapsible content */



/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.service-card{
    background-color: #fff;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1/1;
    position: relative;
    z-index: 20;
}
.service-subtitle{
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
    color: #252525;
}

.about-contanier{
    display: flex;
    justify-content: end;
}
.about-content{
    background-color: #fff;
    border-radius: 12px;
    font-weight: 500;
    font-size: 18px;
    line-height: 36px;
    padding: 20px 30px;
    height: auto;
    width: 100%;
}
.about-content-subtitle{
    color: #209D76;
    font-weight: 700;
    font-size: 24px;
    line-height: 42px;
}
.about-content-subtitle + p{font-size:18px}
.about1-tanslate{
     position: static;
}
.about2-tanslate{
     position: static;    
}

.img{
    width: 100%;
    max-width: 720px;
}

.pagecont {
    background-color: #F7F7F7;
    position: relative;
}
.bg-ball{
    position: absolute;
    top: 10%;
    z-index: 0;
}
.bg-ball2{
    position: absolute;
    top: 50%;
    right: 0%;
}
.bg-ball3{
    position: absolute;
    bottom: 8%;
    left: 0%;
}

@media screen and (min-width: 992px) {
    .service-subtitle{
        font-size: 18px;
    }
    .about-content{
        max-width: 596px;
        font-size: 24px;
        padding: 40px;
    }
    .about-content-subtitle{
        font-size: 24px;
    }
    .about1-tanslate{
        position: absolute;
        right: 0%;
    }
    .about2-tanslate{
        position: absolute;
        left: 0%;
    }
    .bg-ball{
        top: 20%;
    }
    .bg-ball3{
        left: 10%;
    }

    .about-content-subtitle{font-size:24px}
    .about-content-subtitle + p{font-size:18px}
}

@media screen and (max-width: 768px) {
    .service-subtitle{font-size:16px}

    .about-content-subtitle{font-size:24px}
    .about-content-subtitle + p{font-size:18px}
}