﻿.tr-content-block {
    position: relative;
    width: 35%;
    height: 430px;
}

.tr-teach-box {
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: 60px;
}

.tr-teach-box .tr-img {
    justify-content: center;
    height: 430px;
    width: 129px;
    border-radius: 60px;
    margin: 0 5px;
    overflow: hidden
}

.tr-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease 0s;
}

.tr-line-img {
    width: 40px;
    height: 140px;
    position: absolute;
    left: 15px;
    top: 135px;
}

.tr-title {
    color: #3a87f2;
    font-size: 26px;
    position: absolute;
    left: 65px;
    top: 130px;
}

.tr-content {
    color: #b4b2b2;
    font-size: 10px;
    position: absolute;
    left: 65px;
    top: 185px;
    text-align: left;
}

.tr-LearnMoreButton {
    position: absolute;
    background-color: #1959b2;
    color: #fff;
    width: 170px;
    height: 50px;
    line-height: 50px;
    border-radius: 100px;
    bottom: 70px;
    right: 155px;
}

.tr-LearnMoreButton:hover {
    cursor: pointer;
    color: #1959b2;
    background-color: #fff;
}