Megan Turner
max-width: 1112px;
margin: auto;
}
.contentImg {
width: 100%;
}
.Introduction {
display: flex;
gap: 20px;
margin-top: 3rem;
}
.Introduction .imgBoxs {
width: 33%;
}
.Introduction .imgBoxs img {
width: 100%;
}
.Introduction .txt {
width: 66%;
}
.content h2 {
font-size: 24px;
font-weight: bold;
padding-top: 3rem;
}
.Introduction p,
.content p {
margin-bottom: 24px;
font-size: 20px;
line-height: 36px;
}
.content ul {
list-style: disc;
padding-left: 20px;
margin-bottom: 24px;
}
.content ul li {
font-size: 20px;
line-height: 30px;
}
.light {
height: 2px;
width: 150px;
margin: auto;
background-color: #000;
margin-bottom: 24px;
}
@media (max-width: 1440px) {
.content h2 {
font-size: 22px;
}
.content ul li,
.Introduction p,
.content p {
font-size: 18px;
}
}
@media (max-width: 1198.98px) {
.content h2 {
font-size: 20px;
}
.content ul li,
.Introduction p,
.content p {
font-size: 16px;
}
}
@media (max-width: 991.98px) {
.content h2 {
line-height: 22px;
padding-top: 1.5rem;
}
.content ul li,
.Introduction p,
.content p {
line-height: 22px;
}
}
@media (max-width: 768px) {
.contentBox {
max-width: 100%;
padding: 0 15px;
}
.Introduction {
flex-direction: column;
}
.Introduction .imgBoxs,
.Introduction .txt {
width: 100%;
}
.content h2 {
font-size: 18px;
}
.content ul li,
.Introduction p,
.content p {
font-size: 14px;
}
}



