.entry_complete{
border-radius: 20px;
background-color: #fff;
padding: 50px 20px;
margin: 50px 0;
border: #190723 solid 2px;
}
.entry_line {
margin: auto;
display: flex;
justify-content: center;
}
.entry_font {
font-size: 14px;
}
.entry_line-image {
width: 100% !important;
max-width: 280px !important;
height: auto !important;
margin-bottom: 0px !important;
} .inf {
color: white;
}
.inf_sec {
background: none;
background-color: white;
}
.inf_sec div {
font-size: 16px;
font-weight: 700;
background: linear-gradient(90deg, #FDD000 2.5%, #F2662A 100%);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
-webkit-text-fill-color: transparent;
letter-spacing: 0.05em;
}
.inf_about {
text-align: center;
margin-bottom: 30px;
letter-spacing: 0.05em;
}
.inf_bottom {
padding: 40px;
border-radius: 40px;
border-style: solid;
background-color: white;
margin: 30px auto 0;
display: flex;
align-items: center;
justify-content: center;
}
.inf_bottom_l {
margin: 0 40px;
}
.inf_bottom_l_l span {
font-family: futura-pt-bold, sans-serif;
font-size: 22px;
font-weight: 700;
line-height: 33px;
color: #231815;
}
.inf_bottom_l_l div {
font-size: 14px;
font-weight: 500;
color: #231815;
letter-spacing: 0.05em;
}
.inf_border {
border-color: white;
margin-bottom: 10px;
}
.inf_bottom_r {
margin-left: 20px;
display: flex;
padding: 10px 10px;
align-items: center;
background: #231815;
border: 2px solid #231815;
border-radius: 5px;
cursor: pointer;
}
.inf_bottom_r_r {
display: flex;
flex-direction: column;
color: white;
text-decoration: none;
}
.inf_bottom_r_r div {
color: white;
text-decoration: none;
letter-spacing: 0.05em;
font-weight: bold;
line-height: 1.37;
}
.inf_bottom_r:hover {
background: white;
color: #231815;
border: 2px solid #231815;
}
.inf_bottom_r:hover .inf_bottom_r_r,
.inf_bottom_r:hover .inf_bottom_r_r div,
.inf_bottom_r:hover i.fa-envelope {
color: #231815;
}
.fa-envelope {
font-size: 26px;
color: white;
}
.fa-solid, .fas {
font-weight: 900;
}
.fa-classic, .fa-regular, .fa-solid, .far, .fas {
font-family: "Font Awesome 6 Free";
}
.fa, .fa-brands, .fa-classic, .fa-regular, .fa-sharp, .fa-solid, .fab, .far, .fas {
-webkit-font-smoothing: antialiased;
display: var(--fa-display, inline-block);
font-style: normal;
font-variant: normal;
line-height: 1;
text-rendering: auto;
} @media (max-width: 600px) {
.entry_font {
font-size: 12px;
}
.inf_bottom {
padding: 15px;
flex-flow: column;
}
.inf_bottom_r {
margin-left: unset;
}
.inf_bottom_l {
margin: unset;
}
.fa-envelope {
margin-right: unset;
}
.inf_a {
font-size: 12px;
}
}
@media (max-width: 290px) {
.inf_bottom {
padding: 10px;
}
.inf_bottom_r {
margin-left: unset;
padding: 10px 2px;
font-size: 10px;
}
.inf_bottom_l_l span {
font-size: 18px;
}
.inf_bottom_l_l div {
font-size: 10px;
}
}