.t663__bgimg, .t-bgimg {
    border-radius: 30px;
}
.t-uptitle {
    letter-spacing: 1px;
    font-size: 16px;
}
.t-text_sm {
    font-size: 16px;
}

    @media screen and (min-width: 480px) {
        .bl .tn-atom {
            border-bottom-left-radius: 50px !important;
        }
        .br .tn-atom {
            border-bottom-right-radius: 50px !important;
        }
        .tl .tn-atom {
            border-top-left-radius: 50px !important;
        }
        .tr .tn-atom {
            border-top-right-radius: 50px !important;
        }
    }
    .img-zoom {
        border-radius: 30px;
        overflow: hidden;
    }
    .img-zoom .tn-atom {
        border-radius: 30px;
        transition: transform 300ms ease-in-out;
    }
    .img-zoom:hover .tn-atom {
        transform: scale(110%);
    }
    .t668__wrapper {
        border-radius: 30px;
    }
    .menu .tn-atom:hover {
        color: #0D8479 !important;
    }
    .menu .tn-atom {
        transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    }
    .t-popup__container {
        border-radius: 30px;
    }
    @media screen and (max-width: 480px) {
            .bl .tn-atom {
                border-bottom-left-radius: 30px !important;
            }
            .br .tn-atom {
                border-bottom-right-radius: 30px !important;
            }
            .tl .tn-atom {
                border-top-left-radius: 30px !important;
            }
            .tr .tn-atom {
                border-top-right-radius: 30px !important;
            }
    }
