.draxter-certificates {
    position: relative;
}

.draxter-certificates .certificates-slide {
    background: #FAFAFA;
    padding: 0 60px 0 135px;
    margin: 75px 0;
}
.draxter-certificates .certificates-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.draxter-certificates .certificates-images {
    width: 50%;
}

.draxter-certificates .certificates-text {
    width: 50%;
    padding: 50px 0px 50px 60px;
}

.draxter-certificates .title {
    font-family: SONGER SemiExpanded;
    font-size: 40px;
    font-weight: 800;
    line-height: 48px;
    text-align: left;
    padding-bottom: 80px;
}

.draxter-certificates  .description {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 500;
    line-height: 28.8px;
    text-align: left;
    color: #102631;
}
.draxter-certificates .certificates-item .certificates-bg {
    width: 500px;
    height: 725px;
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    margin: -75px 0;
    max-width: 100%;
}
.draxter-certificates .owl-nav {
    display: flex;
    width: calc(50% - 26px);
    position: absolute;
    top: 362px;
    left: 56px;
    justify-content: space-between;
}

.draxter-certificates .owl-nav button {
    height: 64px;
    width: 64px;
    background-color: #FAFAFA !important;
    pointer-events: all;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
}

.draxter-certificates .owl-nav button.owl-prev {
    transform: rotate(180deg);
}

.draxter-certificates .owl-nav button path {
    fill: #102631;
    transition: 0.4s;
}

.draxter-certificates .owl-nav button:hover {
    background-color: #102631 !important;
}

.draxter-certificates .owl-nav button:hover path {
    fill: #fff;
}
@media (max-width: 1366px) {


	.draxter-certificates .certificates-item .certificates-bg {
		height: 505px;
		width: 348px;
		margin: -33px 0;
	}

	.draxter-certificates .certificates-slide {
		margin: 33px 0;
	}
	.draxter-certificates .title {
		font-size: 36px;
		padding-bottom: 60px;
		line-height: 39.6px;
	}

	.draxter-certificates .description {
		font-size: 22px;
		line-height: 26.4px;
	}

	.draxter-certificates .owl-nav {
		top: 174px;
		left: 56px;
		width: 506px;
	}
}
@media (max-width:1050px) {
	.draxter-certificates .certificates-item .certificates-bg {
		width: 223px;
		height: 323px;
	}

	.draxter-certificates .certificates-slide {
		padding: 0 60px 0 108px;
	}

	.draxter-certificates .owl-nav {
		top: 40%;
		left: 29px;
		width: 381px;
	}
	.draxter-certificates .title {
		font-size: 30px;
		padding-bottom: 40px;
		line-height: 33.6px;
	}
	.draxter-certificates .description {
        font-size: 20px;
        line-height: 24.4px;
    }
}
@media (max-width:768px) {
	.draxter-certificates .certificates-slide {
		padding: 0;
	}
	.draxter-certificates .certificates-item {
		flex-direction: column-reverse;
        flex-wrap: wrap;
        padding-bottom: 30px;
	}

	.draxter-certificates .certificates-images {
		width: 100%;
	}

	.draxter-certificates .certificates-text {
		width: 100%;
		padding: 30px;
	}

	.draxter-certificates .certificates-slide {
		padding: 0;
	}

	.draxter-certificates .certificates-item .certificates-bg {
		height: 0;
		margin: 0 auto;
		width: 50%;
		padding-bottom: 75%;
	}

	.draxter-certificates .owl-nav {
		top: auto;
		bottom: 35%;
		width: calc( 50% + 158px);
		left: 0;
		right: 0;
		margin: 0 auto;
	}
}
@media (max-width:500px) {
    .draxter-certificates .title {
		font-size: 24px;
		line-height: 28.8px;
	}

	.draxter-certificates .description {
		font-size: 16px;
		line-height: 20.4px;
	}

	.draxter-certificates .owl-nav {
		bottom: 27%;
	}
}
@media (max-width:470px) {
   .draxter-certificates .owl-nav button {
		height: 44px;
		width: 44px;
	}

	.draxter-certificates .owl-nav { 
		width: calc(50% + 118px);
	}
}