.compt-wrap {
	background-color: #FFFFFF;
	box-shadow: 0px 0px 18.4px rgba(0, 0, 0, 0.14);
	border-radius: var(--radius-35);
	margin-top: 20px;
	padding: 35px;
	height: calc(100% - 20px);
}
.compt-inner {
	display: flex;
	margin-bottom: 20px;
	flex-direction: column;
    align-items: self-start;
    gap: 20px;
}
.oc-name {
	color: var(--color-primary);
    font-size: var(--f-fs-font-20);
    line-height: var(--f-fs-font-20);
    font-weight: var(--f-fw-bold);
    letter-spacing: -0.015em;
    word-break: break-word;
    /*margin: 20px 0;*/
}
.our-compet .h2title {
	margin-bottom: 78px;
}

@media only screen and (max-width: 991px) {
	.compt-inner {
     	flex-direction: row;
	    align-items: center;
	    gap: 15px;
	    margin-bottom: 10px;
	}
	.compt-wrap {
	    border-radius: 13px;
	    padding: 20px;
	}
	.our-compet .h2title {
	    margin-bottom: 50px;
	}
}
@media only screen and (max-width: 767px) {
	.compt-wrap p {
		font-size: var(--f-fs-font-15);
    	line-height: var(--f-fs-font-18);
	}
	.our-compet .h2title {
        margin-bottom: 20px;
    }
    .cpny-btn .btn-theme {
	    font-size: var(--f-fs-font-16);
    	line-height: var(--f-fs-font-18);
    	font-weight: var(--f-fw-medium);
    	border-radius: 6px;
	}
}