.datadog-head h1{
    color: #000;
    font-weight: 700;
    margin-top: 1rem;
}
.datadog-head p{
    margin-top: 1rem;
    max-width: 400px;
}
.datadog-content p{
    text-align: center;
    max-width: 1010px;
    margin: 0 auto;
}
.datadog-cta-wp{
    display: flex;
    justify-content: center;
}
.datadog-card-cta1{
    width: 50%;
    background-color: #F2F2F2;
    text-align: center;
    border-radius: 10px;
    margin-right: 10px;
    
}
.datadog-card-cta2{
    width: 48%;
    background-color: #4C8EFF;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.datadog-card-cta1 p{
    text-align: center;
}
.datadog-cta{
    color: #fff;
    font-weight: 700;
}
.datadog-number-wp{
    display: flex;
    justify-content: space-between;
    padding: 4rem 0;
}
.datadog-card{
    width: calc((100% - 30px) / 4);
    margin-right: 10px;
    
    border-radius: 50%;
        border: 1px solid #2B4DFF;
}
.datadog-card:nth-child(4){
    margin-right: 0;
}
.datadog-card-in{
    /*border: 1px solid #2B4DFF;*/
    border-radius: 50%;
    padding: 50px;
    margin: 10px;
    background-color: #F5F6F7;
}
.datadog-card-in h2{
    text-align: center;
}
.datadog-card-in p{
    text-align: center;
    font-weight: 600;
    margin-bottom: 0;
}
.vertical-text span {
    display: block;
}
@media (min-width: 2000px) and (max-width: 2400px) {
}
@media (min-width: 1601px) and (max-width: 2000px) {
}
@media (min-width: 1024px) and (max-width: 1199px) {
    /* ipad-pro */
}
@media (min-width: 820px) and (max-width: 1023px) {
}
@media (min-width: 768px) and (max-width: 819px) {
}
@media (min-width: 320px) and (max-width: 767px) {
}