﻿.search {
color: white;
margin-bottom: 15px;
margin-top: 15px;
}

.search_container {
background: #0d67b2;
border-color: steelblue!important;
border-radius: 30px;
border-width: 10px!important;
border: solid;
margin: 0 auto;
padding: 30px 0 30px 0;
position: relative;
width: 930px;
}

.search_head {
align-items: center;
background: #f86b9a;
border-radius: 10px;
color: white;
display: flex;
font-size: 36px;
font-weight: 900!important;
height: 80px;
justify-content: center;
margin: 0 auto 44px auto;
width: 460px;
}

.search_category {
font-size: 32px;
font-weight: 800;
line-height: 1;
margin-bottom: 12px;
text-align: center;
}

.search_list {
display: flex;
justify-content: space-between;
margin: 0 auto 40px auto;
max-width: 640px;
}

.search_item {
width: 300px;
}

.search_link {
height: 80px;
}

.search_link a {
align-items: center;
background: #25adeb url(images/Arrow.png) no-repeat top 50% right 16px;
border-radius: 100px;
color: white;
display: flex;
font-size: 24px;
font-weight: 700;
height: 50px;
justify-content: center;
line-height: 1;
width: 100%;
}

.search_ph {
line-height: 0;
margin: 10px 0;
}

.search_ph img {
border-radius: 30px;
width: 100%;
}

@media screen and (max-width: 965px) {
.search {
background:url(../img/search_bg.webp) no-repeat 0 0/auto 100%;
padding: 50px 0;
}

.search_container {
width: 90%;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
border-radius: 20px;
padding: 20px;
}

.search_head {
margin: 0 auto 20px auto;
width: auto;
}

.search_category {
font-size: 28px;
margin-top: 20px;
}

.search_item {
width: 100%;
margin-bottom: 10px;
}

.search_link {
height: 50px;
}

.search_link a {
align-items: center;
background: #25adeb url(images/Arrow.png) no-repeat top 50% right 16px;
border-radius: 100px;
border: none;
color: white;
display: flex;
font-size: 16px;
font-weight: 700;
height: 100%;
justify-content: center;
line-height: 1;
width: 100%;
}

}
