@media (min-width : 320px) and (max-width : 374px) {
	.contact-info{
	    text-align:center;
	    padding: 0.5rem;
	    margin: 2rem 0;
	}
	.contact-info div.row div p{
	    font-size: 14px;
	}

	.team-sec {
		height: auto!important;
	}

	.team-sec img {
		width: 70%;
	}

	.lets-start div.row{
		display: flex;
    	flex-direction: column;
	}

	.border-r {
	    border-right: unset;
	}

	.lets-start div.row div{
		max-width: 100%
	}
}

@media (min-width : 375px) and (max-width : 424px) {
	.contact-info{
	    text-align:center;
	    padding: 0.5rem;
	    margin: 2rem 0;
	}
	.contact-info div.row div p{
	    font-size: 14px;
	}

	.team-sec {
		height: auto!important;
	}

	.team-sec img {
		width: 70%;
	}

	.lets-start div.row{
		display: flex;
    	flex-direction: column;
	}

	.border-r {
	    border-right: unset;
	}

	.lets-start div.row div{
		max-width: 100%
	}
}

@media (min-width : 425px) and (max-width : 600px) {
	.contact-info{
	    text-align:center;
	    padding: 0.5rem;
	    margin: 2rem 0;
	}
	.contact-info div.row div p{
	    font-size: 14px;
	}

	.team-sec {
		height: auto!important;
	}

	.team-sec img {
		width: 70%;
	}

	.lets-start div.row{
		display: flex;
    	flex-direction: column;
	}

	.border-r {
	    border-right: unset;
	}

	.lets-start div.row div{
		max-width: 100%
	}
}

@media (min-width : 601px) and (max-width : 768px) {
	.team-sec {
		height: 600px!important;
	}

	.team-sec div{
		flex-direction: column;
		max-width: 100%;
	}
	.team-sec img {
		width: 70%;
	}
}