.thim-sc-image-box {
    padding: 20px 0 !important;
    transition: all 0.2sease -in-out 0s;
    background-color: #ffffff;
    border: solid 1px #bdbbbb;
    text-align: center;
    border-radius: 5px;
    margin-left: 2px;
    margin-right: 2px;
    /* height: 340px; */
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.thim-sc-image-box .image-box {
    padding-right: 0;
    padding-left: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.thim-sc-image-box .image-box img {
    width: 100%;
}

.thim-sc-image-box .image-box img {
    width: 190px !important;
    height: 200px;
    margin: 20px auto 0;
    border: solid 1px #bdbbbb;
    padding: 5px;
    border-radius: 100%;
    display: block;
}
.thim-sc-image-box .text-content {
    position: relative;
}
.thim-sc-image-box .text-content .text-content-inner {
    width: 100%;
    height: auto;
/*    margin-top: 111px;*/
    padding-bottom: 20px;
    max-width: 600px;
}
.thim-sc-image-box .text-content-inner {
    width: 100%;
    height: auto;
    margin-top: 20px;
    padding-bottom: 20px;
    z-index: 5;
    position: relative;
}
@media (max-width: 1440px) {
    .responsive .thim-sc-image-box .text-content .text-content-inner {
        margin-top: 30px;
    }
}
.thim-sc-image-box .title-box {
    font-size: 21px;
    font-weight: 500;
    line-height: 35px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}
.thim-sc-image-box .text-content-inner .sub-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 16px;
}
.thim-sc-image-box .sub-title {
    color: #1ea69a !important;
    font-weight: 600 !important;
    font-size: 17px !important;
}
.thim-sc-image-box .underline {
    margin-top: 0;
    border-bottom: 1px solid #000 !important;
    width: 50px;
}
.underline {
    display: inline-block;
    width: 50px;
    height: 1px;
    border-bottom: 1px solid #202121;
}
@media (max-width: 1440px) {
    .responsive .thim-sc-image-box .text-content .text-content-inner .content {
        max-width: 100%;
    }
}
.thim-sc-image-box .text-content-inner .content {
    display: inline-block;
}
.thim-sc-image-box .image-box {
    padding-right: 0;
    padding-left: 0;
}
.thim-sc-image-box .image-box img {
    width: 100%;
}
.thim-sc-image-box:hover{
 box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08)
}
.f18{
    font-size: 18px;
}
