abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
body div,
caption,
cite,
code,
dd,
del,
details,
dfn,
dl,
dt,
em,
fieldset,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  font-family: inherit;
}

.single-agentblog .single_container .content_wrap {
  float: none;
  width: auto;
  padding-right: inherit;
  border-right: none;
}

.single-agentblog .single_container {
  padding: 0;
}

.single_container {
  max-width: 96rem;
}

@media screen and (min-width: 768px) and (max-width: 1260px) {
  .wrapper {
    width: auto;
    max-width: 960px;
  }
}
.paginate_links {
  margin-top: 3em;
  text-align: center;
}

.single-agentblog .single_container .title_n_agent {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

body.archive .agent_header .content_box {
  display: flex;
  align-items: flex-start;
  gap: 1.5em;
}
body.archive .agent_header .content_box .img_box {
  margin-bottom: 0;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 12.187px 38.998px 0 rgba(0, 0, 0, 0.16);
  aspect-ratio: 1/1;
  background: #fff;
  margin-left: 30px;
  width: 180px;
  height: 180px;
  padding: 0;
  border: none;
}
body.archive .agent_header .content_box .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 640px) {
  body.archive .agent_header .content_box .img_box {
    width: 18.75vw;
    height: 18.75vw;
    margin-left: 10px;
  }
}
body.archive .agent_header .content_box .agent_data {
  padding-top: 10rem;
}
@media only screen and (max-width: 640px) {
  body.archive .agent_header .content_box .agent_data {
    padding-top: 10.9375vw;
  }
}
body.archive .agent_header .content_box .agent_link {
  display: flex;
  gap: 2em;
}
@media only screen and (max-width: 640px) {
  body.archive .agent_header .content_box .agent_link {
    display: block;
  }
}/*# sourceMappingURL=custom.css.map */