section.doctors {
    padding-top: 70px;
    padding-bottom: 70px;
}
section.doctors .c {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 130px
}
section.doctors .right {
    padding-top: 18px;
}
section.doctors .right img {
    -webkit-border-radius: 34px;
    -webkit-border-bottom-left-radius: 266px;
    -moz-border-radius: 34px;
    -moz-border-radius-bottomleft: 266px;
    border-radius: 34px;
    border-bottom-left-radius: 34px;
    border-bottom-left-radius: 266px;
    -webkit-box-shadow: 80px 72px 52px 5px rgba(0, 0, 0, .03);
    -moz-box-shadow: 80px 72px 52px 5px rgba(0, 0, 0, .03);
    box-shadow: 80px 72px 52px 5px rgba(0, 0, 0, .03);
    z-index: 2;
    position: relative;
    width: 665px;
    height: 593px;
    object-fit: cover;
}
section.doctors .left {
    /*! padding-top:43px; */
    padding-left: 64px;
}
section.doctors .left h2 {
    margin-bottom: 26px;
}
section.doctors .left .main {
    line-height: 28px;
    padding-right: 22px;
}
section.doctors .left .main ul {
    padding-top: 42px;
}
section.doctors .left .button {
    padding-top: 42px
}
/* [xl] */
@media all and (max-width: 1466px)  {

	section.doctors .right img {
	    width: 100%;
	    height: unset;
	}
}

/* [l] */
@media all and (max-width: 1200px) {

}

/* [m] */
@media all and (max-width: 992px) {
	section.doctors {

	padding-top: 45px;
	padding-bottom: 25px;
	}

	section.doctors .c {
grid-gap: 30px;
grid-template-columns: 1fr;

	}

	section.doctors .right {

	}

	section.doctors .right img {

display:none;
	}

	section.doctors .left {
    padding:0 10px;
	}

	section.doctors .left .main{
		padding-right: 0;
	}
}

/* [xs] */
@media all and (max-width: 576px) {

	section.doctors .right img {
        border-radius: 8px;
		width: 100%;
		height: unset;
	    display: block;
	}

	section.doctors .left .button {

	    padding-top: 25px;
	}
}
