#docttor{
    position: relative;
}
#docttor .dabox{
    display: flex;
}
#docttor .dabox .leftbox{
    width: 60%;
    padding: 60px;
    display: flex;
    flex-direction: column;
}
#docttor .dabox .leftbox .imfoJ{
    padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: #d9d9d9 1px solid;
}
#docttor .dabox .rightbox{
    width: 40%;
    display: flex;
    flex-direction: column;
}
#docttor .dabox .leftbox h2{
    font-size: 30px;
    color: #0095d2;
}
@media screen and (max-width: 980px) {
	#docttor .dabox{
	    display: flex;
	    flex-direction: column;
	}
	#docttor .dabox .leftbox{
	    width: 100%;
	    padding: 10px 0;
	    order: 2;
	}
	#docttor .dabox .rightbox{
    width: 100%;
    order: 1;
}
}