* {
    padding: 0;
    margin: 0;
}

section.select_option {
    padding: 56px 0px 80px;
}

section.select_option .select_form {
    margin: 0 0 80px;
}

section.select_option .select_form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(https://previewforclients.com/assimasolutions-wp/wp-content/uploads/2024/01/dropdown-arrow.png) 90% 50% no-repeat;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #84869666;
    border-radius: 32px 32px 32px 32px;
    padding: 18px 30px 18px 30px;
    width: 100%;
    display: block;
    height: auto;
    min-height: auto;
    outline: none;
}

section.select_option .select_form select:focus {
    outline: none;
}

section.select_option .eachGrids {
    width: 100%;
    background: #fff;
    margin: 0 0 70px;
}

section.select_option .eachGrids .frame_img {
    width: 100%;
    min-height: 223px;
    border-radius: 8px 8px 0px 0px;
    overflow: hidden;
    position: relative;
    height: 223px;
	z-index:1;
}

section.select_option .eachGrids .frame_img::after {
	content:" ";
	position:absolute;
	inset:0;
	background-color: transparent;
    background-image: linear-gradient(180deg, #02010100 0%, #0000009E 100%);
    opacity: 1;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	z-index:2;
}

section.select_option .eachGrids .frame_img img {
	position:relative;
	z-index:1;
}

section.select_option .eachGrids .frame_img .comp_logo {
    position: absolute;
    display: inline-block;
    max-width: 104px;
    width: 100%;
    left: 29px;
    bottom: 22px;
	    z-index: 3;
}


section.select_option .eachGrids .frame_img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.select_option .eachGrids .details_tx {
    padding: 20px 30px 30px 30px;
	    min-height: 157px;
    height: 100%;
}

section.select_option .eachGrids .details_tx h3 {
    font-family: 'DM Sans', sans-serif;
    font-size: 22px;
    font-weight: 500;
}

section.select_option .eachGrids .link_read {
    padding: 29px 22px 22px 29px;
}

section.select_option .eachGrids .link_read a {
    font-family: "DM Sans", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #848696;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

section.select_option .eachGrids .link_read a:hover {
    color: #dd6e42;
}

#pinfoDiv{
	text-align:center;
}