.single-news-main .single-news-content ul{
list-style-type: disc;
padding-left: 20px;
margin-bottom: 10px;
}
.popup-wrapper.popup-success .popup {
max-width: 540px;
width: calc(100% - 30px);
border: 2px solid rgba(238, 123, 32, .8);
background: #363636;
padding: 45px 35px;
text-align: center;
}
.popup-wrapper.popup-success .popup-content {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
color: #fff;
}
.popup-wrapper.popup-success .success-icon {
width: 90px;
height: 90px;
margin-bottom: 20px;
}
.popup-wrapper.popup-success .success-icon svg {
width: 100%;
height: 100%;
stroke: #ee7b20;
fill: none;
}
.popup-wrapper.popup-success .popup-content h4 {
margin: 0 0 18px;
color: #fff;
font-size: 42px;
line-height: 1.1;
font-weight: 700;
text-transform: uppercase;
text-align: center;
}
.popup-wrapper.popup-success .popup-content p {
margin: 0;
max-width: 380px;
color: #fff;
font-size: 18px;
line-height: 1.6;
text-align: center;
}
.popup-wrapper.popup-success .popup-close {
top: 1px;
right: 1px;
}
@media (max-width: 575px) {
.popup-wrapper.popup-success .popup {
padding: 35px 20px;
}
.popup-wrapper.popup-success .success-icon {
width: 70px;
height: 70px;
}
.popup-wrapper.popup-success .popup-content h4 {
font-size: 30px;
}
.popup-wrapper.popup-success .popup-content p {
font-size: 15px;
line-height: 1.5;
}
}