.ct img{
    width: 100%;
    display: block;
    height: 100%;
}
.ct{
    padding: 30px 0px;
}
.ct2,.ct3,.ct4{
    width: 100%;
    display: flex;
    justify-content:space-between;
}
.ct2 i{
    width: 33%;
}
.ct1,.ct2,.ct3{
    margin-bottom: 5px;
}
.ct3 i:nth-child(1){
    width: 66.5%;
}
.ct3 i:nth-child(2){
    width: 33%;
}
.ct4 i{
    width: 49.75%;
}
.msg{
    flex-wrap: wrap;
    margin-bottom: 0px;
}
.box,.conbox{
    padding-bottom: 0px;
}
.more{
    color: black;
    padding-bottom: 10px;
    border-bottom: 1px solid gainsboro;
    font-size: 16px;
    padding-top: 30px;
}
.ct img{
    transition: all 0.3s 0s linear;
}
.ct img:hover{
    transform: translateY(-5px);
}
.back{
    font-size: 14px;
    position: absolute;
    right: 0px;
    cursor: pointer;
    top: 17px;
}
h2{
    position: relative;
}