.circle-third-section {
    position: absolute;
    width: 260px;
    height: 260px;
    top: -150px;
    left: 50%;
    transform: translateX(-100%);
    z-index: -1;
}

@media (max-width: 1366px) {
    .circle-third-section {
        width: 200px;
        height: 200px;
        top: -110px;
    }
}

@media (max-width: 1024px) {
    .circle-third-section {
        display: none;
    }
}

.third-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    gap: 50px;
    position: relative;
    margin-bottom: 100px;
    padding: 0px 20px;
    
    .third-section-heading {
        color: #fff;
        font-weight: 600;
        font-size: 60px;
        text-align: center;
    }

    .columns {
        width: 100%;
        display: flex;
        justify-content: center;
        gap: 70px;

        .circle-hospital-2 {
            position: absolute;
            z-index: -1;
            width: 200px;
            height: 200px;
            opacity: 0.8;
            right: 50px;
            top: 1100px;
        } 

        .column {
            width: 100%;
            max-width: 770px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: space-between;
            border-radius: 74px;
            gap: 90px;

            &.right-column {
                background: radial-gradient(72.16% 167.1% at 31.27% 36.86%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
                border: 1px solid #fff;
                backdrop-filter: blur(56px);

                .third-section-img {
                    box-shadow: 0px 0px 118.67px 0px #FFFFFF66;
                }

                .circle-hospital-1 {
                    position: absolute;
                    z-index: -1;
                    width: 600px;
                    height: 600px;
                    opacity: 0.8;
                    right: -250px;
                    top: 100px;
                }
            }

            .third-section-img {
                border-radius: 74px;
                width: 100%;
                height: auto;
            }

            .text-with-svg {
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                padding: 50px;
                gap: 30px;
                
                img {
                    width: 160px;
                    height: 160px;
                }

                .heading {
                    font-size: 46px;
                    line-height: 58px;
                    color: #fff;
                    font-weight: 700;
                    text-align: center;
                }

                .circle-specialists {
                    position: absolute;
                    z-index: -1;
                    width: 600px;
                    height: 600px;
                    opacity: 0.8;
                    left: -150px;
                    top: 400px;
                }

                .text-and-ul {
                    display: flex;
                    align-items: start;
                    flex-direction: column;

                    .text, ul {
                        font-size: 21px;
                        line-height: 40px;
                        font-weight: 300;
                        color: #fff;
                    }

                    ul {
                        margin-left: 25px;
                    }
                }
            }
        }
    }
}

.third-section-mobile {
    display: none;
}

@media (max-width: 1366px) {
    .third-section {
        .third-section-heading {
            font-size: 45px;
        }

        .columns {
            gap: 40px;

            .column {
                gap: 40px;
                max-width: 580px;
                border-radius: 55px;

                .third-section-img {
                    border-radius: 55px;
                }

                .text-with-svg {
                    img {
                        width: 120px;
                        height: 120px;
                    }

                    .heading {
                        font-size: 34px;
                        line-height: 43px;
                    }

                    .text-and-ul {
                        .text, ul {
                            font-size: 16px;
                            line-height: 30px;
                        }
                    }
                }
            }
        }
    }
}

@media(max-width: 1024px) {
    .third-section {
        display: none;
    }
    .third-section-mobile {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        padding: 20px;
        margin-top: 150px;
        position: relative;

        .third-section-heading {
            font-weight: 600;
            font-size: 45px;
            color: #fff;
            margin-bottom: 30px;
        }

        img.third-section-img-first {
            width: 100%;
            max-width: 600px;
            border-radius: 55px;
            box-shadow: 0px 0px 118.67px 0px #FFFFFF66;
        }

        .up-container {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 10px;
            border-radius: 55px;
            background: radial-gradient(72.16% 167.1% at 31.27% 36.86%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
            border: 1px solid #fff;
            backdrop-filter: blur(56px);
            width: 100%;
            max-width: 600px;

            .up-container-text {
                display: flex;
                flex-direction: column;
                gap: 20px;
                padding: 30px;

                .heading {
                    color: #fff;
                    font-size: 30px;
                    line-height: 40px;
                    font-weight: 700;
                }

                .text-and-ul {  
                    font-weight: 400;
                    font-size: 21px;
                    line-height: 34px;
                    color: #fff;

                    li {
                        margin-left: 20px;
                    }
                }
            }

            img.up-container-img {
                width: 100%;
                border-radius: 55px;
            }
        }

        .down-container-text {
            margin-top: 20px;
            width: 100%;
            max-width: 600px;
            display: flex;
            flex-direction: column;
            gap: 20px;

            .heading {
                font-weight: 700;
                font-size: 30px;
                line-height: 45px;
                color: #fff;
            }

            .text-and-ul {
                font-weight: 400;
                font-size: 21px;
                line-height: 34px;
                color: #fff;

                li {
                    margin-left: 20px;
                }
            }
        }
    }
}

@media (max-width: 768px) {
    .third-section-mobile {
        margin-top: 70px;
        
        .third-section-heading {
            font-size: 30px;
            line-height: 40px;
        }
        
        img.third-section-img-first {
            max-width: 350px;
        }

        .up-container {
            max-width: 350px;

            .up-container-text {
                padding: 25px;
                padding-bottom: 10px;

                .heading {
                    font-size: 21px;
                    line-height: 30px;
                }

                .text-and-ul {
                    font-size: 13px;
                    line-height: 21px;
                }
            }
        }

        .down-container-text {
            max-width: 350px;

            .heading {
                font-size: 21px;
                line-height: 34px;
            }

            .text-and-ul {
                font-size: 13px;
                line-height: 21px;
            }
        }
    }
}